.members {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 70px;
}
.members__shape {
  position: absolute;
  top: 0;
  left: 0;
  background: #F09221;
  border-radius: 0px 160px 0px 0px;
}
@media (min-width: 0px) and (max-width: 767.98px) {
  .members__shape {
    display: none;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .members__shape {
    height: 178px;
    width: 178px;
    border-radius: 0px 120px 0px 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .members__shape {
    height: 270px;
    width: 270px;
    border-radius: 0px 120px 0px 0px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .members__shape {
    height: 270px;
    width: 230px;
    border-radius: 0px 160px 0px 0px;
  }
}
@media (min-width: 1440px) {
  .members__shape {
    height: 312px;
    width: 312px;
  }
}
@media (min-width: 1920px) {
  .members__shape {
    width: 432px;
    height: 312px;
  }
}
.members__container {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #005DA6;
  border-radius: 20px;
  z-index: 999;
  margin-top: 50px;
}
@media (min-width: 0px) and (max-width: 575.98px) {
  .members__container {
    width: 100%;
    border-radius: 0;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .members__container {
    width: 496px;
    border-radius: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .members__container {
    width: 628px;
    border-radius: 12px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .members__container {
    width: 852px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .members__container {
    width: 1060px;
  }
}
@media (min-width: 1440px) {
  .members__container {
    width: 1300px;
  }
}
@media (min-width: 1920px) {
  .members__container {
    width: 1555px;
  }
}
.members__header--heading {
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 400;
  text-align: center;
  color: #FFFFFF;
  margin-top: 80px;
  margin-bottom: 16px;
}
@media (min-width: 0px) and (max-width: 991.98px) {
  .members__header--heading {
    font-size: 14px;
    line-height: 20px;
    margin-top: 40px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .members__header--heading {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 1200px) {
  .members__header--heading {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1920px) {
  .members__header--heading {
    font-size: 18px;
    line-height: 28px;
  }
}
.members__header--title {
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 800;
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 40px;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .members__header--title {
    font-size: 24px;
    line-height: 32px;
    margin-bottom: 32px;
  }
}
@media (min-width: 480px) and (max-width: 991.98px) {
  .members__header--title {
    font-size: 28px;
    line-height: 36px;
    margin-bottom: 32px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .members__header--title {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .members__header--title {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .members__header--title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 1920px) {
  .members__header--title {
    font-size: 44px;
    line-height: 48px;
  }
}
.members__grid {
  display: grid;
  grid-auto-flow: row;
  align-items: start;
  margin-bottom: 80px;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .members__grid {
    grid-template-columns: 1fr;
    row-gap: 20px;
  }
}
@media (min-width: 480px) and (max-width: 991.98px) {
  .members__grid {
    grid-template-columns: 1fr;
    row-gap: 24px;
  }
}
@media (min-width: 992px) {
  .members__grid {
    grid-template-columns: 1fr 1fr;
    column-gap: 28px;
    row-gap: 28px;
  }
}
.members__cards {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 0px;
  background: #FFFFFF;
  box-shadow: 0px 2px 10px rgba(33, 33, 33, 0.1);
  border-radius: 20px !important;
  overflow: hidden;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .members__cards {
    flex-direction: column;
    width: 240px;
    height: auto;
  }
}
@media (min-width: 480px) and (max-width: 575.98px) {
  .members__cards {
    width: 400px;
    height: auto;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .members__cards {
    width: 416px;
    height: auto;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .members__cards {
    width: 548px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .members__cards {
    width: 332px;
    height: 204px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .members__cards {
    width: 436px;
    height: 164px;
  }
}
@media (min-width: 1440px) {
  .members__cards {
    width: 556px;
    height: 140px;
  }
}
@media (min-width: 1920px) {
  .members__cards {
    width: 644px;
    height: 148px;
  }
}
.members__cards--img {
  background-color: #FFFFFF;
  object-fit: cover;
  object-position: center center;
  height: 100%;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .members__cards--img {
    width: 240px;
    height: 202px;
  }
}
@media (min-width: 480px) {
  .members__cards--img {
    width: 132px;
  }
}
.members__cards-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .members__cards-content {
    align-items: center;
    width: 100%;
    padding: 20px;
    margin: 0;
  }
}
@media (min-width: 480px) and (max-width: 1199.98px) {
  .members__cards-content {
    margin: 0;
    padding: 32px;
    width: 100%;
  }
}
@media (min-width: 1200px) {
  .members__cards-content {
    padding: 40px;
    width: 100%;
  }
}
.members__cards--name {
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 800;
  font-size: 28px;
  line-height: 36px;
  color: #005DA6;
  margin-bottom: 4px;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .members__cards--name {
    font-size: 20px;
    line-height: 24px;
    text-align: center;
  }
}
@media (min-width: 480px) and (max-width: 575.98px) {
  .members__cards--name {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 576px) and (max-width: 991.98px) {
  .members__cards--name {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (min-width: 992px) {
  .members__cards--name {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 1920px) {
  .members__cards--name {
    font-size: 28px;
    line-height: 36px;
  }
}
.members__cards--company {
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #005DA6;
  margin: 0;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .members__cards--company {
    font-size: 14px;
    line-height: 20px;
    text-align: center;
  }
}
@media (min-width: 480px) and (max-width: 991.98px) {
  .members__cards--company {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .members__cards--company {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1920px) {
  .members__cards--company {
    font-size: 18px;
    line-height: 28px;
  }
}