@media (max-width: 767px) {

.verse-of-the-day .verse-image{width: 100%;}
.verse-of-the-day .text-block{width: 100%;}

.col_count_2{
 		  column-count: 1 !important; 
  }

}
@media only screen and (device-width: 768px)
{
  .elementor-column.elementor-col-66 { width:100% !important;}
  .elementor-column.elementor-col-33 {width:100% !important;}
  #get-in-touch .elementor-column.elementor-col-66 { width:66% !important;}
  #get-in-touch .elementor-column.elementor-col-33 {width:33% !important;}
}
@media only screen 
  and (min-width: 768px) 
  and (max-width: 1024px)  {
   
    .verse-of-the-day .text-block blockquote p {
    font-size: 1rem !important;
      line-height: 1 !important;}
}