.section_custom_contact{
  background: #fff;
  padding:40px 50px;

  & .contact_us_header {
    max-width: 665px;

    & .contact_us_header_heading{
      color: #333;
      font-family: var(--font-heading-family);
      font-size: 40px;
      font-style: normal;
      font-weight: var(--font-heading-weight);
      line-height: 42px;
      margin:0 0 20px;

      @media(max-width:767px){
        font-size: 32px;
        line-height: 34px;
      }
    }

    & p{
      color: #333;
      font-family: var(--font-body-family);
      font-size: 16px;
      font-style: normal;
      font-weight: var(--font-body-weight);
      line-height: 22px;
      margin: 0 0 16px;

      & strong{
        font-family: var(--font-heading-family);
        font-weight: var(--font-heading-weight);
      }

      @media(max-width:767px){
        font-size: 14px;
        line-height: 20px;
      }
    }

    & p:last-child,
    & p:only-child{
      margin-bottom: 0;
    }

    & a{
      color: #036;
      font-family: var(--font-body-family);
      font-size: 16px;
      font-style: normal;
      font-weight: var(--font-body-weight);
      line-height: 22px;
      text-decoration: underline;

      &:hover{
        text-decoration: none;
      }

      @media(max-width:767px){
        font-size: 14px;
        line-height: 20px;
      }
    }

    & .contact_us_header_text{
      margin-bottom: 40px;
    }
    
    @media(max-width:767px){
      max-width: 100%;

      & .contact_us_header_text{
        margin-bottom: 20px;
      }
    }
  }

  & .contact_us_center_wrapper{
    display: flex;
    gap:8px;

    & > div{
      padding:20px 16px;
      display: flex;
      flex-direction: column;
      gap: 30px;
    }
  }

  & .contact_us_icon_heading{
    display: flex;
    gap:12px;
    align-items: center;

    & img{
      height: 40px;
      width: 40px;
      object-fit: contain;
      object-position: center;
    }

    & h2{
      color: #333;
      font-family: var(--font-heading-family);
      font-size: 30px;
      font-style: normal;
      font-weight: var(--font-heading-weight);
      line-height: 32px;
      margin: 0 0;

      @media(max-width:767px){
        font-size: 20px;
        line-height: 32px;
      }
    }
  }

  & .cards-grid__button{
    color: #036;
    text-align: center;
    font-family: var(--font-button-family);
    font-size: 14px;
    font-style: normal;
    font-weight: var(--font-button-weight);
    line-height: 18px;
    text-decoration: none;
    border-radius: 200px;
    background: #fcbf2c !important;
    border: 2px solid #fcbf2c !important;
    display: inline-flex;
    padding: 14px 20px;
    justify-content: center;
    align-items: center;
    text-transform: uppercase;
    min-width: 117px;

    &:hover{
      background: #e6ae07 !important;
      border: 2px solid #e6ae07 !important;
    }
  }

  & .item-information{
    & p{
      color: #333;
      font-family: var(--font-body-family);
      font-size: 16px;
      font-style: normal;
      font-weight: var(--font-body-weight);
      line-height: 22px;
      margin:0 0 20px;

      & span{
        white-space: nowrap;
      }

      & strong{
        font-family: var(--font-heading-family);
        font-weight: var(--font-heading-weight);
      }
    }

    & a{
      color: #036;
      font-family: var(--font-body-family);
      font-size: 16px;
      font-style: normal;
      font-weight: var(--font-body-weight);
      line-height: 22px;
      text-decoration: underline;

      &:hover{
        text-decoration: none;
      }
    }

    & p:only-child,
    & p:last-child{
      margin-bottom: 0;
    }
  }

  & .contact_us_footer{
    margin-top: 40px;
    border-radius: 10px;
    background: rgba(77, 32, 92, 0.10);
    padding: 20px;

    & p{
      color: #333;
      font-family: var(--font-body-family);
      font-size: 16px;
      font-style: normal;
      font-weight: var(--font-body-weight);
      line-height: 22px;
      margin:0 0 20px;

      & strong{
        font-family: var(--font-heading-family);
        font-weight: var(--font-heading-weight);
      }

      @media(max-width:767px){
        font-size: 14px;
        line-height: 20px;
      }
    }

    & a{
      color: #036;
      font-family: var(--font-body-family);
      font-size: 16px;
      font-style: normal;
      font-weight: var(--font-body-weight);
      line-height: 22px;
      text-decoration: underline;

      &:hover{
        text-decoration: none;
      }

      @media(max-width:767px){
        font-size: 14px;
        line-height: 20px;
      }
    }

    & p:only-child,
    & p:last-child{
      margin-bottom: 0;
    }

    @media(max-width:767px){
      margin-top: 20px;
      padding: 20px 15px;
    }
  }

  @media(max-width:767px){
    padding:20px 20px 40px;

    & .contact_us_center_wrapper{
      flex-direction: column;

      & > div{
        padding:20px 0;
      }
    }
  }
}