/* 
  &:before {
    content: '\e900';
    @include icons-pseudo;
  }
*/
/* 
    @include hover-supported() {
        background-color: white;
    }
*/
/* Examples: 
    @include user-select(none);
    @include user-select(all);
*/
.md_container>.container {
  max-width: 1220px;
}
.intro_paragraph_icon{
  padding: 80px 0;
}
.intro_paragraph_icon--teal {
  background: linear-gradient(#FFF, #D9EFEF 50%);
  color: #060821;
}
.intro_paragraph_icon--white {
  background-color: #fff !important;
  color: #060821;
}
.intro_paragraph_icon .title {
  max-width: 859px;
}
.intro_paragraph_icon .title h2 {
  color: #060821;
  text-align: center;
  font-size: 28px;
  font-weight: 500;
  line-height: 40px;
  margin-bottom: 12px;
}
.intro_paragraph_icon .title p {
  color: #060821;
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}
.intro_paragraph_icon .title p strong{
  font-weight: 700;
}
.intro_paragraph_icon .tpx-round {
  /* border: 1px solid #248384; */
  /* border-radius: 50%; */
  width: 60px;
  height: 60px;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto 18px;
}
@media (max-width:991px) {
  .nes_schedule.right_dots::after {
      width: 70vw;
  }
}
@media (max-width: 782px) {
  .nes_schedule a {
      font-size: 1.2rem;
  }
  .nes_schedule.right_dots::after {
    width: 100vw;
    background-position: bottom;
  }
}
@media (max-width: 450px) {

       .nes_schedule .lk-link {
          display: flex;
          padding: 8px 2px;
          width: 100%;
  }

}
