
@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@200;400;600;700&display=swap');

.abt-sec {
  width: 100%;
  text-align: left;


  float: left;
  margin-top: 10vh;
}

.photo-box {
  float: left;
  width: 40%;

}


.txt-box {
  float: right;
  width: 55%;
  margin-left: 2%;

  text-align: left;
  margin-top: 250px;
}

.imgo {
  width: 100%;
  height: auto;
}


.txt-box h1 {
  font-size:28px;
    font-family: 'Poppins', sans-serif;
    font-weight: 200;

}


.txt-box span {
  font-size:28px;
    font-family: 'Poppins', sans-serif;
    font-weight: 400;
    color: #000!important;
    font-style: italic;


}



.awards {
  width: 20%;
  float: left;
}

.agency {
  width: 20%;
  float: left;
}

.clients {
  width: 55%;
  float: left;
  padding-left: 5%;
  border-left: solid #ccc 1px;

}




.clients h4 {
  width: 100%;
  float: left;
}

.box p {
  width: 100%;

  float: left;
  column-count: 3;

}

.box {
  width: 100%;
  float: left;

}

.Company {
  width: 100%;
  float: left;
}

.contact-text {
  text-align: center;
  font-size: 24px;
  color: #dadada;
  font-weight: 400;
  font-family: 'Poppins', sans-serif;
}

.contact-text a {
  color: #00eff8;
}

.contact-text a:hover {
  color: #00eff8;
  text-decoration: underline;
}


#company {
    position: relative;
    padding: 4.2rem 0 12rem;
    background-color: #FFF;

    text-align: center;
  }



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



    .awards {
      width: 50%;
      float: left;
    }

    .agency {
      width: 50%;
      float: left;
    }

    .clients {
      width: 100%;
      float: left;
      padding-left: 0%;
      border-left: solid #ccc 0px;

    }

    .contact-text {

    font-size: 17px;

  }

    .photo-box {
      float: left;
      width: 80%;
    }


    .txt-box {
    float: right;
    width: 96%;
    margin-left: 2%;
    text-align: left;
    margin-top: 100px;
}


.txt-box h1 {
    font-size: 24px;
  }


  .section-intro h1 {

    -webkit-text-fill-color: transparent;
  -webkit-text-stroke-width: 1px;
  -webkit-text-stroke-color: #fff;
  }


  }
