
.about-tow-section{position:relative;padding:100px 0;}

.about-tow-section .container{display:flex;justify-content:space-between;align-items:center;}

.about-two-left-content{width:48%;position:relative;display:block;}
.about-two-sec-image {position:relative;display:block;z-index:5;}
.about-two-sec-image:before {position:absolute;bottom:-15px;right:-15px;border-radius:6px;width:270px;height:270px;background:var(--thm-primary);content:"";z-index:-1;}
.about-two-sec-image-bg-1 {position:absolute;top:-22px;left:-22px;height:233px;width:233px;background-repeat:no-repeat;background-position:top left;z-index:-1;}
.about-two-sec-image-bg-2 {position:absolute;bottom:10px;right:10px;height:210px;width:210px;background-repeat:no-repeat;background-position:bottom right;}
.about-two-sec-image img {width:100%;border-radius:6px;}


.about-two-right-content{width:48%;}

.about-two-title{}
.about-two-title em{font-size:15px;color:#109493;font-weight:600;display:inline-flex;align-items:center;text-transform:uppercase;margin-bottom:10px;letter-spacing:2px;}
.about-two-title em::before{content:'';height:2px;width:30px;background:#109493;display:inline-block;margin-right:12px;}
.about-two-title h3{font-size:46px;font-weight:700;line-height:1;color:#222;margin-bottom:40px;}
.about-two-title p{font-size:18px;line-height:26px;}

.about-two-right-content ul{display:flex;flex-wrap:wrap;}
.about-two-right-content ul li{width:50%;}
.about-two-right-content ul li .item{display:flex;align-items:center;margin:35px 0 0;}
.about-two-right-content ul li .item .icon{font-size:30px;height:60px;width:60px;background:#109493;border-radius:50%;display:flex;align-items:center;justify-content:center;}
.about-two-right-content ul li .item .icon span, .about-two-right-content ul li .item .icon i{color:#fff;font-size:30px;}
.about-two-right-content ul li .item .text{margin-left:12px;}
.about-two-right-content ul li .item .text h5{font-size:20px;font-weight:700;color:#222;}

.about-two-bottom-content{margin:35px 0 0;}

.about-two-bottom-text {font-size:18px;margin:0;}
.about-two-bottom-content h3 {font-size:16px;line-height:26px;text-transform:uppercase;font-weight:500;margin-top:14px;}
.about-two-bottom-content span {color:var(--thm-primary);}
.about-two-btn {}
.about-two-btn .theme-btn {padding-left:65px;padding-right:65px;text-transform:uppercase;}

@media screen and (max-width:1550px){
.about-tow-section{padding:90px 0;}
.about-two-title h3{font-size:40px;}

}

@media screen and (max-width:1441px) {
.about-tow-section{padding:80px 0;}
.about-two-title h3{font-size:38px;}

}

@media screen and (max-width:1367px) {
.about-tow-section{padding:70px 0;}
.about-two-title h3{font-size:36px;margin-bottom:30px;}
.about-two-title p{font-size:17px;line-height:25px;}
}

@media screen and (max-width:1281px){
.about-tow-section{padding:60px 0;}
.about-two-title h3{font-size:34px;}
.about-two-title p{line-height:24px;}
  
}

@media screen and (max-width:1171px){
.about-two-title h3{font-size:32px;}
}

@media screen and (max-width:992px){
.about-two-title h3{font-size:30px;margin-bottom:25px;}
.about-tow-section .container{display:block;}
.about-two-left-content{width:70%;margin:0 auto;}
.about-two-right-content{width:100%;margin:30px 0 0;text-align:center;}
.about-two-right-content ul li .item{justify-content:center;margin:30px 0 0;}
}

@media screen and (max-width:768px){
.about-tow-section{padding:30px 0;}
.about-two-title h3{font-size:28px;}
.about-two-left-content{width:90%;}
.about-two-sec-image-bg-1{top:-15px;left:-15px;height:150px;width:150px;background-size:150px;}
.about-two-sec-image-bg-2{height:150px;width:150px;background-size:150px;}

}

@media screen and (max-width:576px) {
.about-two-title h3{font-size:26px;}
.about-two-title p{font-size:16px;}
}

@media screen and (max-width:480px) {
.about-two-title h3{font-size:24px;}

}	


@media screen and (max-width:420px) {
.about-two-title h3{font-size:22px;}

}                                                                