#home-servicos-geral {
    background-image: url(../assets/images/banner\ \(2\).jpg);
    background-size: cover;
    background-position: center;    
    height: 45vh;
    padding-top: 72px;
    position: relative;
    z-index: 999;
    display: flex;
    justify-content: center;
    align-items: center;
}

#home-servicos-geral::after {
    position: absolute;
  content: '';
  width: 27%;
  left: 0;
  bottom: 0;
  height: 7px;
  background-color: #FFB30B;
  border-radius: 32px;
}

.sub-destaque-white-servicos-geral {
    font-family: 'Montserrat', sans-serif;
    font-size: 38px;
    font-weight: 800;
    color: white;
    line-height: 38px;

}

.sub-destaque-white-servicos-geral::after {
    background-color: rgba(255, 179, 11, 1);
    border: none;
    border-radius: 100px;
    height: 5px;
    width: 64px;
    content: "";
    position: relative;
    display: inline-block;
    top: -25px;
    left: 200px;
    
}

.sub-sub-destaque-white-servicos-geral {
        font-family: 'Montserrat', sans-serif;
        font-size: 32px;
        font-weight: 500;
        color: white;
        
}

.align-vertical {
    display: flex;
    align-items: center;
  }

  #home-1-services {
background-image: url("../assets/images/fundo\ sobre\ sofis\ 2.jpg");
background-size: cover;
padding-top: 120px;
padding-bottom: 120px;
background-position: top right;
  }
  
  .textsobre {
    font-family: 'Montserrat', sans-serif;
    font-weight: 500;
    font-size: 15px;
    color: rgba(50, 71, 78, 1);
    line-height: 30px;
  }

  #cases2 {
    background: linear-gradient(
        180deg,
        
    #e7eced 0%,
        
    #f0f5f6 66.42%,
        
    #ffffff 95.46%,
        
    #ffffff 100%
      );
  background-size: cover;
  background-repeat: no-repeat;
  padding-top: 120px;
  padding-bottom: 120px;
  background-position: top;
  }

  

  @media (max-width: 767px){
    .sub-destaque-white-servicos-geral::after {
        left: 15px;
        top: -7px;
    }
    #home-servicos-geral {
      height: 60vh;
    }

    #home-1-services {
        background-size: cover;
    }
  }

  
  @media (max-width: 1000px){
    .sub-destaque-white-servicos-geral::after {
        left: 15px;
        top: -7px;
    }
    #home-1-services {
        background-size: cover;
    }
  }

  
  @media (max-width: 1240px){
    .sub-destaque-white-servicos-geral::after {
        left: 15px;
        top: -7px;
    }
    #home-1-services {
        background-size: cover;
    }
  }
