/* Content styles */
.content {
  flex: 1;
  padding: 0;
  display: block;
  width: 100%;
  min-height: 0;
}

.content-scroller
{
  overflow: visible;
}


.section-title {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    font-weight: 100;
    font-size: 30px;
    color: #434343;
    margin-right: 0px;
    margin-bottom: 20px;
    margin-top: 20px;
}

.section-title:first-child {
    margin-top: 0;
}

h1  {
    font-size: 25px;
    margin-bottom: 10px;
}

.font-bold {
    font-weight: 600;
}

.info-box {
    text-align: center;
    border: 0.5px solid hsl(210 65% 45% / 1);
    background-color: var(--fsp-hover-bg);
    padding: 20px 10px 20px 10px;
    border-radius: 6px;
    margin: 20px auto 30px auto;
    width: 85%;
}

@media (max-width: 1024px) {
  .section-title {
    font-size: 26px;
  }
}

@media (max-width: 767px) {
  .section-title {
    font-size: 22px;
    margin-bottom: 14px;
    margin-top: 14px;
  }

  h1 {
    font-size: 20px;
  }

  .info-box {
    width: 100%;
    padding: 14px 8px;
    margin: 14px auto 20px auto;
  }
}
