@media only screen and (max-width:767px){ 
    .collection-section,.logo-section{
        text-align: center;
        float: none;
    }
    .collection-section >h3{
        font-size: 16px;
        line-height: 26px;
        padding: 20px 0 0;
    }
    .info-section{
        padding: 25px 22px;
    }
    .info-section >h2{
        font-size: 22px;
        line-height: 33px;
    }
    .info-section >h3{
        font-size: 15px;
        line-height: 24px;
        margin: 8px 0 20px;
    }
    .info-section .btn{
        letter-spacing: 0.3px;
        font-size: 14px;
        padding: 8px 25px;
        margin-bottom: 15px;
    }
    .guideline-info-section{
        padding: 50px 20px 20px;
    }
    .guideline-ct{
        margin: 20px 0 0; 
        font-size: 14px;
        line-height: 24px;
    }
    .guideline-info-section >h4{
        font-size: 16px;
        line-height: 26px;
        margin-top: 20px;
    }
    .benefit-section{
        padding: 25px 0;
    }
    .benefit-list-wrapper{
        display: block; 
    }
    .benefit-list-wrapper >div{
        display: block;
        width: 100%;
        border-top: 1px solid #ddd;
        padding: 25px;
    }
    .benefit-list-wrapper >div + div{
        border-left: 0;
    }
    .benefit-section >h4{
        margin-bottom: 20px;
    }
    .footer{
        padding: 20px 0;
    }
    .footer-ct{
        margin-bottom: 15px;
    }
    .footer-ct >p{
        line-height: 22px;
    }
   .guideline-info-section img.img-responsive{margin: 0 auto;}
}
 
@media only screen and  (min-width:768px) and (max-width:1024px){
    .info-section >h2{
        font-size: 42px;
        line-height: 50px;
    }
    .info-section >h3{
        font-size: 20px;
        line-height: 30px;
    }
    .footer{
        padding-left: 10px;
        padding-right: 10px;
    }
}

@media only screen and  (min-width:1025px) and (max-width:1200px){ 
    
}