/* .map h2 {
    text-align: center;
} */

.map {
    margin-top: 100px;
}

.advantages {
    margin-top: 0;
}

.about_company {
    margin-bottom: 100px;
}

.map img {
    display: block;
    margin: 0 auto;
}

.map_img {
    width: 100%;
    height: auto;
    margin: 0 auto;
    margin-top: 25px;
}

iframe {
    width: 100%;
    height: 500px;
    border-radius: 20px;
    border: 4px solid #fff;
}

.dat {
    margin-top: 100px;
    width: 100%;
    height: auto;
    background: #fff;
}

.dat {
    border-radius: 20px;
}

.dat_flex {
    display: flex;
    gap: 25px;
    justify-content: space-between;
    align-items: center;
    padding: 50px 0;
}

.dat_text {
    max-width: 690px;
}

.dat_text p,
.dat_text h2 {
    color: #222;
}

.dat_text p {
    margin-top: 30px;
}

.dat_icon {
    border-radius: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #BE272E;
    padding: 55px 24px;
}

.dat_icon b {
    font-size: 64px;
    font-family: 'Montserrat', sans-serif;
}

@media (max-width: 850px) {
    .dat_flex {
        display: block;
        margin: 0 auto;
    }

    .dat_icon {
        margin: 0 auto;
        max-width: 180px;
        padding: 61px 0;
        margin-top: 30px;
    }

    .dat_icon b {
        font-size: 48px;
    }
}