.heros1 .hero {
    width: 100%;
    color: var(--ColorText);
    position: relative;
    border-radius: 20px;
    height: 100vh;
    margin-bottom: 0;
    background: url('/assets/img/setigi.jpg');
    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/setigi1.jpg');
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
}

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

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

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