
    @font-face {
      src: url('ZonaPro-Regular.ttf') format('truetype');
      font-family: "zonapro-regular";
      font-weight: 400;
      font-style: normal;
      font-display: swap;
   }

    @font-face {
      src: url('ZonaPro-SemiBold.ttf') format('truetype');
      font-family: "zonapro-semibold";
      font-weight: 600;
      font-style: normal;
      font-display: swap;
   }

    @font-face {
      src: url('ZonaPro-Bold.ttf') format('truetype');
      font-family: "zonapro-bold";
      font-weight: 700;
      font-style: normal;
      font-display: swap;
    }

    @font-face {
      src: url('ZonaPro-ExtraBold.ttf') format('truetype');
      font-family: "zonapro-extrabold";
      font-weight: 800;
      font-style: normal;
      font-display: swap;
    }

    * {
     margin: 0;
     padding: 0;
     box-sizing: border-box;
     list-style: none;
     text-decoration: none;
    }

    body {
      background-color: #fff;
    }

    html { font-size: 16px;
    scroll-behavior: smooth;
    }


    :root {
        --13.5: 0.844rem;
        --14: 0.875rem;
        --15: 0.9375rem;
        --16: 1rem;
        --17: 1.0625rem;
        --18: 1.125rem;
        --20: 1.25rem;
        --21: 1.3125rem;
        --22: 1.375rem;
        --23: 1.4375rem;
        --24: 1.5rem;
        --25: 1.5625rem;
        --26: 1.625rem;
        --27: 1.6875rem;
        --28: 1.75rem;
        --30: 1.875rem;
        --32: 2rem;
        --33: 2.0625rem;
        --34: 2.125rem;
        --35: 2.1875rem;
        --36: 2.25rem;
        --38: 2.375rem;
        --40: 2.5rem;
        --42: 2.625rem;
        --50: 3.125rem;
        --60: 3.75rem;
        --70: 4.375rem;
        --90: 5.625rem;
    }

    #about-section-container {
      position: relative;
      max-width: 100%;
      }

    #customers {
      position: relative;
      background-image: url("../images/img3.jpg");
      background-color: rgb(228, 220, 220);
      background-position: center;
      border-bottom-left-radius: 46px;
      border-bottom-right-radius: 46px;
      margin-bottom: 100px;
  }

  #about-customers-title {
      font-size: 30px;
      text-align: center;
      line-height: 1.5;
      color: #000;
      letter-spacing: 3px;
      word-spacing: 16px;
      padding: 4.6rem 0px 0px 0px;
      font-family: zonapro-extrabold;
  }

   #about-customers-text{
    width: 90%;
    margin: 20px 5% 0px 5%;
    padding-bottom: 30px;
    line-height: 1.5;
    color: #000;
    font-family: zonapro-regular,sans-serif;
    text-align: center;
   }

      .about-subsection {
      position: relative;
      width: 90%;
      margin: 0px 5% 75px 5%;
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      border-radius: 16px;
      text-align: center;
      font-family: zonapro-bold,sans-serif;
      }


      .reverse {
        display: flex;
        flex-direction: column;
        justify-content: space-between;
      }

      .about-image{
          position: relative;
          border-radius: 10%;
          width: 180px;
          height: 180px;
          border-bottom: 2px solid #000;
      }

      .about-subsection-textbox{
      position: relative;
      width: 90%;
      margin-top: 30px;
      align-self: center;
      }


      .about-lead {
      color: #000;
      letter-spacing: 2px;
      display: inline-block;
      padding: 0 0 6px 0;
      font-size: var(--28);
      font-family: zonapro-bold;
      }

      .about-text {
      color: #000;
      font-family: zonapro-regular;
      font-size: var(--16);
      bottom: 0px;
      }


      .about-text li:before {
      content: "- ";
      }

      .core-value-text {
          text-align: left;
          margin-left: 5%;
          text-indent: -5%;
          font-size: 16px;
          font-family: zonapro-regular;
      }

      .about-subsection:last-child {
        margin-bottom: 100px;
      }


     @media screen and (min-width: 320px) {

  #about-customers-title {
      font-size: 36px;
  }

      .about-image{
          width: 280px;
          height: 230px;
      }

      .about-subsection-textbox{
      margin-top: 10px;
      }


      .about-lead {
      padding: 0 0 1px 0;
      }


      }

    @media screen and (min-width: 422px) {

      #about-customers-title {
          font-size: 40px;
      }

      .about-image{
          width: 300px;
          height: 260px;
      }

      .about-subsection-textbox{
      margin-top: 15px;
      }

      .about-lead {
      padding: 0 0 6px 0;
      }

    }

    @media screen and (min-width: 768px) {

  #about-customers-title {
      font-size: 50px;
  }

   #about-customers-text{
    width: 80%;
    margin: 20px 10% 0px 10%;
   }

      .about-subsection {
      position: relative;
      width: 80%;
      margin: 0px 10% 75px 10%;
      }

      .about-image{
          width: 390px;
          height: 330px;
      }

      .about-subsection-textbox{
      width: 60%;
      margin-top: 30px;
      }

    }

    @media screen and (min-width: 1023px) {


  #about-customers-title {
      font-size: 60px;
  }

   #about-customers-text{
    width: 70%;
    margin: 20px 15% 0px 15%;
    font-family: zonapro-bold;
   }

      .about-subsection {
      margin: 0px 10% 60px 10%;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      }


      .reverse {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
      }


      .about-subsection-textbox{
      width: 30%;
      margin-top: 0px;
      }

    }

    @media screen and (min-width: 1200px) {
      #about-customers-title {
        font-size: 60px;
    }

      #about-customers-text{
        width: 50%;
        margin: 20px 25% 0px 25%;
      }

      .about-subsection {
      position: relative;
      width: 70%;
      margin: 0px 15% 60px 15%;
      display: flex;
      flex-direction: row;
      justify-content: space-between;
      }

      .about-subsection:last-child {
        margin-bottom: 80px;
      }
      .reverse {
        display: flex;
        flex-direction: row-reverse;
        justify-content: space-between;
      }

    }

