.index_banner_title {
    line-height: 1.4;
    font-size: 3.2rem;
}

.experts_box {
    width: 35%;
}

.experts_img_box {
    flex: 1;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    top: -180px;
    justify-content: flex-end;
}

.experts_img {
    width: 355px !important;
    height: 380px;
}

.experts_container {
    display: flex;
}

.index_about_logo {
    height: 80px;
    width: fit-content;
}

.index_about_logo_box {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}

.index_about_text {
    font-size: 18px;
}
@media screen and (min-width: 1024px) and (max-width: 1280px) {
    .experts_img {
        width: 300px !important;
        height: 350px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
    .experts_img_box {
        display: none;
    }
    .experts_box {
        width: 100%;
        margin-top: 0 !important;
    }
    .experts_box {
        width: 100%;
        margin-top: 0 !important;
    }
    .index_contact_box {
        top: 0px;
        padding: 15px 0 80px 0;
    }
}
@media (max-width: 768px) {
    .index_about_logo {
        height: 55px !important;
    }

    .experts_container {
        flex-direction: column;
    }

    .experts_box {
        width: 100%;
        margin-top: 0 !important;
    }

    .experts_img_box {
        display: none;
    }

    .index_contact_box {
        top: 0px;
        padding: 15px 0 80px 0;
    }

    .phone_contact {
        gap: 2rem !important;
    }

    .phone_service_title {
        font-size: 1.5rem !important;
    }
    .index_banner_title {
        font-size: 2.3rem;
    }
}