.wrap-terms {
    max-width: 1170px;
    margin: 0 auto;
    padding: 0 15px;
}
.wrap-terms .title-terms {
    font-size: 40px;
    line-height: 55px;
    letter-spacing: 1px;
    margin-bottom: 20px;
}
.title-green {
    font-size: 24px;
    line-height: 30px;
    font-weight: 600;
    color: rgb(48,148,10);
    margin-bottom: 12px;
}
.item-privacy {
    margin-bottom: 30px;
    font-family: 'Lora', serif;
}
.item-privacy .i-title {
    margin-bottom: 12px;
    font-weight: bold;
}
.item-privacy .i-content{
    margin-bottom: 12px;
}
.item-privacy .item-content {
    position: relative;
    padding-left: 20px;
    margin-bottom: 10px;
    font-weight: normal;
}
.item-privacy .item-content.icon-plug:before {
    position: absolute;
    content: '';
    top: 2px;
    left: -10px;
    width: 22px;
    height: 22px;
    background: url(../../images/icon-plug-2x.png) no-repeat 50% 50% / 100% 100%;
}
.grass_green {
    color: rgb(48,148,10);
}
.brownish_grey {
    color: rgb(94,94,94)
}
.decoration-none {
    text-decoration: none;
}
.style_box_text {
    padding: 40px 0 10px 0;
}
.style_box_text.no_padding_top {
    padding-top: 0;
}
@media screen and (max-width: 639px) {
    .wrap-terms .title-terms {
        font-size: 34px;
        line-height: 45px;
        margin-bottom: 14px;
    }
    .item-privacy {
        margin-bottom: 20px;
    }
    .style_box_text {
        padding: 30px 0 10px 0;
    }
}