.banner-area-four .row{
  align-items:center
}

.banner-area-four{
  background-image: none;
  padding-top: 10rem;
  padding-bottom: 5rem;
}

@media screen and (min-width: 1000px){
  .banner-area-four{
    display: flex;
    align-items:center;
  }
}