body {
    font-family: 'Barlow', sans-serif;
    background-color: #033B22
   
}
a {
    color: #242424;
}

.site-wrapper {
    max-width: 1440px;
    margin: 0 auto;
    position: relative;
    
}
.contact-container {
    max-width: 668px;
}
.header-background {
    position: relative;
    height: 477px;
    background-image: url('./assets/images/slika-2.png');
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    width: 100%;
    height: 100%;
    max-width: 1440px;
    max-height: 1080px;
    margin: 0 auto;
}
.contact-form-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    position: relative;
    top: 20px;
    max-width: 668px;
    margin-left: auto;
    margin-right: auto;
}
.contact-form-title {
    color: #242424;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.contact-form-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
    position: relative;
}
.contact-form-fields {
    display: flex;
    width: 326px;
    flex-direction: column;
    align-items: flex-start;
    gap: 16px;
    align-self: stretch;
}
.contact-form-field {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    align-self: stretch;
}
.brand-logo {
    width: 435px;
    height: 107px;
    position: relative;
    left: 0px;
}
.contact-form-message {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 8px;
    flex: 1 0 0;
    align-self: stretch;
}
.contact-form-textarea {
    display: flex;
    padding: 12px;
    align-items: flex-start;
    gap: 10px;
    flex: 1 0 0;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid #D6D7D9;
    background: #FFF;
}
.contact-form-button {
    display: flex;
    height: 48px;
    padding: 10px 24px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    background: #EDB606;
    color: #242424;
    border-width: 0px;
    text-align: center;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.contact-form-button-container {
    position: relative;
}
.contact-form-input {
    display: flex;
    padding: 6px;
    align-items: flex-start;
    gap: 10px;
    align-self: stretch;
    border-radius: 4px;
    border: 1px solid #D6D7D9;
    background: #FFF;
}

.hero-text {
    color: #fff;
    font-size: 36px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    position: relative;
    left: 40px;
    top: 50px;
    max-width: 512px;
}

.hero-right-column {
    padding-right: 0px;
}

.language-container {
    border-radius: 8px;
    background: rgba(255, 255, 255, 0.90);
    display: flex;
    padding: 24px 24px 22px 24px;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    gap: 24px;
    margin-top: 30px;
}

.language-title {
    color: #242424;
    font-size: 32px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    margin-bottom: 0px;

}

.link-container {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    margin: auto;
    text-align: left;
    width: 100%;
}


.header-height {
    height: 477px;
    max-width: 1440px;
    margin: auto;
    padding-left: 40px;
    padding-right: 40px;
    z-index: 2;
    position: relative;
}
.history-box {
    max-width: 1440px;
    padding-left: 40px;
    padding-right: 40px;
    margin: auto;
}
.language-title-text {
    color: #242424;
    text-align: center;
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.language-link-item-header {
    gap: 8px;
    display: flex;
    margin-bottom: 20px;
}
.language-link-item-button {
    display: flex;
    padding: 8px 12px;
    justify-content: space-between;
    align-items: flex-start;
    align-self: stretch;
    border-radius: 8px;
    border: 1px solid #BBB;
    background: #FFF;
    margin-bottom: 11px;
    width: 100%;
    color: #242424;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
    text-decoration-line: underline;
    gap: 8px;
}
.history-section {
    background-color: #033B22;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    position: relative;
    min-height: 900px;
    padding-left: 26px;
    padding-right: 26px;
    padding-top: 40px;
    padding-bottom: 24px;
    max-width: 1440px;
    margin: 0 auto;
}
.headquarters-section {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 24px;
    align-self: stretch;
    position: relative;
    min-height: 900px;
    padding-left: 40px;
    padding-right: 40px;
    padding-top: 40px ;
    padding-bottom: 24px;
    text-align: center;
    max-width: 1440px;
    margin: auto;
    background-color: white;
}
.headquarters-title {
    color: #242424;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 32px;
}
.headquarters-text {
    max-width: 1130px;
    color: #242424;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    text-align: center;
    margin:auto;
}
.headquarters-image-container {
    display: flex;
    flex-direction: row;
}
.hq_image_row {
    height: 366px;

}
.headquarters-image {
    width: 100%;
    margin-bottom: 16px;
    height: 377px;
}
.headquarters-bold {
    font-weight: 600;
}
.col {
    text-align: center;
}
.card-title {
    color: #242424;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 16px;
}
.card-body {
    position: relative;
    min-height: 500px;
}
.card-image {
    position: absolute;
  
    left: 0px;
    bottom: 0px;
    width: 153px;
    height: 153px;
}
.card-image-eye {
    margin-bottom: -17%;
     margin-left: -10%;
     position: absolute;
     left: 0px;
     bottom: 0px;
     width: 176.726px;
    height: 176.726px;
}
.first-card-image {
    position: absolute;
    left: 0px;
    bottom: -30px;
    width: 143px;
    height: 179px;
}
.card-text {
    color: #242424;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    width: 100%;
    min-height: 360px;
    line-height: 150%;
}
.card-head-bold {
    font-weight: 700;
}
.card-bold {
    font-weight: 600;
}
.history-text {
    color: #FFF;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    z-index: 10;

}
.history-text span {
    font-weight: 700;
}
.history-image {
    opacity: 0.4;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.history-title {
    color: white;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    opacity: 1;
    font-weight: 600;
    line-height: 150%; /* 48px */
    align-self: stretch;
    z-index: 50;
    position: relative;
    margin-bottom: 24px;
}

.background-shader {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(36, 36, 36, 0.3);
    z-index: 1;
}
.grants-section {
    background-color: #033B22;
    text-align: center;
    max-width: 1440px;
    margin: 0 auto;
}
.grants-box {
    max-width: 1440px;
    padding-left: 40px;
    padding-right: 40px;
    margin: auto;
}
.contact-box {
    max-width: 1440px;
    padding-left: 40px;
    padding-right: 40px;
    padding-bottom: 40px;
    margin: auto;
    background-color: white;
}
.grants-title {
    color: #FFF;
    text-align: center;
    font-size: 32px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    padding-top: 40px;
    margin-bottom: 24px;
}
.button-container {
    display: flex;
    justify-content: center;
    vertical-align: middle;
    text-align: center;
}
.grants-text {
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; 
    max-width: 1130px;
    margin: auto;
    margin-bottom: 32px;
    margin-top: 24px;
}
.grants-item {
    padding: 16px 24px;
    margin-bottom: 0;
    text-align: center;
    vertical-align: middle;
    font-weight: 600;
    cursor: pointer;
    background-color: transparent;
    border: 1px solid white;
    color: #FFF;
}

.circles-container {
    display: flex;
    flex-wrap: nowrap;
    justify-content: center;
    align-items: flex-start;
    gap: 16px;
    margin: 0 auto;
    padding-bottom: 40px;
}
.circle-item {
    display: flex;
    height: 207px;
    width: 207px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 50%;
    border: 1px solid #FFF;
    color: #FFF;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}
.grants-item:last-child {
    border-bottom-right-radius: 8px;
    border-top-right-radius: 8px;
    background-color: transparent;
    border: 1px solid white;
    color: #FFF;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}
.grants-item p {
    margin: 0;
}
.contact-section {
    text-align: center;
}
.contact-title {
    padding-top: 40px;
    margin-bottom: 24px;
}
.country-map {
    display: flex;
    max-width: 668px;
    max-height: 256px;
    padding: 24px;
    align-items: center;
    gap: 24px;
    position: relative;
    margin: auto;
    justify-content: space-between;
    margin-bottom: 24px;
    overflow: hidden;
}
.footer-section {
    padding: 24px 80px;
    flex-direction: column;
    align-items: center;
    gap: 80px;
    align-self: stretch;
    background: #033B22;
    color: #FFF;
    max-width: 1440px;
    margin: 0 auto;
}
.footer-text {
    color: #DCDCDC;
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 130%; /* 18.2px */
}
.links-container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    align-self: stretch;
    max-width: 1440px;
    padding-left: 40px;
    padding-right: 40px;
    margin: auto;


}

.map-title-text {
    color: #FFF;
    text-align: center;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.map-text {
    color: #FFF;
    text-align: center;
    /* Desktop/Large Body Text */

    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
}
.map-background {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
    z-index: 1;
    object-fit: cover;
}

/* Add the overlay as a pseudo-element */
.country-map::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: rgba(3, 59, 34, 0.70);
    z-index: 2;
}

.map-text-container {
    position: relative;
    z-index: 3;
    width: 100%;
}

.map-image {
    position: relative;
    z-index: 3;
    height: auto;
    width: auto;
}

.country-title {
    color: #242424;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
/* Tablet */
@media screen and (max-width: 1200px) {
    .contact-form-title-container {
        display: none;
    }
    .contact-form-title {
        display: none;
    }
    .contact-form-container {
        display: none; 
    }
    .brand-logo {
        top: 40px;
        left: 40px;
    }
    .header-background {
        height: 100%;
    }

    .hero-text {
        
        top: 0px;
        left: 0px;
        margin-top: 60px;
        margin-left: 60px;
    }
    .language-container {
        margin-left: 60px;
        margin-right: 60px;
    }
    .header-height {
        height: 700px;
        padding: 0px;
    }

    /* MID POINT */ 
    @media screen and (max-width: 890px) {
        .hero-text {
            font-size: 26px;
        }
       .links-container {
        gap: 14px;
        flex-direction: column;
       }
       .country-map {
        flex-direction: column;
        max-height: 100%;
        max-width: 100%;
       }

        .card-image {
            height: 111px;
            margin-left: -10%;

        }

        .card-image-eye {
            margin-bottom: -30px;
            margin-left: -7%;
            margin-left: -10%;
            height: 111px;

        }
      
    }
    @media screen and (max-width: 1000px) {
        .history-image {
            display: none;
        }
        .card-body {
            height: auto;
            min-height: auto;
        }
        .card-text {
            min-height: auto;
        }
        .headquarters-image {
            width: 100%;
            margin-bottom: 16px;
            height: 100%;
        }
        .card-image {
            height: 111px;
            margin-left: -4%;

        }
        .first-card-image {
            height: 111px;
            margin-left: -2.5%;
            margin-bottom: 20px;
        }

        .card-image-eye {
            margin-bottom: -30px;
            margin-left: -7%;
            height: 111px;

        }
    }
/* Mobile */
@media screen and (max-width: 600px) {
    .language-link-item-button-text {
        margin-top: auto;
        margin-bottom: auto;
    }
    .country-title h3 {
        margin: 0px;    
    }
    .contact-title {
        padding-top: 16px;
        color: #242424;
        text-align: center;
        font-family: Barlow;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%; /* 33.6px */
        margin-bottom: 9px !important;
    }
    .circle-item span {
    color: #FFF;
    text-align: center;
    font-family: Barlow;
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 22px; /* 137.5% */
    }
    .grants-title {
        padding-top: 16px;
        color: #FFF;
        text-align: center;
        font-family: Barlow;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%; /* 33.6px */
        margin-bottom: 16px;
    }
    .grants-box .button-container {
        height: 48px;
    }
    .grants-box {
        padding-left: 16px;
        padding-right: 16px;
    }
    .grants-item {
        color: #FFF;
        text-align: center;
        font-family: Barlow;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
        padding-top: 12px;
        padding-bottom: 12px;
        padding-left: 16px;
        padding-right: 16px;
    }
    .grants-text {
        color: #FFF;
        font-family: Barlow;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 24px */
    }
    .young-farmer-container p {
        color: #FFF;
        font-family: Barlow;
        font-size: 16px;
        font-style: normal;
        font-weight: 400;
        line-height: 150%; /* 24px */
    }
    .grants-item p {
        text-align: center;
        font-family: Barlow;
        font-size: 18px;
        font-style: normal;
        font-weight: 500;
        line-height: normal;
    }
    .history-section {
        gap: 0px;
    }
    .headquarters-section {
        padding-top: 16px;
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    .headquarters-title {
        color: #242424;
        text-align: center;
        font-family: Barlow;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%; /* 33.6px */
        width: 220px;
        margin-left: auto;
        margin-right: auto;
    }
    .headquarters-section .container-fluid {
        padding: 0px;
    }
    .headquarters-text {
        color: #242424;
        text-align: center;
        font-family: Barlow;
        font-size: 16px;
        font-style: normal;
        line-height: 150%; /* 24px */
    }
    .first-height {
        padding-left: 16px;
        padding-right: 16px;
    }
    .history-title {
        color: #FFF;
        text-align: center;
        /* Mobile/H2 */
        font-family: Barlow;
        font-size: 24px;
        font-style: normal;
        font-weight: 600;
        line-height: 140%; /* 33.6px */
    }
    .card-title {
        color: #242424;
        text-align: center;
        font-family: Barlow;
        font-size: 18px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .card-text {
        color: #242424;

        text-align: center;
        font-family: Barlow;
        font-size: 16px;
        font-style: normal;
        line-height: 150%; /* 24px */
    }
    .header-background {
        position: relative;
        height: 770px;
        background-image: url('./assets/images/slika-2.png') cover no-repeat !important;
        background-size: cover;
        background-position: calc(50% - 200px) center;
        background-repeat: no-repeat;
        width: 100%;
        flex-shrink: 0;
        z-index: 0;
    }
    .background-shader {
        display: block;
        width: 100%;
        height: 770px;
        flex-shrink: 0;
        background: rgba(3, 59, 34, 0.60);
        z-index: 1;
        position: absolute;
        left: 0px;
        right: 0px;
        top: 0px;
        pointer-events: none;
    }
    .card-image {
        height: 111px;
        margin-left: -20px;

    }

    .card-image-eye {
        margin-bottom: -30px;
        margin-left: -50px;
        height: 111px;

    }
  
    .grants-item:last-child {
        font-size: 18px;
    }
     .header-height {
        height: 350px;
        z-index: 5 !important;
        padding: 0px;
        position: relative;
    }
    .link-container {
        flex-direction: column;
    }
    .language-title {
        font-size: 18px;
    }
    .hero-text {
        color: #FFF;
        font-size: 26px;
        left: 0px;
        font-style: normal;
        font-weight: 700;
        line-height: normal;
        max-width: 100%;
        margin-bottom: 0px;
        margin-left: 0px;
    }
    .col-lg-5 {
        padding-left: 16px;
        padding-right: 16px;
    }
    .first-height {
        height: 206px;
       
    }
    .brand-logo {
        width: 161px;
        height: 40px;
        left: 0px;
        top: 29px;
        padding-left: 0px;
        position: relative;
    }
    .macedonian-link {
        width: 224px;
    }
    .serbian-link {
        width: 194px;
    }
    .bosnian-link {
        width: 272px;
    }
    .hero-right-column {
        padding-right: 16px;
        padding-top: 16px;
        padding-left: 16px;
        position: relative;
        z-index: 15;
        pointer-events: auto;
    }

    .language-container {
        padding: 16px;
        gap: 15px;
        margin-left: 0px;
        margin-right: 0px;
        position: relative;
        z-index: 15;
        pointer-events: auto;
    }
    .history-section {
        padding-left: 0px;
        padding-right: 0px;
    }
    .history-box {
        padding-left: 16px;
        padding-right: 16px;
    }
    .headquarters-section {
        padding-left: 8px;
        padding-right: 8px;
    }

    .language-title-text {
        font-size: 16px;
    }

    .link-container {
        gap: 5px;
    }

    .language-link-item-button {
        font-size: 14px;
        padding: 5px 8px;
        margin-bottom: 8px;
        position: relative;
        z-index: 15;
        pointer-events: auto;
        cursor: pointer;
    }

    .language-link-item-button a {
        position: relative;
        z-index: 15;
        pointer-events: auto;
        cursor: pointer;
    }

    /* Contact section styling for mobile */
    .contact-section {
        padding: 20px 0;
    }
    
    .contact-title {
        font-size: 24px;
        margin-bottom: 20px;
        text-align: center;
    }
    
    .country-title h3 {
        font-size: 20px;
        text-align: center;
        margin: 15px 0;
        color: #242424;
        font-weight: 600;
    }
    
    .contact-container-map {
        margin: 0;
    }
    
    .country-map {
        flex-direction: row;
        max-height: 100%;
        max-width: 100%;
        padding: 16px;
        margin-bottom: 15px;
        overflow: hidden;
        position: relative;
        justify-content: space-between;
        height: auto;
        min-height: 120px;
        align-items: flex-start;
        gap: 8px;
    }
    .map-title-text {
        color: #FFF;
        text-align: center;
        font-family: Barlow;
        font-size: 16px;
        font-style: normal;
        font-weight: 600;
        line-height: normal;
    }
    .contact-box {
        padding-left: 16px !important;
        padding-right: 16px !important;
    }
    .map-background {
        display: block;
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        object-fit: cover;
        z-index: 1;
    }
    
    .country-map::before {
        display: block;
        content: '';
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        background: rgba(3, 59, 34, 0.70);
        z-index: 2;
    }
    
    .map-image {
        width: 136px;
        height: 88px;
        object-fit: cover;
        border-radius: 0;
        position: relative;
        z-index: 3;
        order: 2;
        margin: 0;
        align-self: center;
        flex-shrink: 0;
    }
    
    .map-text-container {
        width: auto;
        max-width: 120px;
        padding: 0;
        text-align: left;
        position: relative;
        z-index: 3;
        order: 1;
        margin-right: 0;
        flex-shrink: 1;
    }
    
    .map-title-text {
        font-size: 14px;
        text-align: left;
        margin-bottom: 3px;
        font-weight: 600;
        line-height: 1.1;
    }
    
    .map-text {
        font-size: 11px;
        text-align: left;
        line-height: 1.2;
        margin: 0;
    }

    .header-links {
        position: relative;
        z-index: 10;
        pointer-events: auto;
    }

    .header-links a {
        pointer-events: auto;
        cursor: pointer;
        position: relative;
        z-index: 10;
    }

    .language-selector {
        position: relative;
        z-index: 10;
        pointer-events: auto;
    }

    .background-shader {
        z-index: 1;
    }

    .header-background {
        z-index: 0;
    }
}
}

@media screen and (max-width: 1000px) {
    .circles-container {
        max-width: 430px;
        flex-wrap: wrap;
        justify-content: center;
        gap: 20px;
    }
    
    .circle-item {
        flex: 0 0 180px;
        width: 180px;
        height: 180px;
        border-radius: 90px;
    }
    
    .circle-item:last-child {
        flex: 0 0 180px;
        width: 180px;
        height: 180px;
        margin: 0 auto;
    }
}

/* Add specific styles for screens below 600px to maintain circular shape */
@media screen and (max-width: 600px) {
    .circles-container {
        max-width: 100%;
        flex-direction: row;
        flex-wrap: wrap;
        justify-content: center;
        align-items: center;
        gap: 16px;
        padding: 0 10px 30px;
    }
    
    .circle-item {
        flex: 0 0 calc(50% - 8px);
        width: 150px;
        height: 150px;
        border-radius: 75px;
        font-size: 14px;
        padding: 12px;
        margin: 0;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    
    .circle-item:last-child {
        flex: 0 0 150px;
        width: 150px;
        height: 150px;
        margin: 16px auto 0;
    }
}

.success-message {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    text-align: center;
    margin:auto; 
}

.success-message img {
    width: 64px;
    height: 64px;
}

.success-message p {
    color: #242424;
    font-size: 18px;
    font-weight: 500;
}

.hidden {
    display: none !important;
}
.success-message-text {
    color: #333840;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.success-message-text-2 {
    color: #333840;
    text-align: center;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
}

/* Add a media query for larger screens */
@media screen and (min-width: 1440px) {
    .header-background {
        background-color: #033B22; /* Add a background color that matches the image */
        object-fit: contain;
    }
}

.ipard-container,
.young-farmer-container {
    display: none;
}

.ipard-container.active,
.young-farmer-container.active {
    display: block;
}

.grants-item.active {
    /* Add any styles you want for the active button state */
    color: #033B22;
    background-color: white;

    color: #033B22;

}
.grants-item:first-child {
    font-size: 18px;
    border-bottom-left-radius: 8px;
    border-top-left-radius: 8px;
    text-align: center;
    font-size: 26px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}
.young-farmer-container {
    margin-top: 24px;
    color: #FFF;
    max-width: 1130px;
    text-align: center;
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%; /* 27px */
    margin-right: auto;
    margin-left: auto;
    margin-bottom: 24px;
}
.young-farmer-button {
    display: flex;
    width: 300px;
    height: 56px;
    padding: 10px;
    justify-content: center;
    align-items: center;
    gap: 10px;
    border-radius: 4px;
    border: 2px solid #EDB606;
    background: #FFF;
    color: #242424;
    text-align: center;
    font-family: Barlow;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    margin-left: auto;
    margin-right: auto;
}

/* Desktop/mobile visibility classes */
.desktop-only {
    display: block;
}

.mobile-country-title {
    display: none;
    text-align: center;
    margin: 20px 0 10px;
}

.mobile-country-title h3 {
    font-size: 20px;
    font-weight: 600;
    color: #242424;
    margin: 0;
}

@media screen and (max-width: 1200px) {
    .desktop-only {
        display: none;
    }
    
    .mobile-country-title {
        display: block;
        width: 100%;
    }
}

