#graphic-design-company .section-1 {
    margin-top: 15vh;
    position: relative;
  }
  #graphic-design-company .section-1 .image-wrapper {
    width: 100%;
    height: 35vh;
    position: relative;
  }
  #graphic-design-company .section-1 .image-wrapper img {
    width: 100%;
    height: 100%;
    position: relative;
    object-fit: cover;
  }
  #graphic-design-company .section-1 .text-wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
  }
  #graphic-design-company .section-1 .text-wrapper h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 46px;
    font-weight: 600;
    line-height: 49px;
    transition: 300ms ease-in-out;
    color: #fff;
  }
  @media only screen and (max-width: 1200px) {
    #graphic-design-company .section-1 {
      margin-top: 10vh;
      position: relative;
    }
    #graphic-design-company .section-1 .image-wrapper {
      width: 100%;
      height: 30vh;
      position: relative;
    }
  }
  @media only screen and (max-width: 992px) {
    #graphic-design-company .section-1 {
      margin-top: 12vh;
      position: relative;
    }
    #graphic-design-company .section-1 .text-wrapper h1 {
      font-family: "Montserrat", sans-serif;
      font-size: 40px;
      font-weight: 600;
      line-height: 43px;
      transition: 300ms ease-in-out;
      color: #fff;
    }
  }
  @media only screen and (max-width: 767px) {
    #graphic-design-company .section-1 {
      margin-top: 13vh;
      position: relative;
    }
    #graphic-design-company .section-1 .text-wrapper h1 {
      font-family: "Montserrat", sans-serif;
      font-size: 30px;
      font-weight: 600;
      line-height: 33px;
      transition: 300ms ease-in-out;
      color: #fff;
    }
    #graphic-design-company .section-1 .image-wrapper {
      width: 100%;
      height: 30vh;
      position: relative;
    }
  }
  /***************************************************Section-2******************************************************************************/
  #graphic-design-company .section-2 {
    padding: 10vh 0;
     margin-top: 15vh;
  }
  #graphic-design-company .section-2 .text-wrapper h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 550;
    line-height: 45px;
    margin-top: 0;
    color: #000;
    text-transform: uppercase;
  }
  #graphic-design-company .section-2 .text-wrapper h1 span {
    font-family: "Roboto", sans-serif;
    font-size: 82px;
    font-weight: normal;
    line-height: 95px;
    margin-top: 0;
    color: #000;
    text-transform: uppercase;
  }
  #graphic-design-company .section-2 .text-wrapper h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 550;
    line-height: 35px;
    color: #000;
    text-transform: uppercase;
  }
  #graphic-design-company .section-2 .text-wrapper p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #6f6f6f;
  }
  #graphic-design-company .section-2 .image-wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  #graphic-design-company .section-2 .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 300ms ease-in-out;
  }
  #graphic-design-company .section-2 .image-wrapper img:hover {
    transform: scale(1.1);
  }
  /***************************************************Section-3******************************************************************************/
  
  #graphic-design-company .section-3 .text-wrapper {
    padding: 10%;
    width: 100%;
    height: 100%;
  }
  #graphic-design-company .section-3 .bg-f7f7f7 {
    background-color: #f7f7f7;
  }
  #graphic-design-company .section-3 .bg-fff {
    background-color: #fff;
  }
  #graphic-design-company .section-3 .bg-f7f7f7 p {
    color: #707070 !important;
  }
  #graphic-design-company .section-3 .bg-fff p {
    color: #707070 !important;
  }
  #graphic-design-company .section-3 .text-wrapper h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 550;
    line-height: 30px;
    color: #ffffff;
    text-transform: uppercase;
  }
  #graphic-design-company .section-3 .text-wrapper p {
    font-family: "Roboto", sans-serif;
    font-size: 15px;
    font-weight: 400;
    line-height: 26px;
    color: #f7f7f7;
  }
  #graphic-design-company .section-3 .text-wrapper h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 20px;
    font-weight: 500;
    line-height: 30px;
    color: #000;
    text-transform: uppercase;
  }
  #graphic-design-company .section-3 .image-wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  #graphic-design-company .section-3 .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 300ms ease-in-out;
  }
  #graphic-design-company .section-3 .image-wrapper img:hover {
    transform: scale(1.1);
  }
  @media only screen and (max-width: 767px) {
    #graphic-design-company .section-3 .text-wrapper {
      padding: 10% 5%;
    }
  }
  /***************************************************Section-4******************************************************************************/
  #graphic-design-company .section-4 {
    padding: 5vh 0;
    background-color: #3b3b3b;
  }
  #graphic-design-company .section-4 .text-wrapper h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 16px;
    font-weight: medium;
    line-height: 35px;
    color: #fff;
  }
  #graphic-design-company .section-4 .text-wrapper button {
    font-family: "Roboto", sans-serif;
    font-size: 18px;
    font-weight: bold;
    background-color: #fff;
    color: #000;
    transition: 300ms ease-in-out;
    border: 2px solid #fff;
    padding: 10px 35px;
  }
  #graphic-design-company .section-4 .text-wrapper button:hover {
    background-color: transparent;
    color: #fff;
  }
  
  /***************************************************Section-5******************************************************************************/
  

  #graphic-design-company .section-5 .text-wrapper {
    padding: 10%;
    width: 100%;
    height: 100%;
  }
 
  #graphic-design-company .section-5 .bg-323232 {
    background-color:#F7F7F7;
  }
  #graphic-design-company .section-5 .text-wrapper h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 550;
    line-height: 40px;
    color: #707070;
    text-transform: uppercase;
  }
  #graphic-design-company .section-5 .text-wrapper p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #707070;
  }
  #graphic-design-company .section-5 .text-wrapper h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 24px;
    font-weight: 500;
    line-height: 35px;
    color:#707070;
  }
  #graphic-design-company .section-5 .image-wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  #graphic-design-company .section-5 .image-wrapper img {
    width: 100%;
    height: 400px;
    object-fit: cover;
    transition: 300ms ease-in-out;
  }
  #graphic-design-company .section-5 .image-wrapper img:hover {
    transform: scale(1.1);
  }
  @media only screen and (max-width: 767px) {
    #graphic-design-company .section-5 .text-wrapper {
      padding: 10% 5%;
    }
  }
  /***************************************************Section-6******************************************************************************/
  #graphic-design-company .section-6 {
    padding: 10vh 0;
  }
  #graphic-design-company .section-6 .text-wrapper h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 32px;
    font-weight: 550;
    line-height: 45px;
    margin-top: 0;
    color: #000;
    text-transform: uppercase;
  }
  #graphic-design-company .section-6 .text-wrapper h1 span {
    font-family: "Roboto", sans-serif;
    font-size: 82px;
    font-weight: normal;
    line-height: 95px;
    margin-top: 0;
    color: #000;
    text-transform: uppercase;
  }
  #graphic-design-company .section-6 .text-wrapper h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 550;
    line-height: 35px;
    color: #000;
    text-transform: uppercase;
  }
  #graphic-design-company .section-6 .text-wrapper p {
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: 400;
    line-height: 26px;
    color: #6f6f6f;
  }
  #graphic-design-company .section-6 .image-wrapper {
    overflow: hidden;
    width: 100%;
    height: 100%;
  }
  #graphic-design-company .section-6 .image-wrapper img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 300ms ease-in-out;
  }
  #graphic-design-company .section-6 .image-wrapper img:hover {
    transform: scale(1.1);
  }


  
  /* **********************************************section 7 copied ********************************************** */
  #graphic-design-company .section-7 {
    padding: 12.5vh 0;
    background-color: #f7f7f7;
}
  #graphic-design-company .section-7 .text-wrapper h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 28px;
    font-weight: 550;
    line-height: 40px;
    color: #000;
    text-transform: uppercase;
}
  #graphic-design-company .section-7 .text-wrapper p {
    font-family: "Roboto", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 24px;
    color: #6f6f6f;
}
  #graphic-design-company .section-7 .text-wrapper h3 {
    font-family: "Montserrat", sans-serif;
    font-size: 22px;
    font-weight: 550;
    line-height: 35px;
    color: #000;
    text-transform: uppercase;
}
  #graphic-design-company .section-7 .border-right {
    border-right: 1px solid #707070;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    height: 80%;
}

/* **********************************************section 8 ******************************************* */

#graphic-design-company .section-8 {
    padding: 15vh 0;
    margin-bottom: 8vh;
    background-size: cover;
    position: relative;
  }
  #graphic-design-company .section-8 .text-wrapper h1 {
    font-family: "Montserrat", sans-serif;
    font-size: 30px;
    font-weight: 550;
    line-height: 55px;
    margin-top: 0;
    color: #fff;
    text-transform: uppercase;
    margin-bottom: 0;
  }
  #graphic-design-company .section-8 .text-wrapper h3 {
    font-family: "Roboto", sans-serif;
    font-size: 30px;
    font-weight: normal;
    line-height: 35px;
    color: #ffffff;
  }
  #graphic-design-company .section-8 .text-wrapper span{
    font-family: "Roboto", sans-serif;
    font-size: 16px;
    font-weight: normal;
    line-height: 35px;
    color: #ffffff;
  }
  #graphic-design-company .section-8 .text-wrapper button {
    margin-top: 20px;
    font-family: "Roboto", sans-serif;
    font-size: 20px;
    font-weight: bold;
    color: #000;
    background-color: #fff;
    border: 3px solid #fff;
    padding: 15px 50px;
    transition: 300ms ease-in-out;
  }
  #graphic-design-company .section-8 .text-wrapper button:hover {
    background-color: transparent;
    color: #fff;
  }
  @media only screen and (max-width: 992px) {
    #graphic-design-company .section-8 .text-wrapper h1 {
      font-size: 20px;
      line-height: 28px;
    }
    #graphic-design-company .section-8 .text-wrapper button {
      font-size: 22px;
      padding: 10px 30px;
    }
} 
