/** Shopify CDN: Minification failed

Line 88:0 Unexpected "{"
Line 88:1 Expected identifier but found "%"
Line 90:2 Unexpected "{"
Line 90:3 Expected identifier but found "%"

**/
.fleet-armour-section {
  padding: 80px 0;
}
section.fleet-armour-section.reverse{
  padding-top: 0;
  padding-bottom: 80px;
  overflow: hidden
}
.fleet-armour-container {
  display: flex;
  align-items: center;
}
.fleet-armour-section.reverse .fleet-armour-container {
  flex-direction: row-reverse;
}
.fleet-armour-media {
  width: 720px;
  flex-shrink: 0;
}
.fleet-armour-video-wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
}

.fleet-armour-video-wrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 0;
}

.fleet-armour-image {
  width: 100%;
  height: auto;
  display: block;
}
#shopify-section-template--19572887879818__video_image_text_hiQfXj .fleet-armour-image {
    width: 100%;
    height: auto;
    display: block;
    max-width: 393px;
    margin: 0 auto;
}

.fleet-armour-content {
  /* flex: 1 1 50%;
  width: 50%; */
  flex:1;
  padding-left: 40px;
}
section.fleet-armour-section.reverse .fleet-armour-content {
  padding-left: 0;
  padding-right: 40px;
}

.fleet-armour-heading {
  font-size: 56px;
  line-height: 60px;
  font-weight: 600;
  margin-bottom: 16px;
}

.fleet-armour-text {
  font-size: 20px;
  line-height: 1.4;
  margin-bottom: 24px;
  color: #2A2A2A;
  font-weight: 500;
}

.fleet-armour-button {
  max-width: 320px;
  width: 100%;
}

{% comment %} .fleet-armour-button:hover {
  background-color: #b62828;
} {% endcomment %}
@media (max-width: 1440px) { 
  .fleet-armour-media {
      margin-left: calc(50% - 50vw); /* full bleed trick */
      width: 50vw;  
    }
  .fleet-armour-section.reverse .fleet-armour-media  {
      margin-right: calc(50% - 50vw);
    }
}
/* Responsive */
@media (max-width: 1024px) { 
   .fleet-armour-container {
    flex-direction: column !important;
  }
  .fleet-armour-media,
  .fleet-armour-content {
    flex: 1 1 100%;
    width: 100%;
  }
 .fleet-armour-media {
    width: calc(100% + 60px);
    margin: 0 -30px 24px;
  }
  .fleet-armour-content { 
    padding-left:0;
  }
}
@media (max-width: 768px) {
  .fleet-armour-heading{
    font-size: 32px;
    line-height: 1.1;
    letter-spacing:-2px;
  }
  .fleet-armour-content{
    text-align: left;
    padding:0;
    margin-top:24px;
  }
  section.fleet-armour-section.reverse .fleet-armour-container{
    padding: 0 16px;
  }
  .fleet-armour-media {
    width: calc(100% + 32px);
    margin: 0 -16px;
  }
  section.fleet-armour-section.reverse .fleet-armour-media {
     margin-right: 0;
  }
  section.fleet-armour-section.reverse .fleet-armour-content {
    padding:0
  }
  .fleet-armour-text {
    font-size: 18px;
    letter-spacing: 0.027px;
    line-height: 1.25
  }
  section.fleet-armour-section.reverse .fleet-armour-text  {
     margin: 0;
  }
}
 /* section.fleet-armour-section.reverse .fleet-armour-container{
    padding-left: 0;
  } */

