@font-face {
  font-family: 'Poppins-light';
  src: url(framework/Poppins-Light.ttf);
  font-weight: 100;
}

@font-face {
  font-family: 'Poppins';
  src: url(framework/Poppins-Regular.ttf);
  font-weight: 300;
}

@font-face {
  font-family: 'Poppins-semibold';
  src: url(framework/Poppins-Semibold.ttf);
  font-weight: 600;
}

@font-face {
  font-family: 'Poppins-bold';
  src: url(framework/Poppins-Bold.ttf);
  font-weight: 600;
}

* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

body {
  font-family: 'Poppins-light';
  color: #1A1A1A;
}

/* mixin for multiline */
.reminder {
  margin-bottom: 100px;
}

.reminder .title {
  font-size: 48px;
  margin: 56px 0px 32px 0px;
}

@media screen and (max-width: 991.9px) {
  .reminder .title {
    text-align: center;
  }
}

.reminder .card {
  border: none;
  margin-top: 75px;
}

.reminder .card:first-child {
  margin-top: 0px;
}

.reminder .card ul {
  padding-left: 23px;
  color: #00B0F0;
  line-height: 25px;
  font-size: 30px;
}

.reminder .card .background-sub-title {
  border-left: solid 5px;
  color: #00B0F0;
  background-color: #00B0F030;
  width: 85%;
}

@media (max-width: 991.9px) {
  .reminder .card .background-sub-title {
    width: 100%;
  }
}

.reminder .card .background-sub-title .sub-title {
  color: #00B0F0;
  font-size: 18px;
  font-family: 'Poppins-bold';
  padding: 15px 0px 15px 28px;
}

.reminder .card .list-title {
  margin: 24px 0px 0px 15px;
  font-size: 16px;
  color: #222222;
  font-family: 'Poppins-semibold';
}

.reminder .card .list-description {
  margin: 0px 0px 0px 15px;
  font-size: 16px;
  color: #323232;
}
/*# sourceMappingURL=reminder.css.map */
