* {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
}


.margin {
    margin: 5vw;
}

.termo_title {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 48px;
    line-height: 150%;
    color: #333333;
    margin-bottom: 15px;

}

.termo2_title {

    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 700;
    font-size: 36px;
    line-height: 120%;
    color: #333333;
    margin-bottom: 35px;

}

.termo_text {
    font-family: 'Open Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 150%;
    color: #666666;
    text-align: justify;
}

#termo1{
    margin-bottom: 35px;
}
@media (min-width: 249px) and (max-width: 767px) {
    .margin {
        margin: 0;
    }

}