body {
        background-color: #F6F4EF;
      }

.header {
  display: flex;
  flex-direction: column;
  position: relative;
  height: auto;
  flex-grow: 0;
}

.logo-container {
  display: flex;
  gap: 18px;
  font-size: 18px;
  color: #000;
  font-weight: 400;
  line-height: 156%;
  max-width: 320px;
  margin: 24px 80px 24px auto;
  padding: 8px;
}

@media (max-width: 991px) {
  .logo-container {
   margin-top: 48px;
   margin-bottom: 8px;
  }
}

@media (max-width: 640px) {
  .logo-container {
   	margin-top: 48px;
   	margin-bottom: 8px;
  }
}

.logo-text {
  flex-grow: 1;
  font: 16px DM Sans, sans-serif;
}

@media (max-width: 640px) {
  .logo-text {
    font-size: 12px;
  }
}

.logo-image {
  aspect-ratio: 5.88;
  object-fit: auto;
  object-position: center;
  width: 140px;
  align-self: start;
  max-width: 100%;
  margin: auto 0;
}

@media (max-width: 640px) {
  .logo-image {
    width: 100px;
    margin: auto 0;
  }
}

.top-section {
  position: relative;
  justify-content: center;
  flex-direction: row;
  display: flex;
  margin: 20px 80px 0;
}

@media (max-width: 991px) {
  .top-section {
    display: flex;
    margin: 0 16px;
  }
}

@media (max-width: 640px) {
  .top-section {
    display: flex; 
    margin: 0 16px;
  }
}

.back-link {
  justify-content: center;
  border-radius: 8px;
  background-color: #076459;
  display: flex;
  gap: 4px;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 150%;
  margin-right: auto;
  height: auto;
  align-self: center;
  padding: 8px 16px;
  text-decoration: none;
}

.back-link:hover {
  background-color: #0B8D7E;
  transition: background-color 0.3s ease;
}

@media (max-width: 991px) {
  .back-link {
    display: none;
  }
}

@media (max-width: 640px) {
  .back-link {
    display: none;
  }
}

.back-icon {
  aspect-ratio: 1;
  object-fit: auto;
  object-position: center;
  width: 16px;
  margin: auto 0;
}

.back-text {
  font-family: DM Sans, sans-serif;
}

.med24-logo {
  justify-content: center;
  align-items: center;
  display: flex;
  max-width: 359px;
  width: 100%;
  margin: 0 auto 0 -168px;
  padding: 8px 16px;
}

@media (max-width: 991px) {
  .med24-logo {
    margin: 0 16px;
  }
}

@media (max-width: 640px) {
  .med24-logo {
    max-width: 205px;
    margin: 16px 16px 0;
  }
}

.med24-logo-image {
  aspect-ratio: 5;
  object-fit: auto;
  object-position: center;
  width: 100%;
  margin: 0 auto;
}

@media (max-width: 991px) {
  .med24-logo-image {
    max-width: 224px;
  }
}

@media (max-width: 640px) {
  .med24-logo-image {
    max-width: 200px;
    width: 100%;
  }
}

.iframe-content {
  background-color: #F0F2F5;
  min-height: 600px;
  max-width: 700px;
  width: 100%;
  padding-top: 0;
  margin: 32px auto 0;
  box-shadow: 0px 0px 25.5px 3px rgba(0, 0, 0, 0.25);
}

@media (max-width: 580px) {
  .iframe-content {
    height: 900px;
    overflow: hidden;
  }
}

.back-link-mobile {
  justify-content: center;
  border-radius: 0px;
  background-color: #076459;
  display: none;
  gap: 4px;
  font-size: 16px;
  color: #fff;
  font-weight: 400;
  line-height: 150%;
  height: auto;
  width: 100%;
  align-self: center;
  padding: 8px 16px;
  text-decoration: none;
  position: fixed;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1000;
  box-sizing: border-box;
}

.back-link-mobile:hover {
  background-color: #0B8D7E;
  transition: background-color 0.3s ease;
}

@media (max-width: 991px) {
  .back-link-mobile {
    display: flex;
    max-width: none;
  }
}

@media (max-width: 640px) {
  .back-link-mobile {
    display: flex;
    margin: 0px;
  }
}

.back-icon-mobile {
  aspect-ratio: 1;
  object-fit: auto;
  object-position: center;
  width: 16px;
  margin: auto 0;
}

.back-text-mobile {
  font-family: DM Sans, sans-serif;
}