/* Specific styles for About Us page */
.page-title {
    padding-top: 150px;
    padding-bottom: 100px;
    text-align: center;
    color: #fff;
    position: relative;
    background-color: #1a1a1a;
}

.page-title .pagetitle__heading {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 20px;
    
}

.about-layout2 .heading-layout2 .heading__title {
    font-size: 32px;
    margin-bottom: 20px;
    color: #333;
}

.about-layout2 .about__text p {
    margin-bottom: 20px;
    line-height: 1.8;
}
