#massage h1,
#massage h2 {
  text-transform: none;
}

#massage .hero-banner {
  background-image: url("/images/massage/header-bg.png");
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  padding: 5rem 0;
}

#massage .hero-banner h1 {
  color: white;
  text-shadow: 0 0 5px black;
}

#massage .hero-banner h2 {
  color: #45B0DF;
  font-weight: bold;
}

#massage .hero-banner span {
  color: white;
}

#massage .content {
  position: relative;
}

#massage .content .h2-black {
  font-size: 26px;
}

#massage .content .h2-blue {
  font-size: 23px;
  color: #3183AA;
}

#massage .content .book-session-wrapper {
  position: -webkit-sticky;
  position: sticky;
  float: right;
  top: 10em;
  right: 2em;
  width: 250px;
  z-index: 9;
}

#massage .content .book-session-wrapper .book-session {
  position: absolute;
  background-color: #46B2E3;
  border-radius: 10px;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}

#massage .content .book-session-wrapper .book-session .close-wrapper {
  position: relative;
  cursor: pointer;
}

#massage .content .book-session-wrapper .book-session .close-wrapper .times {
  position: absolute;
  top: -25px;
  right: -20px;
  border-radius: 50%;
  background-color: white;
  color: #404040;
  width: 25px;
  height: 25px;
  text-align: center;
  box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
  padding: 0;
  border: none;
  outline: none;
}

#massage .content .book-session-wrapper .book-session .close-wrapper .times .fa {
  margin-top: 4px;
}

#massage .content .book-session-wrapper .book-session .close-wrapper .times:hover {
  color: #45B1E3;
}

#massage .content .book-session-wrapper .book-session .row {
  color: #8AE2E1;
}

#massage .content .book-session-wrapper .book-session .row .dropdown-divider {
  border-color: #8AE2E1;
}

#massage .content .book-session-wrapper .book-session button {
  background-color: #FBFBFB;
  color: #404040;
  font-weight: bold;
  border: none;
  padding: 10px 15px;
  border-radius: 5px;
  outline: none;
  width: 100%;
  justify-content: center;
}

#massage .content .book-session-wrapper .book-session button:hover {
  color: #45B1E3;
}

#massage .content .book-session-wrapper .book-session .a-email {
  width: 210px;
}

#massage .content .feature {
  margin-top: 3rem;
}

#massage .content .feature h2 {
  font-size: 20px;
  font-weight: bold;
}

#massage .content .feature h3 {
  font-size: 16px;
  font-weight: bold;
}

#massage .content .feature span {
  color: #333333;
  font-weight: 400;
}

#massage .content .feature .aws-logos {
  row-gap: 20px;
}

#massage .content .feature .aws-logos img {
  margin: auto;
}

#massage .content .feature .aws-logos div:not(:first-child) img {
  height: 110px;
}

#massage .content .feature .img {
  box-shadow: 0 0 15px #f1f1f1;
  border-radius: 10px;
  border: 2px solid white;
}

#massage .content .templates {
  row-gap: 15px;
}

#massage .content .templates .template-name {
  width: 89%;
  position: absolute;
  top: 4px;
}

#massage .content .templates .template-name span {
  font-weight: 500;
  font-size: 14px;
  color: white;
}

#massage .content .templates .template-name.black span {
  color: black;
}

@media screen and (min-width: 601px) and (max-width: 1023px) {
  #massage .content .templates .template-name {
    top: 1px;
  }
}

@media screen and (max-width: 600px) {
  #massage .hero-banner {
    padding: 2.5rem 0;
  }

  #massage .content .templates .template-name {
    width: 92%;
    top: 12px;
  }

  #massage .content .templates .template-name span {
    font-size: 16px;
  }
}

