.about{

padding:90px 0;

}

.about-box{

display:grid;

grid-template-columns:1fr 1fr;

gap:60px;

align-items:center;

}

.about img{

width:100%;

border-radius:12px;

}

.about .sub-title{

color:#0d6efd;

font-weight:bold;

letter-spacing:2px;

}

.about h2{

margin:15px 0;

font-size:38px;

}

.about p{

line-height:1.8;

margin-bottom:20px;

}

.about-stats{

display:flex;

gap:50px;

margin:35px 0;

}

.about-stats h3{

font-size:34px;

color:#0d6efd;

}

.about-btn{

display:inline-block;

padding:14px 35px;

background:#0d6efd;

color:#fff;

text-decoration:none;

border-radius:5px;

}

@media(max-width:992px){

.about-box{

grid-template-columns:1fr;

}

.about-stats{

justify-content:space-between;

}

}