.about-header {
    background-image: url('../images/about-us3.png');
    background-position: top left;
    background-repeat: no-repeat;
    background-size: 295px auto;
    opacity: 1;
    transition: background 0.3s, border-radius 0.3s, opacity 0.3s;
}

@media(min-width:1200px) {
    .about-header {
        height: 570px;
    }
}

.about-header img {
    height: 500px;
    max-width: 95%;
    border: none;
    border-radius: 0;
    box-shadow: none;
}

.about-header h1 {
    font-size: 50px;
    color: #10143e;
    font-weight: 700;
}

.about-header p {
    color: #10143e;
}

.shop-btn {
    background-color: #1d2cca;
    font-size: 16px;
    text-decoration: none;
    font-weight: 500;
    border-radius: 30px;
    fill: #FFFFFF;
    color: #FFFFFF;
    line-height: 26px;
    width: max-content;
}

.section2 h3 {
    font-size: 36px;
    font-weight: 600;
    line-height: 1.3;
    max-width: 600px;
    text-align: center;
}

#owl-demo6 img {
    width: 100%;
    height: auto;
    object-fit: cover;
    filter: grayscale(100%);
}

.clients h4 {
    font-size: 28px;
    font-weight: 600;
    color: #10143e;
}