/* security seal img */
@media screen and (min-width: 1024px) {.security-seal{background-size: 250px 250px!important;}}
@media screen and (max-width: 1023px) and (min-width: 740px){.security-seal{background-size: 20vw!important;}}
@media screen and (max-width: 739px) and (min-width: 639px){.security-seal{background-size: 20vw!important;}}
@media screen and (max-width: 639px){.security-seal{background-size: 145px 145px!important;}}

/* get started img */
.get-started {clear: both;}
.get-started .image {width: 11%;float: left;}
.get-started .content {width: 89%;float: left;} 

@media screen and (max-width: 1023px){
    .get-started .image {
        width: 15%;
        float: left;
    }
    .get-started .content {
        width: 85%;
        float: left;
    }     
}
@media screen and (max-width: 320px){
    .get-started .image {
        width: 18%;
        float: left;
    }
    .get-started .content {
        width: 82%;
        float: left;
    }  
}     

/* table */
#great-features table tr th:last-child{width: 60%!important;}
#great-features table tr th:first-child{width: 40%!important;}
@media screen and (max-width: 739px){
    #great-features table tr th:last-child,#great-features table tr th:first-child{
        width: 50%!important;
     }
     
}        