.guarantee-img img {
    width: 270px;
    height: auto;
    margin: 0 auto;
}
.guarantee-img {
    padding: 0 25px 25px;
    text-align: center;
}
.guarantee-copy {
    padding: 0 60px;
    text-align: center;
}
.guarantee-copy p {
    font-size: 22px;
    text-align: center;
}

@media only screen and (max-width: 1199px) and (min-width: 992px){
    .guarantee-copy {padding: 0;}
}

@media only screen and (max-width: 991px){
    .guarantee-img img {width: 230px;margin: 0 auto;}
}

@media only screen and (max-width: 991px) and (min-width: 768px){
    .guarantee-copy {padding: 0 15px;}
}

@media only screen and (max-width: 767px){
    .guarantee-copy {padding: 0 15px;}
    .guarantee-img img, .img-wrapper img {width: 300px;margin: 0 auto;}
    .guarantee-copy .sect-subheading {font-size: 30px;text-align: center;}
}

@media only screen and (max-width: 391px){
    .guarantee-img img {width: 50%!important;margin: 0 auto;}
}

@media only screen and (max-width: 319px){
    .guarantee-img img {width: 70%!important;margin: 0 auto;}
}