.about-us-section-label {
    font-family: 'Nasalization', 'Poppins';
    font-size: 39px;
    font-weight: 400;
    color: #EC0C8C;
    line-height: 0;
}

.about-us-section-title {
    font-family: 'Nasalization', 'Poppins';
    font-size: 29px;
    font-weight: 400;
    color: #243757;
    line-height: 120%;
}

.about-us-section-description {
    font-size: 19px;
    font-weight: 400;
    color: #15294B;
    line-height: 140%;

}

.about-us-section-map-footer {
    width: 100%;
    position: absolute;
    top: 100%;
    left: 50%;
    background-color: #EC0C8C;
    transform: translate(-50%, -50%);
}

.about-us-section-map-footer .title {
    font-size: 19px;
    font-weight: 500;
    color: #FFFFFF;
    text-align: center;
}

.about-us-section-map-footer .country-name {
    font-size: 14px;
    font-weight: 500;
    color: #FFFFFF;
}

@media (min-width: 1024px) {
    .about-us-section-map-footer {
        width: 80%;
    }

    .about-us-section-map-footer .title {
        font-size: 24px;

    }

    .about-us-section-map-footer .country-name {
        font-size: 17px;

    }
}



.about-us-section-card {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.about-us-section-card .title {
    font-family: 'Nasalization', 'Poppins';
    font-size: 20px;
    font-weight: 400;
    color: #15294B;
    line-height: 100%;
}

.about-us-section-card .description {
    font-size: 14px;
    font-weight: 400;
    color: #8993A4;
    line-height: 140%;
}