/* Footer article */
.footer-article .left-section,
.footer-article .right-section {
  width: 50%;
}

.footer-article .separate {
  width: 200px;
  height: 4px;
  background: #3eb049;
  margin-bottom: 34px;
}

.footer-article .left-section .wrap-img-footerArticle {
  width: 650px;
  height: 634px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #DEE3EB;
}

.footer-article .left-section img {
  max-width: 100%;
  max-height: 100%;
}

.footer-article .right-section {
  color: #096bf2;
}

.footer-article .right-section h3 {
  font-weight: 600;
  text-transform: capitalize;
  margin-bottom: 50px;
  padding-right: 40px;
  font-family: Inter;
  font-size: 40px;
  line-height: 54px;
  color: #1d4288;
  max-width: 478px;
}

.footer-article .right-section p {
  font-size: 16px;
  line-height: 26px;
  font-weight: 400;
  font-family: Inter;
  color: #202020;
  display: -webkit-box;
  -webkit-line-clamp: 5;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-align: justify;
}

.footer-article .right-section .list-check-task {
  margin-bottom: 10px;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.footer-article .right-section button {
  background-color: transparent;
  color: #1d4288;
  border: none;
  border-bottom: 2px solid #1d4288;
  font-family: Inter;
  font-weight: bold;
  padding: 5px 0px;
  float: right;
}

@media (min-width: 991.98px) and (max-width: 1199.98px) {
  .footer-article .right-section h1 {
    line-height: 48px;
    font-size: 56px;
  }

  .footer-article .right-section {
    padding: 0px 0px 0px 60px;
  }
}

@media (min-width: 1199.98px) {
  .footer-article .right-section h1 {
    line-height: 62px;
    font-size: 76px;
  }

  .footer-article .right-section {
    padding: 0 80px;
  }
}

/* End footer article */