.heros1 .hero {
    width: 100%;
    color: var(--ColorText);
    position: relative;
    border-radius: 20px;
    height: 100vh;
    margin-bottom: 0;
    background: url('/assets/img/bl.webp');
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    filter: grayscale(0%);
    display: flex;
    flex-direction: column;
}

.about .abouts .left1 {
    background: url('/assets/img/bl2.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.about .abouts .right1 {
    background: url('/assets/img/bl3.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.about .abouts .left2 {
    background: url('/assets/img/bl4.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

.about .abouts .right2 {
    background: url('/assets/img/bl.webp');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}