﻿.about {
    background: #fff;
    padding: 80px 0;
}

.about h2 {
     color: var(--primary);
     font-size: 2.5rem;
     font-weight: 700;
     margin-bottom: 20px;
}

.about p {
    color: #666;
    line-height: 1.8;
    margin-bottom: 25px;
}

.about img {
    width: 100%;
    object-fit: cover;
}
@media (max-width: 991px) {

.about {
      text-align: center;
}

.about img {
      margin-bottom: 30px;
 }
}