.content-body {
  position: relative;
  padding: 0 280px 80px;
  overflow: visible;
}

.underline-main,
.underline-section {
  display: inline;
}

.main-title-wrapper {
  margin-top: 184px;
  margin-bottom: 40px;
}


.section-title-wrapper {
  margin: 80px 0 48px 0;
}

.content-body p,
.content-body a:not(.link) {
  font-size: 20px;
  margin: 0;
  text-decoration: none;
}

.content-body p {
  padding-top: 40px;
}

.content-body a {
  color: #2572a2;
}

.content-body a:hover {
  opacity: 50%;
}

.list {
  list-style: none;
  padding-left: 0;
  margin: 0;
}

.list li {
  position: relative;
  padding-left: 32px;
  color: #2572a2;
  font-size: 20px;
  padding-top: 40px;
}

.list li::before {
  content: "►";
  position: absolute;
  left: 0;
  color: #2572a2;
}

.blue-text {
  color: #2572a2;
}

p.top-pad {
  padding-top: 80px;
}

table {
  border-spacing: 0;
}

th,
td {
  font-size: 20px;
  font-weight: normal;
  border: 1px solid #5bacde;
  padding: 16px 24px 12px;
}

th {
  color: #2572a2;
  background-color: #f1f8fd;
  font-size: 24px;
}

td {
  background-color: #fff;
}

.main-header {
  width: 84%;
}

.sub-header {
  width: 32%;
}

.last-column {
  width: 16%;
}

.specialist {
  padding-bottom: 180px;
}

.bottom-bg {
  position: absolute;
  left: 0;
  top: 580px;
  z-index: -2;
  width: 100%;
}

.fill-bg {
  position: absolute;
  left: 0;
  bottom: -100px;
  z-index: -2;
  width: 100%;
  height: 600px;
  background-color: #f1f8fe;
}

@media (max-width: 1536px) {
  .content-body {
    padding: 0 200px 64px;
  }

  .main-title-wrapper {
    margin-top: 160px;
    margin-bottom: 32px;
  }

  .section-title-wrapper {
    margin: 64px 0 32px 0px;
  }

  .content-body p,
  .content-body a:not(.link) {
    font-size: 16px;
  }

  .content-body p {
    padding-top: 32px;
  }

  .list li {
    padding-left: 28px;
    font-size: 16px;
    padding-top: 32px;
  }

  p.top-pad {
    padding-top: 64px;
  }

  th,
  td {
    font-size: 16px;
    padding: 12px 20px 8px;
  }

  th {
    font-size: 20px;
  }

  .specialist {
    padding-bottom: 140px;
  }
  
  .bottom-bg {
    top: 480px;
  }

  .fill-bg {
    height: 900px;
  }
}

@media (max-width: 1024px) {
  .content-body {
    padding: 0 160px 56px;
  }

  .main-title-wrapper {
    margin-top: 100px;
    margin-bottom: 24px;
  }

  .section-title-wrapper {
    margin: 48px 0 24px 0;
  }

  .content-body p,
  .content-body a:not(.link) {
    font-size: 14px;
  }

  .content-body p {
    padding-top: 28px;
  }

  .list li {
    padding-left: 24px;
    font-size: 14px;
    padding-top: 28px;
  }

  p.top-pad {
    padding-top: 56px;
  }

  th,
  td {
    font-size: 14px;
    padding: 10px 16px 6px;
  }

  th {
    font-size: 18px;
  }

  .specialist {
    padding-bottom: 80px;
  }
  
  .bottom-bg {
    top: 400px;
  }

  .line-break-2 {
    display: block;
  }
}

@media (max-width: 834px) {
  .content-body {
    padding: 0 80px 40px;
  }

  .main-title-wrapper {
    margin-top: 64px;
    margin-bottom: 20px;
  }

  .section-title-wrapper {
    margin: 40px 0 24px 0;
  }

  .content-body p,
  .content-body a:not(.link) {
    font-size: 12px;
  }

  .content-body p {
    padding-top: 24px;
  }

  .list li {
    padding-left: 20px;
    font-size: 12px;
    padding-top: 24px;
  }

  p.top-pad {
    padding-top: 40px;
  }

  th,
  td {
    font-size: 12px;
    padding: 8px 12px 4px;
  }

  th {
    font-size: 16px;
  }

  .specialist {
    padding-bottom: 40px;
  }
  
  .bottom-bg {
    top: 320px;
  }

  .fill-bg {
    height: 700px;
  }
}

@media (max-width: 628px) {
  .bottom-bg {
    top: 360px;
  }
}

@media (max-width: 547px) {
  .bottom-bg {
    top: 420px;
  }

  .fill-bg {
    height: 900px;
  }
}

@media (max-width: 476px) {
  .fill-bg {
    height: 1210px;
  }
}

@media (max-width: 444px) {
  .bottom-bg {
    top: 440px;
  }

  .fill-bg {
    height: 1410px;
  }
}

@media (max-width: 430px) {
  .content-body {
    padding: 0 40px 24px;
  }

  .main-title-wrapper {
    margin-top: 48px;
    margin-bottom: 16px;
  }

  .section-title-wrapper {
    margin: 28px 0 20px 0;
  }

  .content-body p {
    padding-top: 20px;
  }

  .list li {
    padding-top: 20px;
  }

  p.top-pad {
    padding-top: 32px;
  }

  th,
  td {
    padding: 8px 8px 4px;
  }

  .bottom-bg {
    top: 380px;
  }

  .fill-bg {
    height: 910px;
  }
}

@media (max-width: 371px) {
  .bottom-bg {
    top: 420px;
  }

  .fill-bg {
    height: 1110px;
  }
}

@media (max-width: 336px) {
  .bottom-bg {
    top: 460px;
  }

  .fill-bg {
    height: 1230px;
  }
}

@media (max-width: 320px) {
  .section-title-wrapper {
    margin: 24px 0 16px 0;
  }

  .main-title-wrapper {
    margin-top: 40px;
    margin-bottom: 12px;
  }

  .content-body p,
  .content-body a:not(.link) {
    font-size: 10px;
  }

  .content-body p {
    padding-top: 20px;
  }

  .list li {
    padding-left: 16px;
    font-size: 10px;
    padding-top: 20px;
  }

  p.top-pad {
    padding-top: 32px;
  }

  th,
  td {
    font-size: 10px;
    padding: 4px;
  }

  th {
    font-size: 14px;
  }

  .bottom-bg {
    top: 360px;
  }

  .fill-bg {
    height: 930px;
  }
}