.itdc_section{ padding: 120px 0; color: #fff; }
.itdc_section .itdc_inner{ width: 95%; margin: auto; display: flex; max-width: 1200px; }
.itdc_section h2{ color:inherit; margin: 0 0 40px; text-transform: none; }
.itdc_section .itdc_content{ width: 60%; }
.itdc_section .itdc_btns{ margin-top: 50px; }
.itdc_section .itdc_btn{ padding: 9px 20px; border-radius: 30px; margin-right: 20px; border: 2px solid currentColor; display: inline-block; min-width: 100px; text-align: center; font-size:16px;}
.itdc_section .itdc_btn.btn1{ background: #fff; color: #000; border-color: #fff; }
.itdc_section .itdc_btn.btn2{ color: currentColor; }
.itdc_section .bg-image{ position: absolute; width: 45%; height: 100%; right: 0; top: 0; z-index: -1; }
.itdc_section .bg-image img{ position: absolute; left: 0; bottom:0; max-height: 90%; max-width: 100%; width: auto; height: auto; }
.itdc_section .itdc_icon{ position: absolute; right: 50px; top: 50px; width: 11vw; }

.home_sec3 .itdc_section .bg-image img{ max-width: 65%; }
.home_sec4 .itdc_section .bg-image img{ max-width: 70%; left: 12%; bottom: 5%; }
.home_sec5 .itdc_section .bg-image img{ max-width: 80%; left: auto; right: 3%; bottom: 3%; }
.home_sec6 .itdc_section .bg-image img{  }
.home_sec7 .itdc_section .bg-image img{ width: 100%; height: 100%; object-fit: contain; max-height: 100%;}
.home_sec7 .itdc_section .bg-image{ height: 105%; bottom: 0; top: auto; width: 40%;  }


@media(max-width: 767px){
    .itdc_section .itdc_content{ width: 100%; }
    .itdc_section .itdc_btn {
        margin-right: 10px;
        min-width: 100px;
    }
    .itdc_section .bg-image{ width: 90%; }
    .home_sec7 .itdc_section .bg-image {
        width: 80%;
    }
    .home_sec7 .itdc_section .bg-image img {
        object-position: bottom;
    }
}


