.a-compensation {
    padding-top: 95px;
}
.a-compensation .widget {
    margin-left: 20px;margin-right: 20px;
}

/* TITLE */
.a-compensation .widget-title {
    margin: 0;
}

/* WRAPPER */
.a-compensation-wrapper {
    margin-top: 40px;
}

/* LEFT */
.a-compensation-l {
    background-color: #8696A9;
    padding: 46px 42px;
    width: 56%;
}
/* ICO */
.a-compensation-ico {
    margin-right: 40px;
}
/* TXT */
.a-compensation-l-txt {
    font-weight: 500;
    font-size: 24px;
    line-height: 130%;
    /* or 31px */
    color: #FFFFFF;
    margin-bottom: 0;
}

/* RIGHT */
.a-compensation-r {
    width: 44%;
    margin-left: 44px;
    padding: 1px 0;
}
/* TXT */
.a-compensation-r-txt {
    font-weight: 400;
    font-size: 20px;
    line-height: 140%;
    /* or 28px */
    color: #000000;
}
/* LINK */
.a-compensation-link {
    font-weight: 600;
    font-size: 20px;
    line-height: 130%;
    /* identical to box height, or 26px */
    text-decoration-line: underline;
    color: #4A7876;
}

/* ADAPTATION */
@media (max-width: 768px) {
    .a-compensation {
        padding-top: 22px;
        margin-left: 20px;margin-right: 20px;
    }
    .a-compensation .widget {
        margin-left: 0;margin-right: 0;
    }
    .a-compensation-wrapper {
        flex-direction: column-reverse;
        margin-top: 32px;
    }
    .a-compensation-l, .a-compensation-r {
        width: 100%;
    }
    .a-compensation-r {
        margin-left: 0;
    }
    .a-compensation-l {
        margin-top: 31px;
        padding: 18px;
    }
    .a-compensation-r-txt, .a-compensation-l-txt {
        font-size: 13px;
    }
    .a-compensation-link {
        font-size: 13px;
    }
    .a-compensation-ico {
        margin-right: 13px;
    }
    .a-compensation-ico svg {
        width: 50px;height: 34px;
    }
}
@media (max-width: 576px) {
    .a-compensation {
        margin: 0;
        padding-left: 20px;padding-right: 20px;
    }
}