



.custom-button{width: 100% !important;

    position: relative;
    left:0%;
    bottom: 15px;
}

.s-wysiwyg p {
  /*  margin: 0.9375rem 0;
    text-align: justify;*/
}



@media only screen and (max-width: 600px){

.s-wysiwyg p {
    /*margin: 0.9375rem 0;
    text-align: justify;*/
}
}

@media (max-width:600px){


.s-wysiwyg p {
   /* margin: 0.9375rem 0;
    text-align: justify !important;*/
}


.custom-button{width: 100% !important;

    position: relative;
    left:86%;
    bottom: 15px;
}

}

@media (max-width: 320px){
.custom-button {
    width: 100% !important;
    position: relative;
    left:0%;
    top: 59px;
    clear: both;
}

.c-header-home_heading {
    font-size: 25px;
    margin-bottom: 150px;
}
}