.banner-box1{border-radius:10px;min-height:500px;margin:20px 0;display:flex}.banner-box1 .image_section{justify-content:center;align-items:center;width:40%;max-height:550px;display:flex;position:relative}.banner-box1 .image_section .top_image{width:250px;height:250px;box-shadow:var(--main_soft_shadow);border-radius:20px;position:absolute;top:0;right:0}.banner-box1 .image_section .title_box{z-index:99;color:#fff;width:250px;height:250px;box-shadow:var(--main_soft_shadow);border-radius:20px;justify-content:center;align-items:center;display:flex;position:relative;overflow:hidden}.banner-box1 .image_section .title_box .overlay{opacity:.8;background-color:orange;width:100%;height:100%;position:absolute}.banner-box1 .image_section .title_box h3{text-align:center;z-index:10;font-size:25px}.banner-box1 .image_section .bottom_image{width:430px;height:230px;box-shadow:var(--main_soft_shadow);border-radius:20px;position:absolute}.banner-box1 .content_section{width:60%;padding:40px 20px}.banner-box1 .content_section .title{font-size:2.5rem}.banner-box1 .content_section .content{font-size:18px}.banner-box1 .content_section .btn_wrapper{text-align:left;margin-top:20px}.banner-box1 .content_section .btn_cta{border:3px solid;border-radius:100px;padding:10px 25px;font-weight:700}.banner-box1 .content_section .btn_cta:hover{color:#fff}@media screen and (width>=1024px){.banner-box1 .image_section .bottom_image{top:100%;right:0;transform:translateY(-95%)}.banner-box1 .image_section.circle_mode .top_image,.banner-box1 .image_section.circle_mode .title_box{border-radius:50%}.banner-box1 .image_section.circle_mode .bottom_image{border-radius:50%;width:220px;height:220px;right:50px}}@media screen and (width<=1024px){.banner-box1{flex-direction:column;overflow:hidden}.banner-box1 .image_section{width:100%;min-height:250px}.banner-box1 .image_section .top_image{display:none}.banner-box1 .image_section .title_box{position:absolute;top:-10%}.banner-box1 .image_section .bottom_image{width:100%;transform:unset;border-radius:10px;top:0;right:0}.banner-box1 .content_section{width:100%}}