html body {
    background: url(/assets/img/faq/protection/bg.png) left no-repeat
}

.protection.og_wrapper {
    padding: 0 20px
}

.protection_info h1 {
    padding: 0 20px;
    color: #0fa6ab;
    line-height: 36px;
    font-size: 28px;
    font-weight: 600;
    margin: 0 0 32px;
}

/* Явный зазор между заголовком и двухколоночным блоком (margin collapse больше не «съедает» отступ) */
.protection_info + .protection {
    margin-top: 32px !important;
}

.protection {
    margin: 0 auto 88px !important;
    display: grid;
    grid-template-columns: 62% 35%;
    max-width: 1270px;
    column-gap: 29px
}

.protection .left {
    max-width: 800px
}

.protection .left p {
    font-weight: 400;
    line-height: 28px;
    font-size: 16px;
    color: #333
}

.og_container_answer .answer {
    padding: 10px;
    max-width: 1200px;
    margin: 0 auto
}
.protection_info ~ .og_container_answer {
    padding-top: 64px;
}
.protection_info ~ .og_container_answer .answer {
    box-sizing: border-box;
    padding: 0;
    overflow: hidden;
    border: 1px solid #c8eceb;
    border-radius: 8px;
    background: #eefafa;
    box-shadow: 0 10px 24px rgba(15, 166, 171, .08);
    transition: background-color .2s ease, border-color .2s ease, box-shadow .2s ease, transform .2s ease;
}
.protection_info ~ .og_container_answer .answer:not(:last-child) {
    margin-bottom: 14px;
}
.protection_info ~ .og_container_answer .answer:hover,
.protection_info ~ .og_container_answer .answer.answer--highlighted {
    border-color: #8ed8d8;
    background: #def4f3;
    box-shadow: 0 14px 30px rgba(15, 166, 171, .14);
}
.protection_info ~ .og_container_answer .answer.active {
    border-color: #0fa6ab;
    background: #d9f2f1;
    box-shadow: 0 16px 34px rgba(15, 166, 171, .18);
}
.protection_info ~ .og_container_answer .answer_header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 20px;
    min-height: 76px;
    padding: 22px 28px;
    cursor: pointer;
}
.protection_info ~ .og_container_answer .answer_header span {
    letter-spacing: .4px;
}
.protection_info ~ .og_container_answer .answer_header svg {
    margin-left: 0;
}
.protection_info ~ .og_container_answer .answer_header svg path {
    stroke: #0b6f73;
}
.protection_info ~ .og_container_answer .answer_content {
    margin: 0;
    padding: 0 28px 28px;
}
@media (max-width:1024px) {
    .protection {
        grid-template-columns: 75% 20%;
        column-gap: 7px
    }

    .protection .left p:first-child {
        margin-bottom: 40px
    }

    .protection .left p {
        font-size: 16px;
        line-height: 20px
    }
}

@media (max-width:768px) {
    .protection {
        display: flex;
        flex-wrap: wrap;
        flex-direction: column-reverse;
        margin: 18px auto 50px !important
    }

    .protection_info + .protection {
        margin-top: 24px !important;
    }

    .protection .left p:first-child {
        margin-bottom: 19px
    }

    .protection .left p {
        font-size: 12px;
        line-height: 14px
    }

    .protection .right {
        text-align: center;
        margin-bottom: 50px
    }
    .protection_info ~ .og_container_answer {
        padding-top: 48px;
    }
    .protection_info ~ .og_container_answer .answer_header {
        min-height: 68px;
        padding: 18px 22px;
    }
    .protection_info ~ .og_container_answer .answer_content {
        padding: 0 22px 22px;
    }
}
@media (max-width:500px) {
    .protection_info ~ .og_container_answer .answer:not(:last-child) {
        margin-bottom: 12px;
    }
    .protection_info ~ .og_container_answer .answer_header {
        gap: 14px;
        min-height: 60px;
        padding: 16px 18px;
    }
    .protection_info ~ .og_container_answer .answer_content {
        padding: 0 18px 20px;
    }
}