.ah-content-mod {
  height: auto;
}

.ah-right-mod {
  width: 100%;
  position: relative;
  background-color: var(--blue-80);
  justify-content: end;
}

.ah-right-mod img {
  height: 400px;
}

.ai-content-mod {
  display: flex;
  flex-direction: column;
  padding: 32px;
  gap: 16px;
}

.ae-content-mod {
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 0px 32px 32px 32px;
  gap: 16px;
}

.ae-content-mod h3 {
  text-align: center;
  color: var(--blue-90);
}

.section-image {
  width: 100%;
}

/* PROFESSIONALS */

.ap-content-mod {
  flex-direction: row;
  padding: 32px;
  justify-content: space-between;
  align-items: center;
}

.ap-content-left {
  width: 70%
}

.ap-content-left h1 {
  font-weight: 500;
  color: var(--blue-90);
}

/* BENEFITS */

.ab-content-mod {
  flex-direction: row;
  padding: 32px;
  justify-content: space-between;
}

.ab-content-left {
  width: 70%;
}

.ab-content-left h3 {
  padding-bottom: 16px;
  font-weight: 500;
  color: var(--blue-90);
}

.ab-content-left ul {
  list-style-type: square;
  display: flex;
  flex-direction: column;
  gap: 8px;
}

@media screen and (max-width: 1400px) {
  .ah-right-mod video {
    width: 100%;
  }
}

@media screen and (max-width: 1200px) {
  .ai-content-mod p, .ae-content-mod p, .ap-content-left h1, .ap-content-left h3 {
    text-align: center;
  }

  .ap-content-mod, .ab-content-mod {
    flex-direction: column;
    align-items: center;
    gap: 16px;
  }

  .ab-content-left, .ap-content-left {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 16px;
    width: 100%;
  }

  .ab-content-left h3 {
    padding-bottom: 0px;
  }
}

@media screen and (max-width: 964px) {
  .ah-content-mod {
    height: auto;
  }

  .ah-right-mod {
    flex: none;
  }

  .ah-right-mod video {
    height: 100%;
  }
}