.protect {
    padding: 12px 0 0;
    position: relative;
    overflow: hidden
}

.protect__circle {
    position: absolute;
    top: -195px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    border-radius: 1000px;
    background: radial-gradient(70.71% 70.71% at 50% 50%, rgba(208, 3, 21, .72) 0, rgba(8, 8, 8, .72)) 100%;
    -webkit-filter: blur(125px);
    filter: blur(125px);
    pointer-events: none;
    width: 390px;
    height: 390px
}

.protect > .container {
    position: relative;
    z-index: 1
}

.protect__head {
    margin-bottom: 20px
}

.protect__title {
    line-height: 1.583;
    color: var(--white)
}

@media (min-width: 1200px) {
    .protect {
        padding: 70px 0
    }

    .protect__circle {
        display: none
    }

    .protect__head {
        margin-bottom: 60px
    }

    .protect__title {
        line-height: .904
    }
}

.protect__cards {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns:(1fr) [ 1 ];
    grid-template-columns:repeat(1, 1fr);
    gap: 16px
}

@media (min-width: 760px) {
    .protect__cards {
        -ms-grid-columns:(1fr) [ 2 ];
        grid-template-columns:repeat(2, 1fr)
    }
}

.protect__card {
    margin-right: -1px;
    margin-top: -1px
}

.protect__leave {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    text-align: center
}

.protect__leave-title {
    font-size: var(--text-size);
    font-weight: var(--fw-thin);
    line-height: var(--lh-default);
    color: var(--white)
}

@media (min-width: 1200px) {
    .protect__cards {
        -ms-grid-columns:(1fr) [ 4 ];
        grid-template-columns:repeat(4, 1fr);
        gap: 0
    }

    .protect__leave {
        margin-top: 60px
    }

    .protect__leave-title {
        font-size: var(--text-size-32)
    }
}

@media (max-width: 1199.98px) {
    .protect__leave-btn {
        padding-right: 25px;
        padding-left: 25px;
        width: auto
    }
}

.protect__leave-btn-wrapper {
    margin-top: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}

@media (min-width: 1200px) {
    .protect__leave-btn-wrapper {
        display: block
    }
}
