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

.about-grid {
    display: grid;
    grid-template-columns: repeat(1, 1fr);
    gap: 50px;
    align-items: center;
}
h2{
    font-size: 35px;
}
.about-section {
    padding: 50px 10px;
}
.produt-flex {
    position: absolute;
    right: -10px;
    width: 201px;
    top: 107px;
}
.export {
    background: url(../img/Export-2.png);
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    background: #fff;

}
.grid-ex- {
    padding: 40px 10px;
    max-width: 100%;
    background: url(../img/Export-shape.png);
    background-position: right;
    background-size: cover;
    background-repeat: no-repeat;
    background: #ffffff;
}
.testimonial-nav {
    position: absolute;
    left: 0;
    top: -5px;
    transform: translateY(-100%);
    z-index: 99;
    display: flex;
    flex-direction: row;
    gap: 20px;
}
.testimonial-wrapper {
    position: relative;
    padding-left: 0px;
}

.nav-btn {
    width: 60px;
    height: 45px;
    border: 3px solid #000;
    background: transparent;
    color: #000;
    font-size: 25px;
    cursor: pointer;
    transition: 0.4s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.testimonial-card {
    padding: 20px;
    min-height: auto;
    width: 360px;
    margin-top: 15px;
}
.quote-icon img{
    width: 50px;
}
.testimonial-card::after {
    content: "";
    position: absolute;
    top: 51px;
    right: -4px;
    width: 4px;
    height: 30px;
    background: #fff;
}
.quote-icon {
    font-size: 110px;
    right: -4px;
}
#header {
    background-color: #ffffff;
    overflow: hidden;
    z-index: 9999;
    padding: 0px 0px;
    top: 0;
}
.about-img img {
    width: 100%;
}
.footer-section{
    padding: 50px 10px 20px;
}
.navbar-toggler {
    border: none;
    outline: none;
    z-index: 999;
}
.navbar-expand-lg .navbar-nav {
    flex-direction: column;
    padding-right: 0px;
}
.popular-products {
    padding: 70px 10px;
}
.mobile{
    display: block;
    width: 100%;
    padding-bottom: 15px;
}
.testimonial-section {
    padding: 50px 0;
    overflow: hidden;
}
.logo-boxs img{
    width: 150px;
}
.footer-menu ul {
    flex-direction: column;
    gap: 18px;
    padding-left: 0;
}
.footer-logo {
    border-right: 1px solid rgba(255,255,255,0.18);
    display: flex;
    align-items: center;
    justify-content: start;
    padding: 20px;
}
}

