.service-top-banner-container {
  max-width: 768px;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  /* height: 304px; */
  border-radius: 20px;
  background-color: #053471;
  padding: 8px 20px;
  color: white;
}
.service-top-banner-content {
  width: 100%;
  height: 100%;
}

.bander-img-container{
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: end;
  align-items: center;
  z-index: 9999;
}
/* Tablet view */
@media (max-width: 991px) {
    .service-top-banner-container {
        width: 100%;
        padding: 8px 15px;
        height: 100%;
    }
}

/* Mobile view */
/* @media (max-width: 480px) {
    .service-top-banner-container {
        width: 100%;
        padding: 8px 10px;
        border-radius: 10px;
        height: auto;
    }
} */