.sl3-everything-you-need.sl3-section {
  padding: 104px 15px 0px;
  background: #fff;
  margin-bottom: 0px;
}
.sl3-everything-you-need .sl3-section-title {
  margin-bottom: 24px;
  max-width: 768px;
}
.sl3-everything-you-need .sl3-section-description {
  margin-bottom: 77.29px;
  max-width: 768px;
}
.sl3-everything-you-need .sl3-container .row {
  margin: 0px -32px -64px;
}
.sl3-everything-you-need .sl3-container .row > div {
  padding: 0px 32px 64px;
  margin: 0px !important;
}
.sl3-everything-you-need .sl3-card {
  padding: 32px;
  border-radius: 8px;
  border: 1px solid #eee;
  height: 100%;
  box-shadow: 1px 1px 1px 1px rgba(170, 170, 170, 0.12);
}
.sl3-everything-you-need .sl3-card-heading {
  color: #001f3f;
  font-family: Museo, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 140%;
  margin-bottom: 32px;
}
.sl3-everything-you-need .sl3-card-description {
  color: #414141;
  font-family: "franklin-gothic-urw", sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}
/* Media queries */
@media screen and (max-width: 1024px) {
  .sl3-everything-you-need .sl3-container .row {
    margin: 0px -16px -32px;
  }

  .sl3-everything-you-need .sl3-container .row > div {
    padding: 0px 16px 32px;
    max-width: 50%;
    flex: 0 0 50%;
  }
}
@media screen and (max-width: 768px) {
  .sl3-everything-you-need .sl3-section-title {
    margin-bottom: 18px !important;
    text-align: center !important;
  }
  .sl3-everything-you-need .sl3-section-description {
    margin-bottom: 32px;
    text-align: center;
  }
  .sl3-everything-you-need .sl3-card {
    padding: 24px;
    gap: 14px;
  }
  .sl3-everything-you-need .sl3-card-heading {
    font-size: 18px;
  }
  .sl3-everything-you-need .sl3-card-description {
    font-size: 14px;
  }
}

@media screen and (max-width: 499px) {
  .sl3-everything-you-need .sl3-container .row > div {
    max-width: 100%;
    flex: 0 0 100%;
  }
}
