body.widget-snippet  .meetthe-trainer-section{
	padding:30px;
}
.widget-snippet .meetthewith-picture-leftpart {
    flex-basis: 55%;
    padding-right: 50px;
    padding-top: 0;
}
.widget-snippet .meetthe-trainer-top {
    padding: 0 0 10px 0;
}
.widget-snippet .meetthewith-picture-area {
    display: flex;
}
.widget-snippet .meetthewith-picture-rightpart img {
    height: auto;
    max-width: 100%;
    width: 100%;
    object-fit: cover;
}

.widget-snippet .meetthe-trainer-top h2 {
    font-size: 40px;
    font-weight: bold;
    padding: 0 0 5px 0;
    margin: 0;
    line-height: 40px;
}
.widget-snippet .meetthe-trainer-section .meetthe-trainer-top p {
    font-size: 24px;
    line-height: 33px;
    margin: 0;
    padding: 0 0 25px 0;
}
.widget-snippet .meetthewith-picture-leftpart h4 {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    padding: 0 0 12px 0;
}
.widget-snippet .meetthewith-picture-leftpart p:last-child {
    margin: 0;
}
.widget-snippet .meetthe-trainer-bottom {
    padding-top: 20px;
}

.widget-snippet .meetthewith-qualification-member{
    display: flex;
    padding-top: 20px;
}
.widget-snippet .meetthewith-qualification-member ul{
	margin:0;
	padding:0;	
}
.widget-snippet .meetthewith-qualification-member ul li {
    color: #000;
    width: 100%;
    position: relative;
    display: inline-block;
    padding-left: 22px;
    line-height: 30px;
    margin-bottom: 2px;
    font-family: 'Josefin Sans', sans-serif;
}
.widget-snippet .meetthewith-qualification-member ul li:before {
    position: absolute;
    content: url(/template/c3a485b1/images/li_arrow_shape.png);
    top: 3px;
    left: -8px;
    width: 16px;
    height: 16px;
}
.widget-snippet .meetthe-trainer-section .meetthewith-subtitle p {
    font-size: 22px;
    margin: 0;
    padding: 0 0 20px 0;
    font-family: 'Josefin Sans', sans-serif;
}
.widget-snippet .meetthe-trainer-container{
	margin:0 auto;
	max-width:1080px;	
}
.widget-snippet .meetthe-trainer-containerfull {
    padding-top: 100px;
    text-align: center;
}
.widget-snippet .meetthe-trainer-containerfull h4 {
    font-size: 30px;
    font-weight: bold;
    margin: 0;
    padding: 50px 0 0 0;
    text-align: center;
}
.widget-snippet .meetthe-trainer-section p {
    font-size: 16px;
    margin: 0 0 14px 0;
    padding: 0;
}
.widget-snippet .meetthewith-qualification {
    flex-basis: 50%;
}
.widget-snippet .meetthewith-member {
    padding-left: 80px;
}

@media screen and (max-width: 1200px) {
	.widget-snippet .meetthe-trainer-section {
    	overflow: hidden;
		padding:0 15px;
	}
	.widget-snippet .meetthewith-picture-area {
		justify-content: space-around;
	}
	.widget-snippet .meetthe-trainer-containerfull h4 {
		padding: 25px 0 0 0;
	}

}

@media screen and (max-width: 991px) {
	.responsive  .widget-snippet .meetthewith-picture-rightpart img {
		height: auto;
		max-width: 100%;
		width: auto;
		object-fit: cover;
	}
	.responsive  .widget-snippet .meetthewith-picture-area {
		flex-direction: column;
	}
	.responsive  .widget-snippet .meetthe-trainer-containerfull h4 {
		padding: 25px 0 0 0;
		font-size: 20px;
	}
	.responsive  .widget-snippet .meetthewith-picture-leftpart {
		flex-basis: 100%;
		padding: 0 0 15px 0;
	}
	.responsive  .widget-snippet .meetthewith-member {
		flex-basis: 50%;
	}
	
}

@media screen and (max-width: 767px) {
	.widget-snippet .meetthewith-qualification-member {
		flex-direction: column;
	}
	.responsive .widget-snippet .meetthewith-member {
		padding: 40px 0 0 0;
	}



}


