.ceqa-streamlining .how-can-we-help {
   background-image: url(/assets/img/ceqa-streamlining/bottom-banner.jpg);
   background-size: cover;
   min-height: 756px; 
}

.ceqa-streamlining .how-can-we-help .section-title,.ceqa-streamlining .section-header .section-title {
    font-size: 48px;
    line-height: 1.1;
    font-weight: bold;
    color: #005568;
}

.ceqa-streamlining .section-header .section-title-sub {
    font-size: 36px;
    line-height: 1.1;
    font-weight: bold;
    color: #005568;
}

.ceqa-streamlining .how-can-we-help .section-title-sub {
   font-size: 24px;
   line-height: 1.15;
   font-weight: 400;
   color: #005568;
   margin-bottom:3rem;
}

.ceqa-streamlining .blog-text-title {
   color: var(--blue);
}

.ceqa-streamlining .bg-primary .blog-text-title {
   color: var(--green);
}

.ceqa-streamlining .section-highlights .section-title {
   line-height: 1.12;
}

.ceqa-streamlining .btn-outline:hover {
    --color: hsl(195deg 19% 35%);
    background-color: var(--color) !important;
    border-color: var(--color) !important;
}

.text-col-2 {
   columns:2 450px;
   column-gap: 1em;
}

.text-col-2 *, .ceqa-streamlining p {
   -webkit-column-break-inside: avoid;
   text-wrap: balance;
}

.ceqa-streamlining h2 {
   font-size: 30px;
   line-height: 30px;
   font-weight: 500;
   letter-spacing: normal;
   color: #005568;
}



.img-placeholder .img-ceqa {
   background-color: #ffffff87;
    border-radius: 20px;
    box-shadow: 0px 15px 30px #00000029;
    height: 349px;
    width: 605px;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom:2em;
}

.img-placeholder .img-ceqa img {
   cursor: pointer;
}

.fade-image {
  -webkit-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  -ms-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
  height:0 ;
}


.visible {
   opacity: 1;
   height:auto;
}


/* ----------- Retina Screens ----------- */
@media screen and (min-device-width: 1200px) { 
     
   .ceqa-streamlining .img-placeholder {
      float: right;
   }
   
   .img-placeholder .img-ceqa {
      margin-left:2em;
   }
}


@media screen and (max-width: 767.98px) {
     
      .ceqa-streamlining-tpl .img-placeholder .img-ceqa {
          background-color: #ffffff87;
          border-radius: 20px;
          box-shadow: 0px 15px 30px #00000029;
          height: 349px;
          width: 605px;
          display: flex;
          justify-content: center;
          align-items: center;
          margin-bottom: 2em;
          max-width: 100vw !important;
          width: 100%;
      }
      
      .ceqa-streamlining-tpl section#services-content {
          =: 40px;
          width: 100%;
          display: flex;
          flex-direction: column;
          padding: 0;
          margin: auto;
      }
      
      .ceqa-streamlining-tpl .ceqa-section {
          margin: 0;
      }

}