#about1{
    background: linear-gradient(135deg, #f6f9fc, #eef2f3);
    padding: 40px 0px;
}
.about-header1 {
    margin-top: 60px;
    text-align: center;
   
}

.about-header1 h2 {
   font-family: 'Arial', sans-serif;
    font-size: 32px;
    color: #353535;
    text-transform: uppercase;
    background-size: auto;
    padding-bottom: 15px;
   
}


/* About Text */
.about-text {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.6;
    color: #555555;
}

.about-text h3 {
    font-size: 22px;
    color: #007bff;
    margin-top: 20px;
}

/* About Image */
.about-img {
    text-align: center;
    margin: 38px 0px 0px 70px;
    width: 57%;
}

.about1-img img{
    height: 16rem;
}
