/* Global Colors */
@media (min-width: 992px) {
  .two-col-eligiblity-list-section .eligiblity-container {
    margin-top: 5.694vw;
  }
}
@media (max-width: 767px) {
  .two-col-eligiblity-list-section .eligiblity-container {
    padding-bottom: 16.667vw;
  }
}
@media (max-width: 991px) {
  .two-col-eligiblity-list-section .heading-1 {
    margin-top: 20px;
    margin-bottom: 24px;
  }
}
@media (min-width: 992px) {
  .two-col-eligiblity-list-section .heading-1 {
    margin-bottom: 1.944vw;
    max-width: 33.333vw;
  }
}
.two-col-eligiblity-list-section h2 {
  color: #004c99;
}
@media (max-width: 767px) {
  .two-col-eligiblity-list-section h2 {
    margin-top: 5.556vw;
    margin-bottom: 0.556vw;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .two-col-eligiblity-list-section h2 {
    margin-top: 20px;
    margin-bottom: 2px;
  }
}
@media (min-width: 992px) {
  .two-col-eligiblity-list-section h2 {
    margin-bottom: 0.278vw;
  }
}
@media (min-width: 992px) {
  .two-col-eligiblity-list-section .points-wrapper {
    display: grid;
    grid-template-columns: 33.333vw 33.333vw;
    -webkit-column-gap: 11.111vw;
       -moz-column-gap: 11.111vw;
            column-gap: 11.111vw;
  }
}
.two-col-eligiblity-list-section .points-wrapper .border-gradient:first-child {
  padding-bottom: 0;
  margin-bottom: 0;
}
.two-col-eligiblity-list-section .points-wrapper .border-gradient:first-child::before {
  content: none;
}
@media (max-width: 767px) {
  .two-col-eligiblity-list-section .border-gradient {
    padding-bottom: 5.556vw;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .two-col-eligiblity-list-section .border-gradient {
    padding-bottom: 24px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .two-col-eligiblity-list-section .border-gradient::before {
    width: 20rem;
    height: 2px;
    left: 0;
  }
}
@media (min-width: 992px) {
  .two-col-eligiblity-list-section .border-gradient {
    padding-bottom: 2.222vw;
    margin-bottom: 1.528vw;
    height: -webkit-max-content;
    height: -moz-max-content;
    height: max-content;
  }
}
@media (max-width: 991px) {
  .two-col-eligiblity-list-section .border-gradient p {
    margin-right: 12px;
  }
}