.gradient-bg-color{
    background: linear-gradient(269.99deg, #FFFFFF 0.01%, #FFF8F9 99.99%);
}
.social-media-hero-section{
    padding-block: 20px 40px;
}
.social-media-importance .section-img{
    position: absolute;
    bottom: 0;
    right: -88px;
}

.testimonials-card{
    border: 1px solid #E0E0E0;
    border-radius: 20px;
    display: flex;
    align-items: stretch;
    gap: 41px;
    overflow: hidden;
}
.testimonials-card .client-img{
    width: 400px;
}
.testimonials-card img{
    object-fit: cover;
    height: 100%;
}
.testimonials-details{
    flex: 1;
    padding-block: 45px;
}
.social-media-testimonial .owl-nav{
    text-align: start;
    margin-top: 40px;
}

.social-media-testimonial {
	.owl-stage {
		display: flex;
	}
	.owl-item {
		display: flex;
		flex: 1 0 auto;
	}
}

@media screen and (max-width: 1440px) and (min-width: 1400px){
    .social-media-hand-img{
        width: 90%;
    }
    .social-media-importance .section-img{
        text-align: end;
    }
}
@media screen and (max-width: 1440px){
    .social-media-importance .section-img{
        right: -32px;
    } 
}
@media screen and (max-width: 991px){
    .social-media-hero-section img{
        width: 30%;
    }
    .testimonials-card{
        justify-content: center;
        align-items: center;
        flex-direction: column;
        gap: 20px;
        padding: 40px;
    }
    .testimonials-details{
        padding: 20px 0 0;
        text-align: center;
    }
    .testimonials-card img{
        border-radius: 100%;
    }
    .social-media-testimonial .owl-nav{
        text-align: center;
        margin-top: 20px;
    }
}
@media screen and (max-width: 768px){
    .social-media-hero-section img{
        width: 45%;
    }
    .testimonials-card .client-img{
        width: 250px;
    }
}
@media screen and (max-width: 991px){
    .social-media-hero-section img{
        width: 60%;
    }
}