.terms{
    margin-top: 50px;
    width: 100%;
    padding: 40px 140px;
    height: auto;
}
.terms h1{
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 32px;
    color: #13334d;
    margin-bottom: 20px;
}
.terms h2{
    margin-top: 10px;
    font-family: "Lato", sans-serif;
    font-weight: 600;
    font-style: normal;
    font-size: 24px;
    color: #13334d;
    margin-bottom: 20px;
}
.terms p{
    width: 70%;
    font-family: "Lato", sans-serif;
    font-weight: 400;
    font-style: normal;
}

@media (max-width: 820px) {
    .terms{
        padding:40px 50px ;
    }
    .terms p{
        width: 90%;
    }
}
@media (max-width: 420px) {
    .terms{
        padding:40px 10px ;
    }
    .terms p{
        width: 100%;
    }
    .terms h1{
        font-size: 28px;
    }
}