.mhs-wrap { width: 100%; }

.mhs-slide{
  min-height: 520px;
  background-size: cover;
  background-position: center;
  position: relative;
}

.mhs-overlay{
  min-height: 520px;
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 24px;
}

.mhs-box{
  background: #004356;
  border-radius: 14px;
  padding: 28px 28px 22px;
  max-width: 640px;
  width: min(640px, 92vw);
	margin-left: 9%;
	
}

.mhs-title{
  margin: 0 0 8px;
  font-size: clamp(28px, 3vw, 44px);
  line-height: 1.15;
  color: #ff9c1a;
  font-weight: 700;
}

.mhs-subtitle{
  margin: 0 0 18px;
  font-size: clamp(16px, 1.6vw, 26px);
  line-height: 1.35;
  color: #ffffff;
  font-weight: 500;
}

.mhs-btn{
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background: #ff7a1a;
  color: #fff;
  border-radius: 10px;
  padding: 14px 22px;
  text-decoration: none;
  font-weight: 700;
  width: min(360px, 100%);
	margin-right: 15%;
    margin-left: 15%;
}

.mhs-btn:hover{ filter: brightness(0.95); }

/* Responsive */
@media (max-width: 768px){
  .mhs-slide, .mhs-overlay { min-height: 420px; }
  .mhs-overlay{ justify-content: center; }
  .mhs-box{ padding: 22px 18px 18px; }
}

.mhs-btn {
    margin-right: 0%; 
    margin-left: 0%;
}
