.target {
    padding: 75px 0;
    background-image: url("../img/target.webp");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

.target_text {
    font-weight: 700;
    font-size: 26px;
    line-height: 140%;
    text-align: center;
    color: #fff;
}
.banner {
    padding-top: 64px;
    margin-bottom: 50px;
}

.main_banner {
    display: flex;
    justify-content: space-between;
    gap: 10px;
    align-items: center;
    margin-bottom: 120px;
}

.main_banner_info {
    max-width: 470px;
}

.main_banner_info-title {
    font-weight: 700;
    font-size: 53px;
    line-height: 120%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #b42533;
    margin-bottom: 25px;
}

.main_banner_info-desc {
    font-family: "Inter", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 140%;
    color: #262626;
    margin-bottom: 100px;
}

.main_banner_indo-link {
    font-weight: 600;
    font-size: 16px;
    line-height: 130%;
    letter-spacing: 0.02em;
    text-transform: uppercase;
    color: #262626;
    display: flex;
    gap: 5px;
    align-items: center;
}

.swiper-wrapper {
    max-width: 680px;
}

.swiper-slide {
    border-radius: 12px;
    max-width: 680px;
    margin-bottom: 30px;
}
.swiper-slide img{
    max-width: 680px;
    width: 100%;
    border: 1px solid #e1e1e1;
    border-radius: 12px;
    height: 100%;
    object-fit: cover;
}

.second_banner {
    display: flex;
    align-items: center;
    gap: 10px;
    justify-content: space-between;
}

.second_banner-image{
    max-width: 480px;
    border: 1px solid #e1e1e1;
    border-radius: 12px;
}

.second_banner-desc {
    max-width: 490px;
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #262626;
}
.second_banner-desc span{
    font-weight: 600;
    color: #b42533;
}

.info {
    border-top: 1px solid #dadbdd;
    border-bottom: 1px solid #dadbdd;
    margin-bottom: 50px;
}

.info_block {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
}

.info_item {
    padding: 27px 34px;
    border-right: 1px solid #dadbdd;
    align-content: center;
}
.info_item:last-child {
    border: none;
}

.info_item-title {
    font-weight: 600;
    font-size: 53px;
    line-height: 140%;
    color: #2b47a9;
    margin-bottom: 6px;
}
.info_item-title span{
    font-size: 32px;
}

.info_item-desc {
    font-weight: 400;
    font-size: 16px;
    line-height: 140%;
    color: #262626;
}

@media (max-width: 1000px){
    .main_banner{
        flex-direction: column-reverse;
        margin-bottom: 80px;
    }
    .main_banner_info,
    .second_banner-desc,
    .swiper-slide img,
    .swiper-slide,
    .second_banner-image{
        max-width: none;
        width: 100%;
    }
    .main_banner_info-desc{
        margin-bottom: 30px;
    }
    .second_banner{
        flex-direction: column;
        gap:55px;
    }
    .info_item{
        padding: 10px;
    }
    .info_item-title{
        font-size: 30px;
    }
}
@media (max-width: 700px) {
    .target_text{
        font-size: 16px;
    }
    .swiper{
        width: 100%;
    }
    .banner{
        padding-top: 20px;
    }
    .info_item-title{
        font-size: 16px;
    }
    .info_item-title span{
        font-size: 14px;
    }
    .info_item-desc{
        font-size: 10px;
    }
}
