.smrgroup-wrapper {
  padding: 3.125rem 0;
}
@media screen and (min-width: 768px) {
  .smrgroup-wrapper {
    padding: 5rem 0;
  }
}
@media screen and (min-width: 1400px) {
  .smrgroup-wrapper {
    padding: 8.75rem 0 7.875rem;
  }
}
.smrgroup-wrapper .smrgroup-wrap {
  max-width: 67.25rem;
  margin: 0 auto;
}
.smrgroup-wrapper .smrgroup-wrap .btn-outline-primary {
  width: -webkit-max-content;
  width: -moz-max-content;
  width: max-content;
}
@media screen and (min-width: 768px) {
  .smrgroup-wrapper .smrgroup {
    margin-bottom: 3.125rem;
  }
}
@media screen and (min-width: 1200px) {
  .smrgroup-wrapper .smrgroup {
    margin-bottom: 4.6875rem;
  }
}
.smrgroup-wrapper .smrgroup .title {
  color: #001B3B;
  font-family: "Onest", sans-serif;
  text-align: center;
  line-height: 1.52;
  margin: auto;
}

.smr-box-wrapper {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-bottom: 25px;
  margin-bottom: 25px;
  border-bottom: 1px solid #E7E7E7;
}
.smr-box-wrapper:nth-last-child(1) {
  border-bottom: 0;
  padding-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .smr-box-wrapper {
    width: 190px;
    display: block;
    padding-bottom: 0px;
    margin-bottom: 0px;
    border-bottom: 0;
  }
}
.smr-box-wrapper .subtitle {
  color: #001B3B;
  margin-bottom: 0rem;
  font-family: "Onest", sans-serif;
}
@media screen and (max-width: 767.98px) {
  .smr-box-wrapper .subtitle {
    -webkit-box-flex: 0;
        -ms-flex: 0 0 140px;
            flex: 0 0 140px;
    min-width: 140px;
  }
}
.smr-box-wrapper .para {
  color: #001B3B;
  line-height: 1.2;
}
.smr-box-wrapper .counter_detail {
  font-size: 20px;
  display: block;
  line-height: 1;
  margin: 20px 0;
  font-weight: 500;
}
@media screen and (max-width: 767.98px) {
  .smr-box-wrapper .counter_detail {
    margin: 0px 0;
  }
}

.smrcard-wrap {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  max-width: 907px;
  margin: auto;
  margin-top: 3.125rem;
  padding: 0 10px;
}
@media screen and (min-width: 768px) {
  .smrcard-wrap {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    padding: 0;
    gap: 50px;
    padding: 0 25px;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media screen and (min-width: 1200px) {
  .smrcard-wrap {
    margin-top: 5rem;
  }
}