/* Added fallbacks to help with CLS, feel free to remove if it doesn't help on your project */
/* Colours */
/* Fluid heading sizes - set your min/max sizes and you're done! */
/* Some device sizes to use with min-width */
/* adjusted breakpoints for above */
/* 100% widths look better than "Snapping" IMO */
/* Utility */
/* Additional Spacers -- don't think you'll need more than 7, but if you do -- maybe just use a custom class  :)  */
#sec-help {
  padding-bottom: 70px; }
  #sec-help::after {
    position: absolute;
    inset: 0;
    width: 100%;
    height: 90%;
    background-color: #FAFAFA;
    content: '';
    z-index: -1;
    top: unset; }
  #sec-help .content p {
    margin-bottom: 25px; }
  #sec-help .btn.btn-primary {
    margin-top: 20px; }

#sec-introduction {
  padding-bottom: 105px; }
  @media screen and (max-width: 1025px) {
    #sec-introduction {
      padding-top: 50px;
      padding-bottom: 87px; } }

#sec-team {
  padding: 128px 0 87px; }
  #sec-team::before {
    content: "";
    position: absolute;
    inset: 0;
    width: 100%;
    background: radial-gradient(closest-side at 50% 50%, #2F426E 0%, #182137 100%);
    z-index: -1;
    height: 24%; }
  #sec-team .side-border {
    border-color: #3A3535; }
  #sec-team .card h5 {
    margin: 15px 0 28px;
    font-style: italic; }
  #sec-team .card h4, #sec-team .card a {
    margin: 0; }
  #sec-team .card h4 {
    margin-top: 25px; }
  @media screen and (max-width: 1025px) {
    #sec-team {
      padding: 69px 0 87px; }
      #sec-team .card h5 {
        margin: 10px 0 25px; }
      #sec-team .card h4 {
        margin-top: 20px; } }
