@media screen and (max-width: 768px) {

  #banner h1 {
    font-size: 35px;
    line-height: 47px;
  }

  .header-item-new {
    width: 95%;
  }
  div#about {
    overflow: hidden;
}
.heading {
    font-size: 33px;
    line-height: 43px;
}

#client-info .solutions-count {
    font-size: 28px;
    line-height: 50px;
}

#client-info .solutions-description {
    font-size: 21px;
}

.type-card {
    width: 24.5%;
}

#client-info .col-4 {
    flex: 0 0 auto;
    width: 100%;
}

#client-info .col-4 .rounded-4 {
    margin-bottom: 20px;
}

.jlYZhq {
    width: 25% !important;
}

.p-100 {
    padding: 40px 0px;
}
}


@media screen and (max-width: 540px) {
  #banner h1 {
    font-size: 30px;
    line-height: 38px;
}

#banner p {
    font-size: 19px;
    line-height: 31px;
}

#about .img-area {
    display: none;
}
.type-card {
    width: 49.5%;
}

#premadeFrames .sc-iqcoie.jlYZhq {
    width: 33% !important;
}
#premadeFrames .col {
    flex: unset;
}
}