
.chevron-col { 
  background-image:url(https://www.eficode.com/hubfs/chevron-img.png);
  background-repeat:no-repeat;
  background-size:contain;
  background-position:left;
  background-color:#ffd100;
  padding:20px;
  border:6px solid #f0f0ec;
}
{#.chevron-col:nth-child(1) {
  background-image:url(https://www.eficode.com/hubfs/chevron-img-first.png);
}#}
.chevron-col .chevron-card {
  padding-bottom: 20px;
  padding-top: 20px;
}
.chevron-card-title {
  font-size:22px;
  height: 60px;
}
.chevron-sub-title {
  height: 100px;
}
.chevron-card .button.button--text {
  float:right;
}

{#.heading-section-bottom .button.button--text:not(.stretched-link):before {
  background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 21 13.5'%3E%3Cpath fill='%23ffffff' fill-rule='evenodd' d='M0 6.75C0 6.33.34 6 .75 6h17.7l-4.73-4.72a.754.754 0 0 1 0-1.06c.29-.29.77-.29 1.06 0l6 6c.29.29.29.76 0 1.06l-6 6c-.29.29-.77.29-1.06 0s-.29-.77 0-1.06l4.73-4.73H.75c-.42 0-.75-.34-.75-.75'/%3E%3C/svg%3E");
}
.heading-section-bottom .button.button--text {
  color:#fff;
  text-align:left;
}#}

.heading-section-bottom {
  margin-top:10px;
}
@media (max-width:1350px) {
  .chevron-card-title {
    font-size: 20px;
}
}
@media (max-width:1114px) {
  .chevron-col {
    background-color:#ffd100;
    padding:10px;
    margin:0px;
  }
}
@media (max-width:991px) {
  .chevron-col {
    margin:0px;
    margin-bottom:10px;
  }
    .chevron-card-title {
    font-size: 20px;
}
    .chevron-sub-title {
     font-size: 14px;
     height:150px;
}
}
@media (max-width:768px) {

  .chevron-sub-title {
  height: auto;
}
}
