.footer-top {
    background: #FFFFFF;
    padding: 2rem 0px;
  }
  @media (max-width: 767.98px) {
    .footer-top {
      padding: 5rem 0px 3rem 0px;
    }
  }
  .footer-top__body {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  @media (max-width: 991.98px) {
    .footer-top__body {
      align-items: flex-start;
    }
  }
  @media (max-width: 767.98px) {
    .footer-top__body {
      flex-direction: column;
      gap: 15px;
    }
  }
  .footer-top__row {
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
    align-items: center;
    justify-content: space-between;
    max-width: 70.7352941176%;
    width: 100%;
  }
  @media (max-width: 991.98px) {
    .footer-top__row {
      max-width: 100%;
      flex-direction: column;
      align-items: flex-start;
    }
  }
  @media (max-width: 767.98px) {
    .footer-top__row {
      order: 2;
    }
  }
  .footer-top__item {
    color: #333333;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Raleway";
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 400;
    line-height: 1.45;
  }
  .footer-top__item span,
  .footer-top__item a {
    font-weight: 600;
    color: #1F3771;
    text-decoration: none;
  }
  .footer-top__phone {
    color: #1F3771;
    text-align: right;
    font-variant-numeric: lining-nums proportional-nums;
    font-family: "Raleway";
    font-size: 2rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.25;
    text-decoration: none;
    white-space: nowrap;
  }
  @media (max-width: 767.98px) {
    .footer-top__phone {
      order: 1;
    }
  }
  
  .footer-bot {
    border-radius: 20px 20px 0px 0px;
    padding: 2rem 0px;
    /* background: rgba(105, 110, 124, 0.1); */
    background: #f0f1f2;
  }
  .footer-bot__body {
    display: flex;
    justify-content: space-between;
    align-items: center;
  }
  @media (max-width: 767.98px) {
    .footer-bot__body {
      flex-direction: column;
      align-items: flex-start;
      gap: 5px;
    }
  }
  .footer-bot__item{
    font-family: "Raleway";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.45;
    text-decoration: none;
    color: rgba(51, 51, 51,0.6);
  }
  .footer-bot__item a{
    font-family: "Raleway";
    font-size: 14px;
    font-style: normal;
    font-weight: 400;
    line-height: 1.45;
    text-decoration: none;
    color: rgba(51, 51, 51,0.6);
  }