/* @import url('http://example.com/example_style.css'); */

/***********************************************/
/* CSS @imports must be at the top of the file */
/* Add them above this section                 */
/***********************************************/

/*****************************************/
/* Start your style declarations here    */
/*****************************************/

/*Styling updates for the Running Remote LP - April 2024 */


  .two-col-img-text-section-v2 .two-column-image {
    width: 40%;
  }
  .two-col-img-text-section-v2 .two-column-text {
    width: 60%;
}
  #hs_cos_wrapper_widget_1712096423357 hr {
    border-bottom-width: 20px;
  }

  .two-column-section {
    padding: 20px 0;
  }

  .dnd-section .dnd-column {
    padding-left:5%;
  }
 
.keep-in-touch-left-col-content {
  padding-top: 25px;
}

.keep-in-touch-icon-img {
  margin-bottom:8px;
}

.full-width-text-content .h3{
  font-size: 40px !important;
}
.hs-field-desc {
  font-size:18px !important;
   padding-bottom:20px;
}
 
/*Media queries - cell */

@media screen and (max-width: 767px){ 
  .two-col-img-text-section-v2 .two-column-image {
    width: 60%;
  }