@media (max-width: 768px) {

	.header {   
    padding: 6px 15px;   
}
a.view {
    position: absolute;
    right: 2%;
    top: 57%;
    color: #ed1c24;
    font-size: 13px;
    text-decoration: none;
    font-weight: 600;
}
.p-img {
    margin-bottom: 30px;
}
.head-center {
    display: none;
}
.how h2 {
       color: #fff;
    padding: 40px 20px;
    font-weight: 600;
    text-align: center;
    font-size: 24px;
}
.howt-cts {
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 3px 1px -2px rgb(0 0 0 / 20%), 0 1px 5px 0 rgb(0 0 0 / 12%);
    padding: 30px;
    background-color: #fff;
    margin-bottom: 30px;
    border-radius: 5px;
}
.hows {
    margin-top: -30px;
    z-index: 99999999999;
}
.color-primary {
    color: #f44336;
    font-size: 24px;
}
.cont-form {
    padding: 20px 10px;
}
.howt-cts p {
    color: #757575;
    border-bottom: 1px solid #ddd;
    padding-bottom: 20px;
}
#myBtn {   
    right: -10px;
}



}