.why-choose-us__items .why-choose-us-item__icon {
    margin-bottom: 20px;
}

.why-choose-us__items {
    column-gap: 20px;
    row-gap: 30px;
}

.why-choose-us__items .description {
    color: rgba(255, 255, 255, 0.70);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 180%;
}

.why-choose-us__items img {
    margin-bottom: 20px !important;
}

.why-choose-us__items .why-we-item {
    flex: 0 0 calc(33% - 13px);
    max-width: calc(33% - 13px);
}

.why-we-item__title {
    margin-bottom: 10px;
    color: #fff;
    font-size: 20px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%;
}

@media (max-width: 768px) {
    .why-choose-us__items .why-we-item {
        flex: 0 0 calc(50% - 10px);
        max-width: calc(50% - 10px);
    }
}

@media (max-width: 600px) {
    .why-choose-us__items .why-we-item {
        flex: 0 0 100%;
        max-width: 100%;
    }
}