/* screen - rapid-fire-lp-desktop */


.rapid-fire-lp-desktop {
  width: 100%;
}

.contactContainer{
  background-position: 50% 50%;
  background-size: cover;
  padding: 10em 1em;
}

.banner {
  background-size: cover;
  background-position: center;
  overflow: hidden;
  background-repeat: no-repeat;
  width: 100%;
}

.banner .banner-container{
  padding: 10em 2em;
}

.banner .banner-container p{
  margin: 20px auto;
}

.cell .header-logo{
  width: 200px;
}

.main-heading-container{
  padding: 2em;
}

.main-heading-container p{
  margin: 20px auto;
}


.hightlights-section{
  background-size: cover;
  background-position: center;
  height: auto;
  background-size: cover;
  background-position: center;
}

.hightlights-section .cell.cell-right{
  border-left: 3px solid #fff;
  padding-left: 1em;
}

.hightlights-section .cell.cell-left{
  padding: 1em;
}



.grid-x .service-icons{
  width: 20%;
}

.social-icons .grid-x {
  display: flex;
  text-align: center;
}

.rapid-fire-lp-desktop .social-icons img{
  margin: 10px;
}

.cta-bar {
  background-color: var(--swamp);
  border-radius: 10px;
  margin: 20px 0px;
  padding: 1em 20px;
}

.cta-button{
  margin: 10px auto;
}

@media (max-width: 639px) {
  .cta-bar {
    text-align: center;
  }  
}

