.presidents {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  position: relative;
  margin: 120px 0px;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .presidents {
    margin: 60px 0px;
  }
}
@media (min-width: 480px) and (max-width: 575.98px) {
  .presidents {
    margin: 60px 0px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .presidents {
    margin: 80px 0px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .presidents {
    margin: 80px 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .presidents {
    margin: 100px 0px;
  }
}
@media (min-width: 1200px) {
  .presidents {
    margin: 120px 0px;
  }
}
.presidents__shapes {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.presidents__shapes-orange {
  display: flex;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  background: #F09221;
  border-radius: 0px 200px 0px 0px;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .presidents__shapes-orange {
    height: 204px;
    width: 229px;
    padding: 60px 60px 80px 40px;
    border-radius: 0px 80px 0px 0px;
  }
}
@media (min-width: 480px) and (max-width: 575.98px) {
  .presidents__shapes-orange {
    height: 176px;
    width: 377px;
    padding: 60px 40px 80px 40px;
    border-radius: 0px 80px 0px 0px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .presidents__shapes-orange {
    height: 176px;
    width: 407px;
    padding: 60px 40px 80px 40px;
    border-radius: 0px 80px 0px 0px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .presidents__shapes-orange {
    height: 176px;
    width: 481px;
    padding: 60px 70px 80px 70px;
    border-radius: 0px 120px 0px 0px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .presidents__shapes-orange {
    height: 220px;
    width: 595px;
    padding: 80px 120px 100px 120px;
    border-radius: 0px 120px 0px 0px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .presidents__shapes-orange {
    height: 264px;
    width: 698px;
    padding: 100px 160px 120px 160px;
    border-radius: 0px 160px 0px 0px;
  }
}
@media (min-width: 1440px) {
  .presidents__shapes-orange {
    height: 268px;
    width: 820px;
    padding: 100px 160px 120px 160px;
  }
}
@media (min-width: 1920px) {
  .presidents__shapes-orange {
    height: 268px;
    width: 1100px;
    padding: 100px 180px 120px 180px;
  }
}
.presidents__shapes-orange--text {
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #FFFFFF;
  margin: 0;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .presidents__shapes-orange--text {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 480px) and (max-width: 991.98px) {
  .presidents__shapes-orange--text {
    font-size: 28px;
    line-height: 36px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .presidents__shapes-orange--text {
    font-size: 32px;
    line-height: 40px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .presidents__shapes-orange--text {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 1440px) {
  .presidents__shapes-orange--text {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 1920px) {
  .presidents__shapes-orange--text {
    font-size: 44px;
    line-height: 48px;
  }
}
.presidents__shapes-orange--text strong {
  font-weight: 800 !important;
}
.presidents__shapes-blue {
  background: #1AC0F2;
  border-radius: 20px 0px 0px 20px;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .presidents__shapes-blue {
    height: 6px;
    width: 39px;
  }
}
@media (min-width: 480px) and (max-width: 575.98px) {
  .presidents__shapes-blue {
    height: 6px;
    width: 71px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .presidents__shapes-blue {
    height: 6px;
    width: 149px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .presidents__shapes-blue {
    height: 8px;
    width: 178px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .presidents__shapes-blue {
    height: 8px;
    width: 288px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .presidents__shapes-blue {
    height: 16px;
    width: 394px;
  }
}
@media (min-width: 1440px) {
  .presidents__shapes-blue {
    height: 16px;
    width: 510px;
  }
}
@media (min-width: 1920px) {
  .presidents__shapes-blue {
    height: 16px;
    width: 670px;
  }
}
.presidents__header {
  z-index: 999;
  margin-bottom: 40px;
}
@media (min-width: 0px) and (max-width: 991.98px) {
  .presidents__header {
    margin-bottom: 32px;
  }
  .presidents__header--description br {
    display: none;
  }
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .presidents__header {
    width: 240px;
  }
}
@media (min-width: 480px) and (max-width: 575.98px) {
  .presidents__header {
    width: 400px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .presidents__header {
    width: 496px;
  }
  .presidents__header--description {
    padding: 0 40px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .presidents__header {
    width: 628px;
  }
  .presidents__header--description {
    padding: 0 80px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .presidents__header {
    width: 673px;
  }
}
@media (min-width: 1200px) {
  .presidents__header {
    width: 648px;
  }
}
.presidents__header--title {
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 800;
  text-align: center;
  color: #004A85;
  margin-bottom: 16px;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .presidents__header--title {
    font-size: 36px;
    line-height: 44px;
  }
}
@media (min-width: 480px) and (max-width: 767.98px) {
  .presidents__header--title {
    font-size: 40px;
    line-height: 48px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .presidents__header--title {
    font-size: 44px;
    line-height: 48px;
  }
}
@media (min-width: 1200px) {
  .presidents__header--title {
    font-size: 52px;
    line-height: 56px;
  }
}
.presidents__header--description {
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 400;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #001321;
  margin: 0;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .presidents__header--description {
    font-size: 16px;
    line-height: 24px;
  }
  .presidents__header--description br {
    display: none;
  }
}
@media (min-width: 480px) and (max-width: 767.98px) {
  .presidents__header--description {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .presidents__header--description {
    font-size: 18px;
    line-height: 28px;
  }
}
@media (min-width: 1200px) {
  .presidents__header--description {
    font-size: 20px;
    line-height: 24px;
  }
}
.presidents__container {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-flow: row;
  align-items: start;
  column-gap: 32px;
  margin-top: -40px;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .presidents__container {
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 40px;
    margin-bottom: 60px;
  }
}
@media (min-width: 480px) and (max-width: 575.98px) {
  .presidents__container {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 40px;
    margin-bottom: 60px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .presidents__container {
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 24px;
    row-gap: 40px;
    margin-bottom: 80px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .presidents__container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 24px;
    row-gap: 60px;
    margin-bottom: 80px;
  }
}
@media (min-width: 992px) {
  .presidents__container {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    column-gap: 32px;
    row-gap: 80px;
    margin-bottom: 100px;
  }
}
@media (min-width: 1200px) {
  .presidents__container {
    margin-bottom: 120px;
  }
}
@media (min-width: 1920px) {
  .presidents__container {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    column-gap: 36px;
  }
}
.presidents__cards {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .presidents__cards {
    width: 110px;
  }
}
@media (min-width: 480px) and (max-width: 575.98px) {
  .presidents__cards {
    width: 120px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .presidents__cards {
    width: 149px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .presidents__cards {
    width: 139px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .presidents__cards {
    width: 163px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .presidents__cards {
    width: 197px;
  }
}
@media (min-width: 1440px) {
  .presidents__cards {
    width: 256px;
  }
}
@media (min-width: 1920px) {
  .presidents__cards {
    width: 280px;
  }
}
.presidents__cards--img {
  object-fit: cover;
  object-position: center center;
  border-radius: 20px;
  margin-bottom: 16px;
}
@media (min-width: 0px) and (max-width: 479.98px) {
  .presidents__cards--img {
    width: 110px;
    height: 124px;
  }
}
@media (min-width: 480px) and (max-width: 575.98px) {
  .presidents__cards--img {
    width: 120px;
    height: 132px;
  }
}
@media (min-width: 576px) and (max-width: 767.98px) {
  .presidents__cards--img {
    width: 149px;
    height: 164px;
  }
}
@media (min-width: 768px) and (max-width: 991.98px) {
  .presidents__cards--img {
    width: 139px;
    height: 164px;
  }
}
@media (min-width: 992px) and (max-width: 1199.98px) {
  .presidents__cards--img {
    width: 163px;
    height: 202px;
  }
}
@media (min-width: 1200px) and (max-width: 1439.98px) {
  .presidents__cards--img {
    width: 197px;
    height: 236px;
  }
}
@media (min-width: 1440px) {
  .presidents__cards--img {
    width: 256px;
    height: 268px;
  }
}
@media (min-width: 1920px) {
  .presidents__cards--img {
    width: 280px;
    height: 321px;
  }
}
.presidents__cards--name {
  font-family: "Figtree", sans-serif;
  font-style: normal;
  font-weight: 800;
  text-align: center;
  color: #004A85;
  margin-bottom: 4px;
}
@media (min-width: 0px) and (max-width: 767.98px) {
  .presidents__cards--name {
    font-size: 20px;
    line-height: 24px;
  }
}
@media (min-width: 768px) and (max-width: 1199.98px) {
  .presidents__cards--name {
    font-size: 22px;
    line-height: 28px;
  }
}
@media (min-width: 1200px) {
  .presidents__cards--name {
    font-size: 24px;
    line-height: 32px;
  }
}
@media (min-width: 1920px) {
  .presidents__cards--name {
    font-size: 28px;
    line-height: 36px;
  }
}
.presidents__cards--year {
  font-family: "Figtree";
  font-style: normal;
  font-weight: 300;
  text-align: center;
  color: #004A85;
  margin: 0;
}
@media (min-width: 0px) and (max-width: 991.98px) {
  .presidents__cards--year {
    font-size: 14px;
    line-height: 20px;
  }
}
@media (min-width: 992px) {
  .presidents__cards--year {
    font-size: 16px;
    line-height: 24px;
  }
}
@media (min-width: 1920px) {
  .presidents__cards--year {
    font-size: 18px;
    line-height: 28px;
  }
}
.presidents__cards--link {
  text-decoration: none !important;
}

.blue {
  background: #1AC0F2 !important;
}

.orange {
  background: #F09221 !important;
}
