.about-container{
    width: 100%;
}
.banner{
    width: 100%;
}
.banner img{
    width: 100%;
    object-fit: cover;
}

.service-box {
    text-align: center;
    padding: 20px;
}
.service-box img {
    width: 150px;
    height: 150px;
    margin-bottom: 15px;
}
.service-title {
    font-weight: bold;
    font-size: 18px;
}
.service-description {
    color: #666;
    font-size: 14px;
}
.content-boxes{
    width: 90%;
    margin: auto;
}
.img1 img{
    width: 80%;
    margin-left: 10%;
    margin-bottom: 50px;
}
