.terms {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    max-width: 1140px;
    margin: 0 auto;
    padding: 40px 15px;
}

.terms-container {
    overflow: hidden;
}

.terms-img {
    width: 33.3333%;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 40px;
}

.terms-img__wrapp {
    position: relative;
}

.terms-img__wrapp img {
    display: block;
}

.terms-img__wrapp svg {
    display: block;
    position: absolute;
    z-index: 2;
    top: 0
}

.terms-tooltip {
    position: absolute;
    z-index: 100;
    background: #E30613;
    color: #ffffff;
    font-size: 16px;
    font-weight: 400;
    padding: 10px;
    border-radius: 3px;
    opacity: 0;
    transition: all ease .3s;
    pointer-events: none;
    margin-top: -20px;
    white-space: nowrap
}

.terms-img__wrapp svg path {
    cursor: pointer;
    stroke: none;
    fill: transparent
}

.terms-text ol {
    padding-left: 25px;
}

.terms-text ol li {
    /*margin-bottom: 10px;    */
    /*font-weight: 700;*/
    font-size: 18px;
    line-height: 150%;
    width: 50%;
    float: left;
}

.terms-text ol li span {
    color: #000;
    /*font-size: 16px;*/
    /*font-weight: 400;*/
    font-size: 18px;
    line-height: 150%;
}

.terms-text {
    max-width: 80%;
    margin: 60px auto 0;
}

@media (max-width: 1050px) {
    .terms-img {
        width: 50%;
    }
}

@media (max-width: 870px) {
    .terms-img {
        width: 50%;
    }
}

@media (max-width: 768px) {
    .terms-text ol li {
        width: 100%;
        float: none;
    }

    .terms-img {
        width: 100%;
    }
}

@media (max-width: 520px) {
    .terms-img {
        width: 100%;
    }
}
