/* @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    */
/*****************************************/



#no-padding .content-cards-card-button-inner-wrapper {
    padding: 0;
}


.content-cards {
    text-align: left;
}
  
  
  .content-cards-card-title h3.heading.heading-1 {
  font-size: 24px;
}

.content-cards-card-description p {
  font-weight: 500;
  font-size: 16px;
}

section.service-cards {
    max-width: 1250px;
    margin: auto;
    padding: 0 20px 0 20px;
}

h3.services-cards-title {
    font-size: 24px;
    margin-top: 10px !important;
    margin-bottom: 10px !important;
}
.service-cards-description [
  font-size: 20px
}
@media screen and (max-width: 1000px) {
  h3.services-cards-title {
   font-size: 20px;
  }
  .service-cards-description [
  font-size: 18px
}
@media screen and (max-width: 599px) {
  h3.services-cards-title {
   font-size: 18px;
  }
  .service-cards-description [
  font-size: 16px
}