body .requests {
  padding: 3rem 6.5rem;
}
body .requests.section1 {
  margin-top: 3rem;
  padding: 3rem 9.25rem;
}
body .requests.section2 {
  margin-bottom: 3.5rem;
  padding: 3rem 9.25rem;
}
body .requests > h2 {
  margin-bottom: 1rem;
}
body .requests p {
  max-width: 50rem;
}
body .requests p {
  margin: 0 auto;
  margin-bottom: 2rem;
  text-align: center;
}
body .requests .illustration img {
  margin-top: 3rem;
}
body .tabable-section {
  z-index: 1;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  align-items: center;
  gap: 5.5625rem;
  margin-top: 4.5rem;
}
body .tabable-section .side-content {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: flex-end;
}
body .tabable-section .accord {
  width: 100%;
}
body .tabable-section .accord .accordion .card {
  border: 0;
  border-bottom: 1px solid #c2c2c2;
}
body .tabable-section .accord .accordion .card-header {
  background-color: #fff;
  color: #000;
  border-color: #fff;
  padding-left: 0;
  padding-bottom: 0.75rem;
  min-height: 5rem;
  display: flex;
  align-items: center;
}
body .tabable-section .accord .accordion .card-header h2 {
  width: 100%;
}
body .tabable-section .accord .accordion .card-header h2 span {
  white-space: normal;
}
body .tabable-section .accord .accordion .card-header .btn-link {
  color: #000;
  padding: 0;
  display: flex;
  gap: 1.5rem;
  align-items: center;
  font-size: 1.125rem;
  line-height: 2rem;
}
body .tabable-section .accord .accordion .card-header .btn-link:hover, body .tabable-section .accord .accordion .card-header .btn-link:focus {
  text-decoration: none;
  box-shadow: none;
}
body .tabable-section .accord .accordion .card-header .btn-link svg:last-of-type {
  transform: rotate(180deg);
}
body .tabable-section .accord .accordion .card-header .btn-link.collapsed svg:last-of-type {
  transform: rotate(0deg);
}
body .tabable-section .accord .accordion .card-body {
  padding-left: 3.5rem;
  padding-top: 0;
  font-size: 1rem;
  text-align: left;
}
body .section3 {
  background: #030d17;
  display: flex;
  flex-direction: column;
}
body .section3 .sub-1 {
  padding: 0 4.5rem;
  padding-top: 6.5rem;
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
body .section3 .sub-1 h2,
body .section3 .sub-1 h5 {
  color: #ffffff;
}
body .section3 .sub-1 p,
body .section3 .sub-1 span {
  color: #abbfd6;
}
body .section3 .sub-1 .icon-list-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
body .section3 .sub-1 .icon-list-grid .list {
  display: flex;
  flex-direction: column;
  gap: 1rem;
}
body .section3 .sub-1 .icon-list-grid .list .list-item {
  display: flex;
  gap: 1rem;
  align-items: center;
}
body .section3 .sub-2 {
  background-image: url("/images/v2/hr-image-3.svg");
  background-repeat: no-repeat;
  background-position-y: bottom;
  background-position-x: right;
  background-size: cover;
  height: 28.125rem;
  margin-right: 1.125rem;
  margin-top: 5.5rem;
}
body .section4 {
  padding: 5.5rem 4.5rem;
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
  gap: 10rem;
}
body .section4 .sub-1 {
  display: flex;
  flex-direction: column;
  gap: 3rem;
}
body .section4 .sub-1 h2,
body .section4 .sub-1 h5 {
  color: #000000;
  max-width: 50rem;
}
body .section4 .sub-1 p,
body .section4 .sub-1 span {
  color: #404040;
  max-width: 50rem;
}
body .section4 .sub-1 .icon-list-grid {
  display: grid;
  grid-template-columns: minmax(0, 1fr) minmax(0, 1fr);
}
body .section4 .sub-1 .icon-list-grid .list {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
body .section4 .sub-1 .icon-list-grid .list .list-item {
  display: flex;
  gap: 1rem;
  align-items: center;
}

@media screen and (max-width: 700px) {
  body .requests {
    padding: 2rem;
    margin-bottom: 0;
  }
  body .requests.section1 {
    margin-top: 0;
    padding: 2.5rem;
  }
  body .requests.section2 {
    margin-top: 0;
    padding: 2.5rem;
  }
  body .requests h2 {
    text-align: left;
  }
  body .requests p {
    margin-bottom: 1.375rem;
    text-align: left !important;
    margin: 0;
  }
  body .requests .illustration img {
    margin-top: 3rem;
  }
  body .tabable-section {
    display: flex;
    flex-direction: column-reverse;
    margin-top: 1rem;
    gap: 4rem;
  }
  body .tabable-section .text-content,
  body .tabable-section .accord {
    width: unset;
  }
  body .tabable-section .side-content {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
  }
  body .section3 {
    background: #030d17;
    display: flex;
    flex-direction: column;
    gap: 4.5rem;
  }
  body .section3 .sub-1 {
    padding: 0 2.5rem;
    padding-top: 4rem;
    gap: 1.5rem;
  }
  body .section3 .sub-1 .icon-list-grid {
    display: flex;
    flex-direction: column;
  }
  body .section3 .sub-1 .icon-list-grid .list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  body .section3 .sub-1 .icon-list-grid .list .list-item {
    display: flex;
    gap: 1rem;
    align-items: center;
  }
  body .section3 .sub-1 .icon-list-grid .list .list-item img {
    height: 1.5rem;
    width: 1.5rem;
  }
  body .section3 .sub-2 {
    background-image: url("/images/v2/hr-image-3-mobile.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    height: 28.75rem;
    margin-right: 0;
    margin-top: 0 !important;
  }
  body .section4 {
    padding: 4.5rem 2rem;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    gap: 6.5rem;
  }
  body .section4 .sub-1 {
    gap: 1.5rem;
  }
  body .section4 .sub-1 .icon-list-grid {
    display: flex;
    flex-direction: column;
  }
  body .section4 .sub-1 .icon-list-grid .list {
    display: flex;
    flex-direction: column;
    gap: 1rem;
  }
  body .section4 .sub-1 .icon-list-grid .list .list-item {
    display: flex;
    gap: 1rem;
    align-items: center;
  }
  body .section4 .sub-1 .icon-list-grid .list .list-item img {
    height: 1.5rem;
    width: 1.5rem;
  }
}
