.w153-th-section-testimonials .w1-icon {
    width: 130px;
    border-radius: 50%;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 20px;
}
.w153-th-section-testimonials .w1-icon-2 {
    width: 100px;
    overflow: hidden;
    margin: 0 auto;
    margin-bottom: 10px;
}

.w153-th-section-testimonials .h5 .h6 {
    font-size:18px;
}

.w153-th-section-testimonials.w1-alt-1 .w1-icon {
    width: 120px;
}

.w153-th-section-testimonials .w1-icon img {
    display: block;
}

.w153-th-section-testimonials .w1-text img {
    max-width: 150px;
}

.w153-th-section-testimonials > .w1-inner > .w1-element {
    display: flex;
    align-items: stretch;
}

.w153-th-section-testimonials > .w1-inner > .w1-element > .w1-inner {
    padding: 20px;
    border-radius: 10px;
	background: #fefefed9;
    border: 1px solid #F4EFEF;
    width: 100%;
	margin: 5px;
}

.w153-th-section-testimonials.w1-alt-1 > .w1-inner > .w1-element > .w1-inner {
    padding: 0;
    border: none;
}

.w153-th-accordion .w1-content {
    display: none;
    padding: 10px;
    color: #2B243B;
	background-color: #fffdfd;
}

.w153-th-accordion > .w1-inner > div {
    border: 2px solid #eeeeee;
    margin-bottom: 10px;
}

.w153-th-accordion > .w1-inner > :last-child {
    margin-bottom: 0 !important;
}
.w153-th-accordion .w1-title2 {
	background-color: #f4efef !important;

}

.w153-th-accordion .w1-title {
    padding-top: 20px;
	padding-bottom: 20px;
    font-weight: bold;
    cursor: pointer;
    position: relative;
    transition: all 0.1s linear;
	color: #2B243B;
	background-color: #fffdfd;
}


.w153-th-accordion .w1-opened .w1-title {
    background-color: #f4efef;
}

/*.w153-th-accordion .w1-title::before {
    content: '';
    position: absolute;
    top: 17px;
    left: 10px;
    width: 9px;
    height: 9px;
    transform: rotate(-45deg);
    border: solid #2B243B;
    border-width: 0 3px 3px 0;
    display: block;
    transition: all 0.1s linear;
}

.w153-th-accordion .w1-opened .w1-title::before {
    transform: rotate(45deg);
}*/

.w153-th-section-testimonials .w1-element {
    text-align: center;
}

.w153-th-section-testimonials a.w1-inner {
    text-decoration: none;
    display: block;
}

.w153-th-section-testimonials a.w1-inner .w1-more {
    padding-top: 20px;
    font-weight: bold;
    color: #b41975;
}

@media (min-width: 700px) {
    .w153-th-section-testimonials > .w1-inner > .w1-element > .w1-inner {
        padding: 30px;
        border-radius: 20px;
		margin: 5px;
    }
	 .w153-th-section-testimonials-2 > .w1-inner > .w1-element > .w1-inner {
        padding-top: 25px !important;
    	padding-right: 10px !important;
    	padding-left: 10px !important;
    	padding-bottom: 5px !important;
    	border: none !important;
		margin: 5px;
    }

    .w153-th-accordion .w1-title,
    .w153-th-accordion .w1-content {
        padding: 20px;
    }

    .w153-th-accordion .w1-title {
        padding-top: 20px;
		padding-bottom: 20px;
    }

    /*.w153-th-accordion .w1-title::before {
        top: 28px;
        left: 20px;
    }*/

    .w153-th-accordion > .w1-inner > div {
        margin-bottom: 20px;
    }
}

@media (min-width: 1000px) {
    .w153-th-section-testimonials .w1-text img {
        max-width: 50%;
    }
}
/*
@media (min-width: 1200px) {
    .w153-th-accordion .w1-title::before {
        width: 11px;
        height: 11px;
    }
}*/