.three-col-box-section {padding:130px 0 45px;z-index:1;}
.three-col-box-section .heading-text { max-width: 990px; margin: 0 auto 80px; } 
.three-col-box-section .heading-text h2 span { color: #FA394A; } 
.three-col-box-section .heading-text h2 { margin-bottom: 25px; }
.three-col-box-section .inner-three-box-section {margin:0 -10px;justify-content:center;}
.three-col-box-section .inner-three-box-section .item-three-box-section {width:33.33%;padding:0 10px;margin-bottom:20px;}
.three-col-box-section .inner-three-box-section .inner-item-box-section { position: relative; padding: 50px 30px; height: 100%; border: 1px solid rgba(17, 76, 153, 0.5); transition: all 0.5s ease; border-radius: 20px;background-color:#fff; } 
.three-col-box-section .inner-three-box-section .inner-item-box-section:hover { box-shadow: 0px 10px 20px 0px #0000001A; transform: translateY(-15px); }
.three-col-box-section .inner-three-box-section .inner-item-box-section .image-item-box-section { z-index: 11; position: relative; width: 72px; height: 72px; background: rgba(35, 148, 235, 0.11); border-radius: 50%; display: flex; justify-content: center; align-items: center; }
.three-col-box-section .inner-three-box-section .inner-item-box-section .image-item-box-section img { max-width: 30px; height: 30px !important; object-fit: cover; object-position: center; } 
.three-col-box-section .inner-three-box-section .inner-item-box-section .text-item-box { width: calc(100% - 72px);  padding-left: 30px; } 
.three-col-box-section .inner-three-box-section .inner-item-box-section .item-box-main { padding-left:10px;padding-top:9px;display: flex; flex-wrap: wrap; align-items: center; margin-bottom: 29px; }
.three-col-box-section .inner-three-box-section .inner-item-box-section .text-item-box h5 { margin: 0; }
.three-col-box-section .inner-three-box-section .inner-item-box-section .content-item-box ul li { line-height: 35px; margin-bottom: 11px; position: relative; padding-left: 26px; } 
.three-col-box-section .inner-three-box-section .inner-item-box-section .content-item-box ul li:after { position: absolute; content: ''; width: 14px; height: 15px; background-image: url('https://www.methodschools.org/hubfs/method-academy/images/Vector%20(15).svg'); top: 11px;  left: 0; background-position: center; background-repeat: no-repeat; background-size: contain; } 
.three-col-box-section .inner-three-box-section .inner-item-box-section .content-item-box ul li:last-child { margin-bottom: 0; }
.three-col-box-section:after { background-image: url('https://www.methodschools.org/hubfs/method-academy/images/Frame%20(18).svg'); background-position: 50%; background-repeat: no-repeat; background-size: cover; content: ""; height: 617px; position: absolute; right: 0; top: 0; width: 759px; z-index: -1; }
.three-col-box-section .inner-three-box-section .inner-item-box-section .image-item-box-section:after { content: ''; position: absolute; background-image: url('https://www.methodschools.org/hubfs/method-academy/images/Ellipse%2047.svg'); width: 46px; height: 92px; left: -11px; top: -10px; }
}

@media(max-width:1250px){

	.three-col-box-section .inner-three-box-section .inner-item-box-section { padding: 30px; }

}

@media(max-width:991px){
	.three-col-box-section .inner-three-box-section .item-three-box-section { padding:0;width: 100%; max-width: 450px; margin: 0 auto 30px; }
	.three-col-box-section .heading-text { margin: 0 auto 40px; }
	.three-col-box-section {padding:80px 0 20px;}
	.three-col-box-section .inner-three-box-section{margin:0;display:block;}
   .three-col-box-section .inner-three-box-section .inner-item-box-section:hover { box-shadow: none; transform: none; }
}

@media(max-width:767px){
	.three-col-box-section {padding:60px 0 20px;}
	.three-col-box-section .inner-three-box-section .inner-item-box-section { padding: 25px; }
}