

section {
  /* background: #fff; */
  padding: 100px 0;
  /* font-family: "Segoe UI", Arial, sans-serif; */
}

/* MAIN CONTAINER */
.welcome-section {
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
  min-height: 520px;
}

/* WHITE FLOATING CARD */
.welcome-section .message {
  position: relative;
  background: #e4f6ff;
  width: 58%;
  padding: 60px 55px;
  z-index: 2;
}

/* WELCOME TO */
.welcome-section .section-title {
  display: flex;
  align-items: center;
  font-size: 13px;
  letter-spacing: 3px;
  font-weight: 600;
  text-transform: uppercase;
  color: #000;
  margin-bottom: 18px;
}

.welcome-section .leading-line {
  width: 30px;
  height: 1px;
  background: #000;
  margin-right: 14px;
}

/* SCRIPT HEADING */
.welcome-section .font-accent {
  font-family: "Segoe Script", "Brush Script MT", cursive;
  font-size: 50px;
  line-height: 1.2;
  font-weight: 500;
  color: #00446a;
  margin-bottom: 28px;
}

/* PARAGRAPH */
.welcome-section .message p {
  font-size: 15.5px;
  line-height: 1.75;
  color: #222;
  max-width: 92%;
}

/* IMAGE BLOCK (RIGHT, BEHIND CARD) */
.welcome-section .display-image {
  position: absolute;
  top: -40px;
  right: 0;
  width: 50%;
  height: 560px;
  background-image: url("../images/DSC07173.jpg");
  background-size: cover;
  background-position: center;
  z-index: 1;
}

/* RESPONSIVE */
@media (max-width: 992px) {
  .welcome-section .welcome-section {
    min-height: auto;
  }

  .welcome-section .message {
    width: 100%;
    padding: 40px;
  }

  .welcome-section .display-image {
    position: relative;
    width: 100%;
    height: 320px;
    top: 0;
    margin-top: 30px;
  }
}
