body .requests {
  padding-top: 6rem;
}
body .requests p {
  margin-bottom: 5.375rem;
}
body .holder {
  background: #EBF4FF;
  border-radius: 0.5rem;
  padding: 5rem 0;
}
body .human-info {
  padding: 8.75rem 7.5rem;
  padding-top: 0;
}
body .human-info .content {
  display: flex;
  gap: 4.5rem;
}
body .human-info .content .text-content {
  width: 35.75rem;
}
body .human-info h2 {
  margin-bottom: 2.75rem;
}
body .human-info h3 {
  line-height: 2rem;
  font-size: 1.25rem;
  font-weight: 700;
  color: #000;
  margin-bottom: 0.5rem;
}
body .flexible {
  margin-bottom: 10.25rem;
  padding: 0 7.75rem;
}
body .tabable-section {
  margin-top: 8.375rem;
  z-index: 1;
  display: flex;
  padding-left: 9.75rem;
  gap: 5.5625rem;
  margin-bottom: 6rem;
}
body .tabable-section .text-content {
  width: 35.4375rem;
}
body .tabable-section .accord {
  width: 29.1875rem;
}
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 .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;
}
body .key-services {
  padding-left: 0;
}
body .key-services h2 {
  margin-bottom: 0;
  font-size: 3.25rem;
  color: #000;
}
body .key-services p:last-of-type {
  margin-bottom: 4.375rem;
}
body .key-services .company-services {
  justify-content: center;
}
body .key-services h3 {
  color: #000;
}
body .human-info {
  margin-top: 3rem;
}
body .human-info .content {
  justify-content: space-between;
}

@media screen and (max-width: 700px) {
  body .requests {
    margin-bottom: 4.5rem;
  }
  body .requests p {
    margin-bottom: 1.375rem;
  }
  body img {
    width: 100%;
  }
  body .flexible {
    padding: 0 1.5rem;
    margin-bottom: 8.5rem;
  }
  body .flexible svg {
    height: 33rem;
  }
  body .flexible br {
    display: none;
  }
  body .human-info {
    padding: 0;
    margin-bottom: 3rem;
  }
  body .human-info .content {
    flex-direction: column-reverse;
    gap: 0;
  }
  body .human-info .content .text-content {
    padding: 1.5rem;
    width: unset;
  }
  body .human-info h2 {
    margin-bottom: 1.75rem;
  }
  body .key-services h2 {
    font-size: 2.25rem;
    margin-top: 5rem;
  }
  body .key-services .text-center {
    padding: 0 1.5rem;
  }
  body .tabable-section {
    flex-direction: column;
    padding: 1.5rem;
    margin-top: 1rem;
    gap: 2rem;
  }
  body .tabable-section .text-content,
  body .tabable-section .accord {
    width: unset;
  }
}
