@font-face{
    src: url('../fonts/Jost-Bold.ttf');
    font-family: 'Jost-Bold';
}
main{
    margin-top: 60px;
}
.description .title{
    max-width: 265px;
    margin-bottom: 40px;
}
.description p{
    max-width: 425px;
    font-family: 'Jost-Light';
    font-size: 25px;
}
.description p strong{
    font-family: 'Jost-Bold';
}