.banner {
  width: 100%;
}
#body {
  padding-bottom: 2rem;
}
.section {
  margin-top: 2.625rem;
  padding: 0 1.4375rem 0 1.625rem;
}
.section .img-title {
  margin: 0 auto;
  width: 15.9375rem;
}
.section .img-wrapper {
  width: 100%;
}
.section .cell {
  margin-top: 2.75rem;
}
.section .cell .title {
  position: relative;
  color: #0062B1;
  font-size: 1.125rem;
  text-align: center;
}
.section .cell .title::before {
  content: '';
  width: 7.0625rem;
  height: 1px;
  display: block;
  background-color: #0062B1;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.section .cell .title::after {
  content: '';
  width: 7.0625rem;
  height: 1px;
  display: block;
  background-color: #0062B1;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.section .cell ul {
  padding-left: 0.8125rem;
}
.section .cell li {
  font-size: 0.9375rem;
  color: #373737;
  line-height: 1.875rem;
}
.section .cell ul li::marker {
  font-size: 0.75rem;
}
.section .cell .text {
  display: flex;
  flex-direction: column;
  font-size: 0.9375rem;
  color: #373737;
  line-height: 1.875rem;
}
.section .cell .text .blod {
  font-weight: 700;
}
.section .cell .text.blod {
  font-weight: 700;
}
.section .cell .img-wrapper {
  margin-top: 1rem;
}
.section .form {
  margin-top: 2.625rem;
}
.section .form .form-title {
  display: flex;
  flex-direction: column;
  font-size: 0.875rem;
  color: #373737;
}
.section .form .form-title .small {
  margin-top: 0.5rem;
  font-size: 0.75rem;
}
.section .form .form-cell-group {
  margin-top: 1.5rem;
}
.section .form .form-cell-group .form-cell .label {
  font-size: 0.75rem;
}
.section .form .form-cell-group .form-cell input,
.section .form .form-cell-group .form-cell textarea {
  margin-top: 0.5rem;
  width: 100%;
  font-size: 0.75rem;
}
.section .form .form-cell-group .form-cell textarea {
  height: 5rem;
}
.section .form .form-cell-group .form-cell:nth-child(n+2) {
  margin-top: 1rem;
}
.section .form .btn {
  margin-top: 1rem;
  width: 2.6875rem;
  height: 1.625rem;
  line-height: 1.625rem;
  text-align: center;
  font-size: 0.75rem;
  background-color: #efefef;
  border: 1px solid #373737;
  color: #373737;
}
@media (min-width: 768px) {
  .section .cell .title::before {
    width: 14.0625rem;
  }
  .section .cell .title::after {
    width: 14.0625rem;
  }
}
