.s-section {
  padding: 40px 0;
  overflow: hidden;
  background: #f7f7f7;
}

@media (max-width: 768px) {
  .s-DivHide-div {
    display: none;
  }
}

.s-paragraph-p {
  margin-bottom: 0;
  line-height: 25px;
  font-family: var(--font-museo-sans);
  font-weight: 500;
  font-size: 14px !important;
}

@media (max-width: 576px) {
  .s-paragraph-p {
    font-size: 12px !important;
  }
}

.s-card-div {
  align-items: center;
  text-align: center;
  border: none;
  background: #fff;
  padding: 10px 25px 45px;
  margin-bottom: 20px;
}
.s-title-h5 {
  margin: 0 0 20px;
  padding: 0;
  letter-spacing: 0;
  font-family: var(--font-museo-sans);
  font-weight: 500;
  color: #232323;
  line-height: normal;
}

.s-icon-div {
  color: #3388c9;
  position: relative;
  font-size: 60px;
  line-height: 1;
  margin-bottom: 25px;
  margin-left: auto;
  margin-right: auto;
}

.s-p-p {
  margin-bottom: 0;
  line-height: 25px;
  font-family: var(--font-museo-sans);
  font-weight: 500;
  font-size: 14px !important;
}
@media (max-width: 576px) {
  .s-p-p {
    font-size: 12px !important;
  }
}
