@media (max-width: 575px){
    .btn-buy {
        font-size: 20px !important;
        text-transform: uppercase;
        padding: 20px 44px !important;
        background-color: #d43333;
    }
    

}



@media (max-width: 767px){
    .section-bullets h2{
         font-size: 24px;
    }
    
    
    .how-container .item_one h2{
        font-size: 24px;
    }
    
    
    .how-container .item_one img{
        width: 100%;
        max-width: unset;
    }
}
