@font-face {
    font-family: 'Jost';
    src: url('../fonts/jost/Jost-Medium.ttf');
}

@font-face {
    font-family: 'Jost-Regular';
    src: url('../fonts/jost/Jost-Regular.ttf');
}
.terms{
    margin-top: 5.6em;
    display: flex;
    flex-direction: column;
    width: 100%;
}
.terms-content{
    padding:4em 2em 6em;
    margin: 0 auto;
    box-sizing: border-box;
}
.heading-title {
    padding:1em 0 0.5em;
    font-size:3.5em;
    font-weight: normal;
    text-align: center;
    color:#4196AF;
}
.title {
    font-size:14px;
    color:#1D9089;
    padding:1em 0;
}
.content {
    font-family: 'Jost-Regular';
    font-size:14px;
    line-height: 1.3;
}

.subtitle{
    padding:1em 0 0.5em;
    font-size:14px;
}
@media screen and (max-width: 768px) {
    .terms-content{
        padding: 0 0 1rem;
    }
    .heading-title {
        padding:0.7rem 0;
        font-size:0.7rem;
    }
}