.guarantees{
    width: 100%;
    height: max-content;
}
.guarantees__container{
    height: max-content;
    margin-bottom: 52px;
}
.guarantees__container h1{
    font-size: 1.2rem;
    /* margin-bottom: 28px; */
    margin-bottom: 22px;
}

.guarantees__container span{
    font-size: 1rem;
    line-height: 1.2rem;
}

.guarantees__container span a{
    color: #000000;
    text-decoration: underline;
}

@media screen and (max-width:800px){
    .guarantees__container{
        width: 91.66666667%;
        /* margin-left: 15px; */
        margin: 0px auto 52px;
    }
    .guarantees__container h1{
       margin: 22px 0px 18px;
    }

    .guarantees__container{
        
    }
}