.op-content-separator{
  position: relative;
}

.op-content-separator .overlay{
  position: absolute;
  width: 100%;
  height: 100%;
  background-color: var(--color-dark);
  opacity: 0.4;
  z-index: 0;
  top: 0;
}

.op-content-separator .image img{
  width: 100%;
  height: 500px;
  object-fit: cover;
}

.op-content-separator .content{
  position: absolute;
  left: 50%;
  bottom: 68px;
  transform: translateX(-50%);
  width: 100%;
}

.op-content-separator .content .logo-home img{
  height: 200px;
  margin-bottom: 20px;
}

.op-content-separator .content .titles h1{
  color: white;
  text-align: center;
  font-weight: 200;
}

