.first-content {
  padding-top: 60px;
}
.first-content .title {
  font-size: 4.0625rem;
  text-align: center;
  color: #1A2783;
  position: relative;
  padding-bottom: 30px;
}
@media screen and (max-width: 1536px) {
  .first-content .title {
    font-size: 3.125rem;
  }
}
@media screen and (max-width: 1440px) {
  .first-content .title {
    font-size: 2.5rem;
  }
}
.first-content .title:before, .first-content .title:after {
  content: "";
  height: 10px;
  width: 200px;
  position: absolute;
  bottom: 0;
  transform: skew(-20deg);
}
.first-content .title:before {
  background-color: #1A2783;
  left: 50%;
}
.first-content .title:after {
  background-color: #FCA84D;
  right: 50%;
}
.first-content__desc {
  font-size: 1.75rem;
  margin-top: 70px;
  font-weight: 500;
}
@media screen and (max-width: 1536px) {
  .first-content__desc {
    font-size: 1.5625rem;
  }
}
@media screen and (max-width: 1440px) {
  .first-content__desc {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 1349px) {
  .first-content__desc {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1199px) {
  .first-content__desc {
    font-size: 1.125rem;
  }
}
@media (max-width: 1536.98px) {
  .first-content .title {
    font-size: 40px;
  }
  .first-content .title:before, .first-content .title:after {
    width: 130px;
  }
}
@media (max-width: 1199.98px) {
  .first-content .title {
    font-size: 35px;
  }
  .first-content .title:before, .first-content .title:after {
    width: 100px;
  }
}
@media (max-width: 991.98px) {
  .first-content {
    padding-top: 30px;
  }
  .first-content__desc {
    margin-top: 30px;
  }
}

.second-content {
  padding-top: 100px;
  text-align: center;
}
.second-content .title {
  font-size: 40px;
  text-align: center;
  display: inline-block;
  color: #1A2783;
  position: relative;
  background-color: #BAC9F1;
  padding: 15px 70px;
}
.second-content .title:before {
  content: "";
  height: 82px;
  width: 15px;
  background-color: #1A2783;
  position: absolute;
  left: 35px;
  bottom: 20px;
  transform: skew(-20deg);
}
.second-content__desc {
  font-size: 1.5625rem;
  margin-top: 60px;
  font-weight: 500;
  text-align: left;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 1536px) {
  .second-content__desc {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 1440px) {
  .second-content__desc {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1349px) {
  .second-content__desc {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1199px) {
  .second-content__desc {
    font-size: 1rem;
  }
}
.second-content ul {
  margin-right: 100px;
  float: left;
}
.second-content ul li {
  list-style: none;
  position: relative;
  padding-left: 30px;
  margin-bottom: 30px;
}
.second-content ul li:before {
  content: "";
  background-image: url("../../../assets/images/icons/list-bullet.svg");
  background-size: 100% 100%;
  background-position: center;
  background-repeat: no-repeat;
  height: 23px;
  width: 23px;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translateY(-50%);
}
.second-content ol {
  float: left;
}
.second-content ol li {
  position: relative;
  margin-bottom: 30px;
  padding-left: 10px;
}
.second-content ol li::marker {
  color: #fff;
  font-size: 23px;
}
.second-content ol li::before {
  content: "";
  background-color: #1A2783;
  height: 26px;
  width: 26px;
  position: absolute;
  top: 50%;
  left: -30px;
  transform: translateY(-50%);
  z-index: -1;
}
@media (max-width: 1536.98px) {
  .second-content .title {
    font-size: 35px;
  }
}
@media (max-width: 1199.98px) {
  .second-content .title {
    font-size: 30px;
  }
}
@media (max-width: 991.98px) {
  .second-content__desc {
    margin-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .second-content__desc {
    display: inline-block;
  }
  .second-content ul, .second-content ol {
    float: none;
  }
  .second-content ul li, .second-content ol li {
    margin-bottom: 15px;
  }
  .second-content ul {
    margin-bottom: 50px;
  }
  .second-content ol {
    margin-left: 30px;
  }
}

.third-content {
  padding-top: 100px;
  padding-bottom: 100px;
  text-align: center;
}
.third-content .row {
  margin-left: 0;
  margin-right: 0;
}
.third-content .title {
  font-size: 30px;
  text-align: center;
  display: inline-block;
  color: #fff;
  position: relative;
  background-color: #1A2783;
  padding: 15px 100px;
}
.third-content .title:before {
  content: "";
  height: 82px;
  width: 15px;
  background-color: #fff;
  position: absolute;
  left: 35px;
  bottom: 20px;
  transform: skew(-20deg);
}
.third-content__desc {
  font-size: 1.5625rem;
  margin-top: 60px;
  font-weight: 500;
  text-align: left;
}
@media screen and (max-width: 1536px) {
  .third-content__desc {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 1440px) {
  .third-content__desc {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1349px) {
  .third-content__desc {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1199px) {
  .third-content__desc {
    font-size: 1rem;
  }
}
.third-content__col {
  font-size: 1.5625rem;
  font-weight: 500;
  text-align: left;
  padding: 42px;
  border: 5px solid #1A2783;
  position: relative;
  background-color: #fff;
}
@media screen and (max-width: 1536px) {
  .third-content__col {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 1440px) {
  .third-content__col {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1349px) {
  .third-content__col {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1199px) {
  .third-content__col {
    font-size: 1rem;
  }
}
.third-content__col:before {
  content: "";
  height: 100%;
  width: 100%;
  background-color: #FCA84D;
  border: 5px solid #FCA84D;
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}
.third-content__first-col {
  margin-bottom: 70px;
}
.third-content__second-col {
  padding-left: 0;
  padding-right: 35px;
}
.third-content__third-col {
  padding-left: 35px;
  padding-right: 0;
}
@media (max-width: 1199.98px) {
  .third-content .title {
    font-size: 25px;
  }
}
@media (max-width: 991.98px) {
  .third-content__second-col, .third-content__third-col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
  .third-content__first-col, .third-content__second-col {
    margin-bottom: 50px;
  }
}
@media (max-width: 991.98px) {
  .third-content {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .third-content__desc {
    margin-top: 30px;
  }
}
@media (max-width: 767.98px) {
  .third-content__col {
    padding: 20px;
  }
}

.table-holder {
  padding-bottom: 100px;
}
.table-holder .table {
  border-collapse: collapse;
  text-indent: initial;
  border-spacing: 2px;
  width: 100%;
  display: table;
  border-top: 2px solid #A9ACC4;
  border-bottom: 2px solid #A9ACC4;
}
.table-holder .table th, .table-holder .table td {
  padding: 20px 50px;
  display: table-cell;
  vertical-align: inherit;
  font-size: 1.5625rem;
}
@media screen and (max-width: 1536px) {
  .table-holder .table th, .table-holder .table td {
    font-size: 1.375rem;
  }
}
@media screen and (max-width: 1440px) {
  .table-holder .table th, .table-holder .table td {
    font-size: 1.25rem;
  }
}
@media screen and (max-width: 1349px) {
  .table-holder .table th, .table-holder .table td {
    font-size: 1.125rem;
  }
}
@media screen and (max-width: 1199px) {
  .table-holder .table th, .table-holder .table td {
    font-size: 1rem;
  }
}
.table-holder .table th {
  width: 20%;
}
.table-holder .table-striped tr {
  display: table-row;
  vertical-align: inherit;
}
.table-holder .table-striped tr:nth-child(odd) th {
  background-color: #BAC9F1;
}
.table-holder .table-striped tr:nth-child(odd) td {
  background-color: #F3F3F3;
}
.table-holder .table-striped tr:nth-child(even) th {
  background-color: #CBD6F2;
}
@media (max-width: 991.98px) {
  .table-holder .table th, .table-holder .table td {
    padding: 20px;
  }
}
@media (max-width: 767.98px) {
  .table-holder .table th {
    width: 200px;
  }
  .table-holder .table td.desc {
    width: 400px;
  }
}

@media (max-width: 991.98px) {
  .page-content .col-10 {
    width: 100%;
  }
}

/*# sourceMappingURL=other.css.map*/