    .featured-icon-box .btn-inline {
        font-weight: 500;
        text-transform: none;
    }
    
    .service-one-section.downloads .download-folder {
        background-color: #fea804;
        margin: 0 auto;
        margin-top: 50px;
        position: relative;
        border-radius: 0 6px 6px 6px;
        box-shadow: 4px 4px 7px rgba(0, 0, 0, 0.59);
        overflow: visible !important;
    }
    
    .service-one-section.downloads .download-folder:before {
        content: '';
        width: 50%;
        height: 1.4rem;
        border-radius: 0 1.8rem 0 0;
        background-color: #fea804 !important;
        position: absolute;
        top: -1.4rem;
        left: 0px;
    }
    
    .service-one-section.downloads .download-folder .ttm-btn {
        color: #fff !important;
    }
    
    .service-one-section.downloads .download-folder .view-button {
        background-color: #003d28 !important;
        border: 0;
        margin: 0 auto;
    }
    
    .service-one-section.downloads .featured-icon-box.style2 .flaticon {
        color: white;
        /* color: rgb(0 61 40); */
    }
    
    .service-one-section.downloads .featured-icon-box.style2 .featured-title h3 {
        /* color: white; */
        color: rgb(0 61 40)!important;
        font-size: 1.6rem;
        text-transform: uppercase;
    }
    
    .service-one-section.downloads .download-files .featured-title h3 {
        /* color: white; */
        color: rgb(0 61 40)!important;
        ;
    }
    
    .download-file .featured-desc p {
        /* color: white; */
        color: #8592a6!important;
    }
    
    .service-one-section.downloads .download-file .view-button {
        background-color: #003d28 !important;
        border: 0;
        margin: 0 auto;
    }
    
    .download-file:nth-child(even) {
        border-radius: 60% 40% 40% 20%;
        /* border-radius: 60% 40% 40% 20% / 70% 50% 30% 25%; */
    }
    
    .download-file:nth-child(odd) {
        /* border-radius: 60% 40% 40% 20%; */
        border-radius: 60% 40% 40% 20% / 70% 50% 30% 25%;
    }
    
    .date-box {
        height: 5rem;
        width: 5rem;
        margin: 0 auto;
        background-color: #fea804;
        padding-top: 1rem;
        border-radius: 60% 40% 40% 20% / 70% 50% 30% 25%;
    }
    
    .date-box .date-day {
        font-size: 2rem;
    }
    
    .date-box .date-month {
        font-size: 1.4rem;
    }

    .h-220{
        max-height:220px;
    }