
.hero_img {
    display: none;
    @media (min-width: 1300px) {
        display: block;
        margin-bottom: 36px;
        margin-right: 180px;
        max-width: 280px;
        width: 100%;
    }
}

.adaptive_hero_img {
    display: flex;
    justify-content: center;
    margin: 30px 0;
    width: 100%;
    img {
        width: 100%;
        max-width: 280px;
    }
    @media (min-width: 1300px) {
        display: none;
    }
}


.hero_heading_text {
    @media (min-width: 1300px) {
        max-width: 640px;
    }
}



.benefits {
    background: var(--grey-50);
}
.benefits_content_container {
    display: flex;
    gap: 30px;
}
.benefits_img_container {
    display: none;
    img {
        max-width: 300px;
        width: 100%;
    }
    @media (min-width: 700px) {
        display: block;
    }
}
.benefits_items {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 15px;
}
.benefit_item {
    display: flex;
    gap: 10px;
    max-width: 960px;
    width: 100%;
    img {
        width: 20px;
        height: 20px;
        margin-top: 5px;
    }
}
.benefit_item_text_container {
    display: flex;
    flex-direction: column;
    gap: 5px;
}

.data_content_container {
    display: flex;
    justify-content: center;
    width: 100%;
    position: relative;
    gap: 140px;
    flex-direction: column;
    align-items: center;
    @media (min-width: 768px) {
        gap: 140px;
        flex-direction: row;
        align-items: unset;
    }
    @media (min-width: 1300px) {
        gap: 0;
        justify-content: space-between;
    }
}

.data_item {
    position: relative;
    max-width: 330px;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    border-bottom: 2px solid var(--grey-100);
    border-radius: 12px;
    padding-bottom: 30px;
    @media (min-width: 768px) {
        max-width: 299px;
        border-bottom: unset;
        border-radius: unset;
        padding-bottom: 0;
    }
    @media (min-width: 1000px) {
        max-width: 400px;
    }
    @media (min-width: 1300px) {
        max-width: 575px;
    }
}
.data_item_logo_container {
    height: 60px;
    display: flex;
    align-items: center;
    justify-content: center;
    img {
        max-width: 112px;
        width: 100%;
    }
}
.data_item:nth-child(2) .data_item_logo_container {
    img {
        max-width: 146px;
        width: 100%;
    }
}
.data_img_first_item {
    position: absolute;
    width: 40px;
    height: 40px;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
    border-radius: 40px;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    bottom: -20px;
    left: 111px;
    img {
        width: 20px;
        height: 20px;
    }
    @media (min-width: 768px) {
        top: 75px;
        right: -20px;
        bottom: unset;
        left: unset;
    }
    @media (min-width: 1300px) {
        top: 75px;
        right: -20px;
    }

}
.data_img_second_item {
    position: absolute;
    width: 40px;
    height: 40px;
    box-shadow: 0px 1px 5px 0px rgba(0, 0, 0, 0.15);
    border-radius: 40px;
    background: var(--white);
    display: flex;
    align-items: center;
    justify-content: center;
    top: -20px;
    right: 82px;
    img {
        width: 20px;
        height: 20px;
    }
    @media (min-width: 768px) {
        top: 145px;
        left: -20px;
    }
    @media (min-width: 1300px) {
        top: 145px;
        left: -20px;
    }
}
.first_line {
    position: absolute;
    left: 105px;
    top: 320px;
    z-index: -1;
    transform: translateX(-50%) rotate(90deg);
    @media (min-width: 768px) {
        left: 299px;
        top: 95px;
        transform: unset;
    }
    @media (min-width: 1000px) {
        left: 400px;
        top: 95px;
    }
    @media (min-width: 1300px) {
        left: 573px;
        top: 95px;
    }
}
.second_line {
    position: absolute;
    left: 205px;
    top: -100px;
    z-index: -1;
    transform-origin: center;
    transform: translateX(-50%) rotate(90deg) scaleX(-1);
    @media (min-width: 768px) {
        transform: scaleY(-1) rotate(180deg);
        left: -140px;
        top: 162px;
    }
    @media (min-width: 1300px) {
        left: -140px;
        top: 162px;
    }
}
.item_content_container {
    display: flex;
    flex-direction: column;
    gap: 15px;
    max-width: 575px;
    width: 100%;
    padding-right: 15px;
    @media (min-width: 768px) {
        border-right: 2px solid var(--grey-100);
        border-radius: 12px;
    }
}

.data_item:nth-child(2) .item_content_container {
    border-right: none;
    @media (min-width: 768px) {
        border-left: 2px solid var(--grey-100);
        padding-left: 30px;
        padding-right: 0;
    }
}
.data_item:nth-child(2) {
    border-top: 2px solid var(--grey-100);
    padding-top: 45px;
    border-radius: 12px;
    border-bottom: unset;
    @media (min-width: 768px) {
        border-top: unset;
        padding-top: 0;
    }
}
.item_text_container {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
.item {
    display: flex;
    align-items: center;
    gap: 10px;
    height: 30px;
    img {
        width: 23px;
        height: 18px;
    }
}
.item_heading_container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    text-align: center;
}
.lines_container {
    display: flex;
    flex-direction: column;
    gap: 1px !important;
    margin-top: 0 !important;
}
.grey_line {
    width: 40px !important;
    margin-left: 5px !important;
    margin-right: 0 !important;
    height: 1px !important;
}
.orange_line {
    width: 40px !important;
    margin-right: 5px !important;
    margin-left: 0 !important;
    height: 1px !important;
}


.questions {
    padding: 100px 15px;
    background: var(--grey-50);
    @media (min-width: 480px) {
        padding: 50px 15px;
    }
    @media (min-width: 1300px) {
        padding: 100px 0;
    }
}
