.contracts{
    margin: 24px 0;
}
.contracts h1{
    color: #353339;
    text-align: center;
    font-size: 22px;
    font-weight: 700;
    line-height: 28px;
    margin: 24px 12px;
}
.contracts .content{
    border-radius: 30px;
    border: 1px solid #EBEBEB;
    background: #FFF;
    padding: 24px 36px;

    color: #1D192B;

    font-size: 14px;
    line-height: 20px;
    letter-spacing: 0.25px;
    text-align: justify;
}
.contracts .content p{
    margin: 16px 0;
    line-height: 140%;
}

.contracts .content h2{
    font-size: 18px;
}