﻿.text-green {
    background: #ecf5ed;
    border-radius: 5px;
    padding: 12px 14px 11px;
}
    .text-green span {
        font-family: CrosstenVN;
        font-style: normal;
        font-weight: 500;
        font-size: 21px;
        line-height: 28px;
        /* or 133% */
        color: #777777;
        opacity: 1;
    }
.p-text {
    font-family: CrosstenVN;
    font-style: normal;
    font-weight: normal;
    font-size: 21px;
    line-height: 28px;
    /* or 133% */
    color: #777777;
}
.col-sm-6.pd-left-33 {
    background: url('../assets/img/qua.png') top right no-repeat;
    background-position-y: 24px;
}
.pd-left-33 {
    padding-left: 33px;
}
.p-text2 strong {
    font-family: CrosstenVN;
    font-style: normal;
    font-weight: bold;
    font-size: 21px;
    line-height: 28px;
    /* identical to box height, or 133% */
    color: #777777;
    width: 100%;
    display: inline-block;
    margin-bottom: 17px;
}
.p-text2 {
    font-family: CrosstenVN;
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 32px;
    /* or 156% */
    color: #777777;
    margin-bottom: 30px;
}
.sp-dot {
    width: 7px;
    height: 7px;
   border-radius: 50%;
    background: #777777;
    display: inline-block;
    margin-right: 8px;
}
.row-win{
    margin-bottom: 120px;
}
@media (max-width: 786px) {
    .text-green, .text-green span {
        font-family: CrosstenVN;
        font-style: normal;
        font-weight: normal !important;
        font-size: 16px !important;
        line-height: 25px !important;
        color: #777777;
        background: none !important;
    }

    .row-win .h3-title2 {
        font-size: 24.9978px !important;
        line-height: 36px !important;
        margin-top: 23px !important;
    }

    .p-text, .p-text2 {
        font-size: 16px !important;
        line-height: 25px !important;
    }

    .sp-dot {
        width: 6px;
        height: 6px;
    }
    .p-text2 strong {
        font-size: 18px;
        line-height: 30px;
    }
    .col-sm-6.pd-left-33 {
        padding-top: 58px;
        padding-left: 0.75rem;
        background-position-x: 169px;
        background-position-y: -5px !important;
    }
}