.ry-team-blocks {
    display: flex;
    flex-direction: column;
    gap: 2em;
}
.ry-team-heading {
    position: relative;
    padding: 3vw 3vw 0;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-37dd62ad-f257-4eb2-9e51-39b34bd234ae/Team_Assets_New/bg_green.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 25px 25px 0 0;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 2.5vw;
}
.ry-team-heading .ry-box-right {
    display: flex;
    gap: 10px;
    justify-content: space-between;
    align-items: center;
}
.ry-team-heading .ry-box-right .title-wrap {
    width: calc(100% - 51px);
}

.ry-team-heading .ry-box-right .title-wrap .dr-name {
    text-align: left;
}
.ry-team-heading .ry-box-right .title-wrap .dr-name h4 {
    font-size: clamp(1.5rem, 1.4363rem + 0.2614vw, 1.75rem) !important;
    color: #ffffff !important;
    font-weight: 700 !important;
}
.ry-team-heading .dr-content p {
    font-size: 20px;
    color: #c79d2e;
    line-height: 1.2;
}
.ry-svg-wrap {
    width: 51px;
    height: 51px;
    border-radius: 25px;
    background-color: #c79d2e;
    display: flex;
    justify-content: center;
    align-items: center;
	cursor: pointer;
}
.ry-team-heading:after {
    content: '';
    position: absolute;
    width: 100%;
    height: 10px;
    background: #fefbf8;
    left: 0;
    bottom: 20px;
}
.ry-team-heading .ry-box-left.ry-each img {
    position: relative;
    margin-bottom: -2vw;
    z-index: 1;
}
.ry-team-content {
    padding: 2vw 3vw 3vw;
    position: relative;
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-37dd62ad-f257-4eb2-9e51-39b34bd234ae/Team_Assets_New/bg_wood.jpg) center center no-repeat;
    background-size: cover;
    border-radius: 0 0 25px 25px;
}
.ry-team-content ul li {
    position: relative;
    list-style-type: none;
}
.ry-team-content ul li:first-child {
    color: #235338;
}
.ry-team-content ul li:first-child:before {
    content: '';
    background: url(https://s3.amazonaws.com/static.organiclead.com/Site-37dd62ad-f257-4eb2-9e51-39b34bd234ae/Team_Assets_New/leaf.png);
    display: inline-block;
    position: absolute;
    left: -30px;
    top: 5px;
    width: 23px;
    height: 20px;
    margin-right: 10px;
    background-size: contain;
    background-repeat: no-repeat;
}
.with-padding {
  	padding-top: 2vw;
}

/** PLACE YOUR MOBILE AND UP CSS HERE **/
@media (max-width: 1080px) {
	.ry-team-heading:after {
		bottom: 0;
	}
	.ry-team-heading .dr-content p {
		font-size: 16px;
	}
}
@media (max-width: 768px) {
	.ry-team-heading .dr-content p {
		text-align: left !important;
	}
}
@media (max-width: 500px) {
	.ry-team-heading {
		flex-direction: column;
		padding: 2em;
		gap: 1.5em;
	}
	.ry-team-heading .ry-box-right {
		flex-direction: column;
	}
	.ry-team-heading:after {
		opacity: 0;
	}
	.ry-team-heading .ry-box-right .title-wrap * {
		text-align: center !important;
	}
}