.why {
    background-image: url(../../images/why.webp);
    background-repeat: no-repeat;
    background-size: 100%;
    min-height: 650px;
    padding: 20px 10px;
    height: 100%;
    margin-top: 20px;
}



.why-items {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    padding: 20px 25px;
}

.why-items-item {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}

.why-items-item p {
    font-weight: 600;
    font-size: 13px;
    line-height: 121%;
    text-align: center;
    color: #fff;
}

.whyTitl3 {
    font-weight: 700;
    font-size: 24px;
    line-height: 146%;
    text-transform: uppercase;
    text-align: center;
    color: #fff;
}

.why-items-item:nth-child(1) img {
    width: 73px;
    height: 55px;
    object-fit: contain;
}

.why-items-item:nth-child(2) img {
    width: 84px;
    height: 55px;
    object-fit: contain;
}

.why-items-item:nth-child(3) img {
    width: 64px;
    height: 55px;
    object-fit: contain;
}


.why-title{
    font-size: 40px;
}
@media(max-width: 425px) {
    .why {
        min-height: 620px;
    }
}

@media(max-width: 410px) {
    .why {
        min-height: 600px;
    }
    .why-title{
        font-size: 35px;
    }

    .whyTitl3{
        font-size: 20px;
    }
}

@media(max-width: 395px) {
    .why {
        min-height: 580px;
    }
}

@media(max-width: 380px) {
    .why {
        min-height: 560px;
    }
}