.heading-style-1 { margin-bottom:30px; }
.heading-style-1 { display:flex; align-items: center; text-transform: uppercase;}
.heading-style-1.centered { justify-content:center; }
.grey-background { background:#ebebeb !important }
.heading-style-1:before {
content: "\\\\\\\\";
font-size: 33px;
letter-spacing: -5px;
margin-right: 15px;
line-height: 1;
font-weight: bold;
font-family: "Times New Roman", "Bitstream Charter", Times, serif;
color:#ff0000; width:24px;
}
.thule_light-heading { color:#fff; }
h3.heading-style-1  { font-size: 24px; font-weight: 600; }

@media (min-width: 62rem)
{
  .thule_servicebox:before {
    content: '' !important;
    display: block !important;
    position: absolute;
    left: 0;
    bottom: 0;
    top: 0;
    width: 30%;
    background-color: #EEEEEE;
    -webkit-clip-path: polygon(0 0, 75% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 65% 0, 100% 100%, 0% 100%);
  }
}

.thule_servicebox { display:flex; align-items:center; gap: 10px 20px; }
.thule_servicebox div:first-child { margin-right:30px; }
.thule_servicebox h3 { font-size:20px; font-weight: 800; }
.thule_servicebox div { position:relative; padding:30px; }
.thule_servicebox i { font-size:60px; color:red; }

/* Legacy Box */

.thule_legacy_box .image_wrap { width:100%; height:350px; background-size:cover !important; position:relative; }
.thule_legacy_box .image_wrap .icon_wrap 
{ 
  position:absolute; background:white; 
  bottom:0px; width:100px; height:130px; 
  display:flex; align-items:center; justify-content:center; 
}
.thule_legacy_box .image_wrap .icon_wrap i { font-size:50px; color:red; }
.thule_legacy_box .icon_wrap:after
 {
  content: '';
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 130px 0 0 50px;
  border-color: transparent transparent transparent #FFFFFF;
  position: absolute;
  bottom: 0px;
  left: 100px;
}

.thule_legacy_box h3 { font-size:20px; }