/* Enter Your Custom CSS Here */
@media only screen and (max-width: 1024px){
.et_pb_section.et_pb_section_2.et_section_regular {
    padding: 0;
}
}
@media only screen and (max-width: 980px){
.home .et_pb_column.et_pb_column_1_2 {
    margin-top: 0;
}
h1.entry-title{
	text-align: left !important;
    letter-spacing: 0 !important;
    line-height: 1.4em;
}
}
@media only screen and (max-width: 425px){
.page-template-default .et_pb_row {
    padding: 0; 
}
.home .et_pb_section.first_post.et_pb_section_0.et_section_regular {
    margin-bottom: 0 !important;
}
.gq-single-head .post-content,
.gq-single-head h2{
    padding: 0 !important;
  }
  .gq-single-head h2{
   margin-bottom: 20px; 
  }
.gq-single-head h2 a{
    letter-spacing: 0 !important;
    margin-bottom: 20px;
 }
}