.protect {
    margin-bottom: 133px;
}

.protect__box {
    display: flex;
    justify-content: space-between;
    column-gap: 24px;
    max-width: 1110px;
}

.protect__left {
    max-width: 420px;
}

.protect__title {
    margin-bottom: 20px;
}

.protect__description {
    max-width: 389px;
}

.protect__text {
    display: flex;
    align-items: center;
    column-gap: 7px;
    color: #DDDDDE;
    font-size: 13px;
    font-style: normal;
    font-weight: 500;
    line-height: 21px;
    margin-top: 27px;
}

.protect__text-icon {
    display: flex;
    justify-content: center;
    align-items: center;
}

.protect__title span:before {
    width: 100%;
}

.protect__img {
    margin-top: -7px;
}

@media (max-width: 930px) {
    .protect__box {
        flex-direction: column;
        align-items: center;
        row-gap: 24px;
        text-align: center;
    }

    .protect__left {
        max-width: 100%;
    }

    .protect__description {
        margin: 0 auto;
    }

    .protect__text {
        justify-content: center;
    }
}

@media (max-width: 870px) {
    .protect {
        margin-bottom: 80px;
    }
}

@media (max-width: 500px) {
    .protect__img {
        margin-left: -20px;
    }
}