.flag-regions {
    padding: 11.5rem 4rem 2rem;
}

.flag-regions .region-wrapper {
    height: auto;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
}

.flag-regions .region-image {
    display: flex;
    justify-content: center;
    margin-bottom: 6.6rem;
}

.flag-regions .region-image img,
.flag-regions .region-image svg {
    max-width: 55%;
    height: auto;
    transition: transform .3s ease;
}

.flag-regions .region-wrapper:hover .region-image img,
.flag-regions .region-wrapper:hover .region-image svg {
    transform: scale(1.05);
}

.flag-regions p {
    font-size: 2.4rem;
    line-height: 1.5;
}

.flag-regions .region-description {
    margin-top: 1rem;
    margin-bottom: auto;
}

.flag-regions .region-btn {
    margin-top: 3rem;
}

.flag-regions .region-btn .btn {
    width: 100%;
    text-transform: uppercase;
}

.flag-regions .swiper:not(.swiper-initialized) .swiper-wrapper {
    justify-content: center;
    flex-wrap: wrap;
}

.flag-regions .swiper:not(.swiper-initialized) .region-wrapper {
    width: 25%;
    padding: 0 1.5rem;
}

@media (max-width:1499px) {
    .flag-regions {
        padding: 6rem 0rem 4rem;
    }
}

@media (max-width:1399px) {
    .flag-regions .region-image {
        margin-top: 5rem;
    }

    .flag-regions p {
        font-size: 2rem;
    }

    .flag-regions .swiper:not(.swiper-initialized) .region-wrapper {
        width: 50%;
    }
}

@media (max-width:991px) {
    .flag-regions .swiper:not(.swiper-initialized) .region-wrapper {
        width: 100%;
    }
}