.tittle {
    text-align: center;
    margin: 2% 0;
    font-size: 70px;
}
.disclaimer{
    margin-top: 4%;
}
.subtittle{
    color: #65646494;
    font-size: 1.2rem;

}
.descriptions .btn{
    padding: 17px;
}



@media (max-width: 950px) {
    .new-card {
        height: 270px;
    }
    .tittle {
        font-size: 1.5rem;
    }
    .subtittle {
        font-size: 0.8rem;
    }
    .descriptions img{
        width: inherit;
        }

}

