.section_2 {
    background-color: #f9f9fa
}

.section_2 {
    background-color: #f8fff2;
    position: relative;
    overflow: hidden
}

.section_2::before {
    position: absolute;
    content: "";
    left: -20px;
    background: url(../images/topleft_corner.webp) no-repeat scroll left top / 100%;
    width: 100%;
    height: 300px;
    top: -55px;
    max-width: 380px;
}

.section_2::after {
    position: absolute;
    content: "";
    right: 0;
    background: url(../images/rightbottom_corner.webp) no-repeat scroll right bottom / 100%;
    width: 100%;
    height: 300px;
    bottom: 0;
    max-width: 350px
}

.section_2 .container {
    position: relative;
    z-index: 99
}

.section_2 .col .desc_text {
    max-width: 810px;
    margin: 0 auto;
}


.section_4 .title .sec_title,
.section_6 .title .sec_title {
    line-height: 121%
}

.section_4 .title,
.section_6 .title {
    margin-bottom: 25px;
    position: relative
}

.section_4,
.section_6, .section_8, .section_10 {
    background-color: #f8fff2
}

.section_6 .container {
    position: relative
}

.section_6 .lead-interest-result {
    position: absolute;
    right: 0;
    top: -100px
}

section.section_8 img {
    text-align: center;
    display: block;
    margin: 0 auto
}

section picture {
    display: block
}

.font_36 {
font-size: 36px;
}

.image_col .image img {
	width: 100%;
}

@media only screen and (min-width:1280px) {
    .section_2 .image img {
        margin-left: -15px !important
    }
    .section_3 .image {
        max-width: 392px;
        /* margin-right: 60px; */
        margin-right: auto;
        margin-left: auto;
    }
    .section_3 .col:nth-child(1) {
        width: 100%;
        max-width: 685px;
        flex: auto;
    }
    .section_4 .image_col .image {
        max-width: 482px;
    }
    .section_4 .image_col {
        max-width: 600px;
    }
    .section_5 .image_col .image {
        max-width: 600px;
        margin-right: 0;
        margin-left: auto;
    }
    .section_6 .image_col .image {
        max-width: 480px;
    }
    .section_7 .image_col .image {
        max-width: 465px;
        margin-left: auto;
        margin-right: auto;
    }
    .section_8 .image_col .image {
        max-width: 570px;
    }
    .section_9 .image_col .image {
        max-width: 482px;
        margin: 0 auto;
    }
    .section_10 .image_col .image {
        max-width: 568px;
    }

}

@media only screen and (min-width:1025px) {
    .section_2 .image img {
        margin-left: -15px !important
    }
    .button-wraper.d-lg-block {
        display: block !important;
    }

}

@media only screen and (max-width:1279px) {
    .section_6 .lead-interest-result {
        position: unset
    }
}

@media only screen and (max-width:1024px) {
    .flex-lg-row {
        flex-direction: column !important
    }

    .analytics-page .row>.col {
        flex: auto;
        justify-content: center
    }
    .button-wraper.d-lg-block {
        display: none !important;
    }
    .button-wraper.d-lg-none {
        display: block !important;
    }
}

@media only screen and (max-width:768px) {
    .section_2.pt_60.pb_60 {
        padding-top: 120px;
        padding-bottom: 160px
    }

    .section_2::after {
        max-width: 220px
    }

    .section_2::before {
        background: url(../images/topleft_corner.webp)left top/100%no-repeat;
        height: 360px;
        top: -42px;
        max-width: 290px
    }

    .section_5.mb-75 {
        margin-bottom: 15px
    }

    .analytics-page .sec_title {
        font-size: 24px !important;
    }

}

@media only screen and (max-width:575px) {
.section_8 .image img {
	max-width: 100% !important;
}
}