.services-provided__icon img {
    height: 70px;
    margin-top: 13%;
}
.allproductsdiv {
    position: relative;
    display: flex;
    margin-top: 2%;
    margin-bottom: 4%;
}
.aboutbanner{
    margin: 0px auto !important;
}
.allproductsdiv .col-md-12 {
    padding: 0;
}
.allproductsdiv h1 {
    font-size: 32px;
    font-weight: 500;
    border-bottom: 4px solid #e4ba69;
    width: auto;
    margin-bottom: 5%;
    display: inline-block;
}
.allproductsdiv1 .col-md-12 {
    padding: 0;
}
.originalproduct {
    border-bottom: 1px solid transparent;
    border-image: linear-gradient(0.25turn, rgba(56,2,155,0), rgb(104 68 45), rgba(56,2,155,0));
    border-image-slice: 1;
    width: 50%;
    text-align: center;
    margin: 0px auto;
}
ul.alllogo {
    padding: 0;
    text-align: center;
    list-style: none;
}
ul.alllogo li {
    display: inline-block;
    padding-left: 45px;
    padding-right: 45px;
}
.alllogo li img {
    width: 100%;
    transition: 0.5s all ease-in-out;
}
.alllogo li:hover img {
    transform: scale(1.1);
}
.aboutdiv1 {
    margin-top: 4%;
}
.aboutdiv2 {
    margin-top: 5%;
}
.aboutdiv2 h2 {
    font-weight: 500;
    border-bottom: 4px solid #e4ba69;
    width: auto;
    display: inline-block;
}
.aboutdiv3 h3 {
    font-weight: 500;
}
.aboutdiv4 {
    margin-top: 9%;
    margin-bottom: 4%;
}
@media (min-width: 240px) and (max-width: 599px)  {
 .originalproduct {
    width: 100%;
}
.originalproduct img {
    width: 100%;
}
.allproductsdiv h1 {
    line-height: normal;
}
ul.alllogo {
    margin-top: 10%;
    margin-bottom: 7%;
}
.services-provided__icon img {
    margin: 13% auto 0 !important;
}
.aboutdiv3 h3 {
    text-align: center;
}
ul.alllogo li {
    display: inline-block;
    padding-left: 45px;
    padding-right: 45px;
    margin-bottom: 5%;
    margin-top: 3%;
}
}