.sec-img{margin:5rem 0;}
.sec-img>div{height:350px;width:100%;background-image:url(/wp-content/uploads/2025/09/sub-pa-01.jpg);background-size:cover;background-position:50% 50%;border-radius:1rem;}
.sec-cont{display:flex;flex-direction:row;margin-bottom:5rem;transition:0.5s;}
.sec-cont:hover{color:var(--color-primary);}
.cont-lf{width:30%;}
.cont-rt{width:70%;}
.cont-rt>div>p{color:#2d2d2d !important;}
.cont-rt>div>div>p,i{line-height:1.5em !important;color:#2d2d2d !important;}
.cont-rt>div{display:flex;flex-direction:row;justify-content:space-between;}
.cont-rt>div>div>.img-box{width:100%;height:250px;background-size:contain;background-repeat:no-repeat;    background-position: 50% 50%;}
.ima-box2{width:50%;height:300px;background-size:cover;background-repeat:no-repeat;}
.ima-box3{width:80%;height:300px;background-size:contain;background-repeat:no-repeat;}
@media screen and (max-width: 768px){
	.sec-cont{flex-direction:column;}
	.cont-lf>p{margin-bottom:1.5rem;}
	.cont-lf,.cont-rt{width:auto;}
	.cont-rt>div>div>.img-box{height: 100px;}
	.ima-box2{width:80%;}
	.ima-box3{width:80%;height:123px;}
}