.tech {
    position: relative;
    padding: 100px 0 100px;
    box-shadow: 0px -40px 70px 40px #fefefd;
    background-image: url(https://iharmoni.test-area.pp.ua/wp-content/uploads/2022/02/Group-3196.png);
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center center;
}
/*.tech:before {*/
/*    position: absolute;*/
/*    content: '';*/
/*    top: 0;*/
/*    right: 0;*/
/*    background-repeat: no-repeat;*/
/*    background-size: cover;*/
/*    background-position: bottom;*/
/*    width: 100%;*/
/*    height: 700px;*/
/*    background-image: url(/wp-content/uploads/2022/02/Ellipse-95_1-min.png);*/
/*}*/
.tech_block {
    position: relative;
    z-index: 2;
}
.tech_top {
    display: flex;
    justify-content: space-between;
    padding-bottom: 150px;
}
.tech_title {
    font-family: Poster Gothic ATF;
    font-style: normal;
    font-weight: 800;
    font-size: 40px;
    line-height: 130%;
    text-transform: uppercase;
    color: #1E3753;
    position: relative;
}
.tech_text {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    color: #1E3753;
    margin: 24px 0px;
    max-width: 380px;
}
.tech_image {
    position: relative;
}
.tech_image img {

}




.tech_bottom {
    display: flex;
    justify-content: space-between;
    position: relative;
}
.tech_bottom:before {
    position: absolute;
    content: '';
    top: 0;
    left: 0;
    width: 700px;
    height: 350px;
    background-repeat: no-repeat;
    background-size: cover;
    background-image: url(/wp-content/uploads/2022/02/jet.png);
}
.tech_bottom_first {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    position: relative;
    z-index: 2;
    max-width: 650px;
}
.image_section_2 {
    position: relative;
    z-index: 2;
}
.title_section_2 {
    font-family: Poster Gothic ATF;
    font-style: normal;
    font-weight: 300;
    font-size: 40px;
    line-height: 120%;
    display: flex;
    align-items: center;
    color: #1E3753;
    margin: 4px 0px;
}
.subtitle_section_2 {
    font-family: Poster Gothic ATF;
    font-style: normal;
    font-weight: 300;
    font-size: 20px;
    line-height: 120%;
    display: flex;
    align-items: center;
    margin: 4px 0px;
    color: #008FF8;
}
.text_section_2 {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    color: #1E3753;
    margin: 24px 0px;
}


.tech_cards {
    display: flex;
    flex-wrap: wrap;
    margin-left: -12px;
    margin-right: -12px;
    margin-top: 40px;
}
.tech_card {
    flex: 0 0 25%;
    padding: 0 12px;
}
.tech_card_title {
    font-family: Poster Gothic ATF;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 120%;
    display: flex;
    align-items: center;
    color: #008FF8;
    margin: 16px 0px;
}
.tech_card_text {
    font-family: Inter;
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 160%;
    color: #1E3753;
    margin: 16px 0px;
}
.page-id-13 .tech_card {
    flex: 0 0 33.333%;
}
@media only screen and (max-width: 1440px) {
    .tech_bottom:before {
        top: -90px;
    }
}
@media only screen and (max-width: 1120px) {
    .tech_bottom:before {
        top: -150px;
    }
}
@media only screen and (max-width: 1060px) {
    .tech_bottom:before {
        top: -150px;
        width: 100%;
        background-size: contain;
    }
}
@media only screen and (max-width: 992px) {
    .tech_title {
        padding-bottom: 32px;
    }
    .tech_text {
        margin: 0px 0px 60px;
    }
    .tech_bottom_first,
    .tech_text {
        max-width: 100%;
    }
}
@media only screen and (min-width: 810px) and (orientation: portrait) {
    .tech_text {
        margin: 60px 0px 60px;
        max-width: inherit
    }
    .tech_bottom_first {
        margin-top: 300px;
    }
    .tech_card {
        flex: 0 0 50%;
    }
    .tech_bottom:before {
        top: 20px;
    }
    .tech_top {
        padding-bottom: 0px;
    }

}
@media only screen and (max-width: 768px) {
    .tech_bottom:before {
        top: -240px;
    }
}
@media only screen and (max-width: 576px) {
    .tech_image img {
        width: 100%;
    }
    .tech_title {
        font-size: 32px;
        margin-bottom: 32px;
    }
    .image_section_2 img {
        width: 100%;
    }
    .tech_cards {
        flex-direction: column;
    }
    .tech_bottom:before {
        width: 100%;
        height: 180px;
        top: -200px;
    }
    .tech_bottom_first {
        margin-top: 0px;
    }
    .title_section_2 {
        font-size: 32px;
    }
}
