.slides{
    position: relative;
    height: 70vh !important;
  }

.slider{
    margin: 0 !important;
    height: 70vh !important;
}

@media (max-width:360px){
    .slides, .slider{
        width: 100% !important;
        height: 50vh !important;

    }
    .ow{
        row-gap: 10px;
    }
}

.page-section{
    margin-top: 50px;
}
.page-section img{
    border: 5px solid #000;
}
.ow{
    position: relative;
  text-align: center;
  
}
.center_text{
    position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.center_text h4{
    font-weight: bold;
}