.about-section{
    background:#f8fbff;
    padding:90px 0;
}

.about-content{
    max-width:850px;
    margin:auto;
    text-align:center;
}

.about-tag{
    display:inline-block;
    background:#ff7300;
    color:#fff;
    padding:10px 25px;
    border-radius:30px;
    font-weight:600;
    letter-spacing:2px;
    margin-bottom:20px;
}

.about-content h2{
    font-size:52px;
    font-weight:700;
    color:#0057c8;
    line-height:1.2;
    margin:20px 0;
}

.about-content h2 span{
    color:#ff7300;
}

.title-divider{
    width:90px;
    height:4px;
    background:linear-gradient(to right,#0057c8,#ff7300);
    margin:25px auto;
    border-radius:30px;
}

.about-content p{
    font-size:18px;
    line-height:32px;
    color:#555;
    margin-bottom:20px;
}

.about-btn{
    display:inline-block;
    margin-top:20px;
    background:#0057c8;
    color:#fff;
    padding:15px 40px;
    border-radius:40px;
    text-decoration:none;
}

.about-btn:hover{
    background:#ff7300;
    color:#fff;
    text-decoration:none;
}

@media(max-width:768px){

.about-section{
    padding:60px 20px;
}

.about-content h2{
    font-size:36px;
}

.about-content p{
    font-size:16px;
    line-height:30px;
}

}