img.rounded-corners {
  border-radius: 20px;
}



.testimonials {
    text-align: center;
    max-width: 1200px;
    margin: auto;
}

.testimonials h2 {
    margin-bottom: 20px;
    font-size: 28px;
    color: #333;
}

.testimonial-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: wrap;
}

.testimonial {
    background: white;
    border-radius: 10px;
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.1);
    width: 30%;
	padding:20px;
   
   
    text-align: left;
	margin-bottom:10%;
	padding-left:20px;
}

.testimonial .client-img {
    text-align: center;
    margin-bottom: 15px;
	width: 15%;
	 margin-left:43%;
	

}

.testimonial .client-img img {
    width: 50px;
    height: 50px;
    border-radius: 50%;
}

.testimonial .client-info h3 {
    font-size: 18px;
    color: #333;
    margin-bottom: 5px;
	text-align: center;
}

.testimonial .client-info .platform {
    color: #e74c3c;
	padding-left:20px;
}

.testimonial .feedback {
    font-size:16px;
    color: #555;
	line-height:1.5em;
	
	
}

@media screen and (max-width: 768px) {
    .testimonial {
        width: 100%;
    }
}





h1 {
    color: #333;
}

.features {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 20px;
}

.feature_1 {
    flex: 1 1 200px;
    border: 1px solid #F9F9F9;
    padding: 20px;
    border-radius: 10px;
    background-color: #F2F7FD;
	text-align:center;
}

.feature_1 h2 {
font-size:1.2em;
    color: #663399;
	text-align:center;
	
}

.why_choose_bg{ margin:0 auto; background-color:#F2F7FD; padding-top:3%; padding-bottom:4%; margin-bottom:6%;}
.why_choose_bg h1{ text-align:center; padding-bottom:2%; font-size:28px;}

.why_choose_bg .features .feature_1 img {
    width:50px;
	height:50px;
  
}

@media (max-width: 600px) {
    .features {
        flex-direction: column;
    }

    .feature_1 {
        flex: 1 1 auto;
    }
}
