.ootb-banner {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 2000px;
  margin: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: relative;
  padding: 100px 0;
  background-image:url(https://www.cfib-fcei.ca/hubfs/red_tape/OOTB__banner-bg-Desktop.png);
}

.ootb-content-wrapper {
  max-width: 770px;
  display: flex;
  gap: 40px;
  align-items: center;
  padding: 0px 20px;
}

.ootb-text {
  text-align: left;
  padding-left: 40px;
  border-left: 2px solid #063E5F;
}

.ootb-text h1 {
  margin-bottom: 6px; 
  color: #063e5f;
}

.ootb-text p {
  font-size: 1.4rem; 
}

.ootb-badge img {
  height: 140px; 
}

@media (max-width: 1699px) {
  .ootb-banner { padding: 80px 0; } 
}

@media (max-width: 1199px) {
  .ootb-banner { padding: 70px 0; } 
}

@media (max-width: 767px) {
  .ootb-banner {
    background-image:url(https://www.cfib-fcei.ca/hubfs/red_tape/OOTB_banner-bg-Mobile.png); 
    padding: 130px 0 0;
  }
  
  .ootb-content-wrapper {
    flex-direction: column; 
    gap: 20px;
  }
  
  .ootb-text { 
    border: none;
    text-align: center;
    padding: 0;
  )
  

}

