/**
 * Meet Your Teacher
 *
 * Generated by Dreamz Page Builder on 2026-07-21.
 */

.meet-your-teacher {
	/* Add your styles here */
}
.two-colum-text{
    width: 60%;
    padding: 0px 15px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.two-colum-image{
	width: 40%;
	padding: 0px 15px 0px 80px;
}

.two-colum-image img{
	height: 100%;
	width: 100%;
	object-fit: cover;
	border-radius: 17px;
	border: 3px solid #DBCBB7;
}
.two-colum-text .small-title{
	margin: 0 0px 10px 0px;
}

@media only screen and (max-width:1199px) {
	.two-colum-text {
		width: 50%;
	}
	.two-colum-image {
		width: 50%;
		padding: 0px 15px 0px 30px;
	}
}

@media only screen and (max-width:991px) {
	.two-colum-text{
		width: 100%;
		margin-bottom: 30px;
	}
    .two-colum-image {
        width: 100%;
        padding: 0px 15px;
    }
}