.quality {
    background-color: #fff;
    background: linear-gradient(0deg, rgba(22, 53, 70, 0.80) 0%, rgba(22, 53, 70, 0.80) 100%), url("../images/about-us-page/quality-background.jpg") lightgray 50% / cover no-repeat;
    padding: 100px;
    display: flex;
    justify-content: center;
    height: auto;
}

.quality .items {
    justify-content: center;
    gap: 50px;
    display: flex;
    width: 1500px;  
}

.quality .text {
    margin-top: 100px;
    color: white;
}

.quality .text h1 {
    margin-bottom: 20px;
}

.quality .text p {
    font-size: 25px;
    line-height: 32.5px;
}

.quality img {
    border-radius: 30px;
    height: 500px;
}