

/* * {
  font-family: GothamBook;
} */

/* body {
  font-size: 1rem;
  color: #272727;
  margin: 0;
  text-align: justify;
} */

body {
  margin: 0;
  padding: 0;
}

.management-container {
  margin: 0 auto;
  width: 100%;
  position: relative;
  top: 140px;
  padding-bottom: 260px;
  line-height: 150%;
  display: flex;
  justify-content: center;
}

.mgmt-container {
  max-width: 2000px;
}

.mgmt-columns {
  display: flex;
  justify-content: space-around;
  align-items: flex-start;
  margin: 1em 0;
  padding-bottom: 10%;
}

.mgmt-upper-about-text,
.mgmt-lower-about-text {
  font-size: 0.5rem;
}

.mgmt-upper-image-mobile {
  display: none;
}

.management-heading {
  margin-bottom: 14px;
  color: #7f56d9;
  font-family: Cabin;
  font-size: 3rem;
  font-style: normal;
  font-weight: 600;
  line-height: 44px; /* 68.75% */
  letter-spacing: -1.28px;
}
.mgmt-upper-heading-text,
.mgmt-lower-heading-text {
  color: #000;
  font-family: GothamMedium;
  font-size: 2.5rem;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 64.8px */
 
}

.mgmt-subheading {
  font-family: Montserrat;
}

.management-container h3 {
  font-size: 2rem;
  color: #000;
  text-align: justify;
  font-family: GothamMedium;
  font-style: normal;
  font-weight: 500;
  line-height: 140%;
}

.mgmt-subheading {
  font-size: 1.5rem;
}

.management-container p {
  color: #272727;

  /* font-family: "Raleway", sans-serif; */
  font-family: GothamBook;
  font-size: 1.25rem;
  font-style: normal;
  font-weight: 500;
  line-height: 140%; /* 33.6px */
  text-align: justify;
}

.col-1 {
  width: 30%;
}

.col-2 {
  width: 50%;
}

.mgmt-heading {
  width: auto;
  justify-content: start;
  padding-left: 5%;
  padding-bottom: 3%;
}

.mgmt-lower-image,
.mgmt-upper-image {
  position: relative;
}

.mgmt-lower-image img,
.mgmt-upper-image img {
  position: absolute;
  top: 0;
  left: 0;
  max-width: 100%;
  height: auto;
}

.mgmt-lower-image svg,
.mgmt-upper-image svg {
  position: relative;
  z-index: 0;
}

.mgmt-image-title {
  position: absolute;
}

@media screen and (max-width: 800px) {
  .mgmt-upper-image img {
    max-width: 100%;
  }

  .mgmt-upper-image svg {
    max-width: 100%;
    height: auto;
  }

  .mgmt-lower-image {
    position: relative;
  }

  .mgmt-lower-image img {
    max-width: 100%;
  }

  .mgmt-lower-image svg {
    width: 100%;
    max-width: 100%;
    height: auto;
  }

  .mgmt-image-title h3,
  .mgmt-image-title p {
    margin: 0;
  }

  .mgmt-image-title h3 {
    margin-top: 30%;
    padding-top: 15%;
  }

  .management-container h2 {
    font-size: 2rem;
  }

  .mgmt-columns {
    flex-direction: column;
  }

  .mgmt-upper-content img {
    width: 263px;
  }
  .mgmt-upper-image svg {
    width: 263px;
  }

  .col-1,
  .col-2 {
    width: 90%;
  }
  .management-container h1 {
    font-size: 2rem;
  }
  .management-container h2 {
    font-size: 1.25rem;
  }
  .management-container h3 {
    font-size: 1rem;
  }
  .management-container p {
    font-size: 1rem;
  }
}

@media screen and (max-width: 800px) {
  .mgmt-columns {
    flex-direction: column;
  }

  .col-1,
  .col-2 {
    width: 100%;
  }

  .management-heading {
    padding-left: 0;
    text-align: center;
  }

  .mgmt-container {
    padding: 0 20px;
  }

  .mgmt-upper-content img,
  .mgmt-lower-image img {
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
  }

  .mgmt-upper-image svg,
  .mgmt-lower-image svg {
    width: 100%;
  }

  .mgmt-lower-image img,
  .mgmt-upper-image img {
    position: relative;
  }

  .mgmt-upper-image-mobile {
    display: block;
  }

  .mgmt-upper-image-desktop {
    display: none;
  }

  .management-container h2 {
    font-family: GothamBook;
    font-style: normal;
    font-weight: 700;
    font-size: 1.75rem;
    line-height: 135%;
    letter-spacing: 0.01em;

    color: #000000;
  }
  .mgmt-heading h2 {
    font-family: GothamBook;
    font-style: normal;
    font-weight: 600;
    font-size: 2.5rem;
    line-height: 0%;
    letter-spacing: -0.02em;
    color: #7f56d9;
    text-align: left;
  }
}
