:root {
    --blue: #337CCF;
    --black: #040D12;
 }
.web-detail{
    padding: 0 20px;
}
.web-detail p{
    font-size: 15px;
}
.quote-up {
    text-align: left;
    position: absolute;
}
.quote-down {
    text-align: right;
    position: absolute;
    right: 0;
    bottom: -10px;
}
@media screen and (max-width: 600px) {
    .containerImgs {
      max-width: 250px !important;
      min-height: 300px !important;
    }
    .containerImgs .toFixLevelUp {
      margin-top: 0rem !important;
    }
    .containerImgs .toFixLevelDown {
      margin-top: 0rem !important;
    }
    .forMobile {
      display: flex !important;
      flex-direction: column-reverse !important;
      align-items: center;
      justify-content: center;
      gap: 10px;
    }
  }

  .containerImgs {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width: 198px;
    min-height: 400px;
    margin: 0 auto;
  }

  .containerImgs img {
    width: 168.93px;
    height: 168.93px;
  }

  .imgDetail {
    width: 100%;
    min-height: 95px;
  }

  .containerImgs .toFixLevelUp {
    margin-top: -6rem;
  }

  .containerImgs .toFixLevelDown {
    margin-top: 7.5rem;
  }

  .imgDetail .webDeveolpomentClr {
    color: #337ccf;
    font-size: 15px;
    font-weight: 700;
    line-height: 19px;
    letter-spacing: 0em;
    text-align: center;
  }

  .imgDetail .paragraphImg {
    font-size: 12px;
    font-weight: 500;
    line-height: 22px;
    letter-spacing: 0.05em;
    text-align: center;
  }

  .cutomButtons {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }

  .toFixHeight {
    margin-top: 72px;
  }
  .toFixHeight p {
    margin-top: 33px;
  }
  .vector-section-heading {
    color: var(--black);
    font-size: 48px;
    font-weight: 700;
    margin-bottom: 30px;
}
  .vector-section-heading span{
    color: var(--blue);

}
.vector-row {
    background-image: url(../../img/services/web-development/vector-bg.png);
    background-size: contain;
    background-position: center center;
    background-repeat: no-repeat;
}
.service-content-section-2 {
    padding-top: 80px;
}
@media screen and (max-width: 768px) {
    .contact-section {
        padding-top: 50px;
    }
}

/*Rep*/
h2.contact-section-heading{
    margin-bottom: 30px;
}