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 24px;
}

.protection {
    margin: 48px 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
}

@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 .left p:first-child {
        margin-bottom: 19px
    }

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

    .protection .right {
        text-align: center;
        margin-bottom: 50px
    }
}