.modern-map {
    padding: 120px 0 0;
}

.modern-map__card {
    background: linear-gradient(180deg, rgba(204, 218, 225, 0.5) 0%, rgba(204, 218, 225, 0) 100%);
    border-radius: 40px;
    padding: 50px 20px 100px;
}

.modern-map__header {
    text-align: center;
    max-width: 700px;
    margin: 0 auto 48px;
}

.modern-map__title {
    font-size: 32px;
    font-weight: 700;
    margin-bottom: 10px;
}

.modern-map__desc {
    font-size: 16px;
    color: #555;
    line-height: 1.5;
    font-weight: 400;
}

.modern-map__content {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    gap: 40px;
    max-width: 1020px;
    margin: 0 auto;
}

.modern-map__image-col {
    flex: 1.2;
}

.modern-map__img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: contain;
    max-width: 660px;
}

.modern-map__stats-col {
    flex: 0.8;
    display: flex;
    flex-direction: column;
    gap: 32px;
    max-width: 280px;
}

.map-stat-item {
    display: flex;
    flex-direction: column;
}

.map-stat-num {
    font-size: 40px; 
    font-weight: 700;
    line-height: 1.2;
}

.map-stat-text {
    font-size: 16px;
    color: #001A35BF;
    margin-top: 4px;
}

.modern-map__feedback {
    font-size: 12px;
    color: #001A3580;
    margin-top: 20px;
    line-height: 1.54;
}

    	
@media (min-width: 990px) {
    .hero__content{
    	min-height: 594px;
    }
}

@media (max-width: 990px) {
    
    .section-padding-big {
    	padding-top: 60px;
    }
    .modern-map {
        padding-top: 60px!important;
    }
    .modern-map__content {
        flex-direction: column;
    }

    .modern-map__image-col, 
    .modern-map__stats-col {
        width: 100%;
        flex: 1;
    }

    .modern-map__stats-col {
        padding-left: 20px; 
    }
    
    .modern-map__card {
        padding: 60px 20px;
    }
}

@media (max-width: 479px) {
    .modern-map__title {
    	font-size: 24px;
        margin-bottom: 20px;
    }
    
    .modern-map__feedback {
    	font-size: 14px;
    }
}