/** BANNER SECTION **/
#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1.ry-responsive-title, 
#ry-pg-banner .ry-bnr-wrp .ry-pg-title h1 {
    font-size: 35px;
    letter-spacing: -1px;
    line-height: 1.1;
    color: #184f5a !important;
    max-width: 100%;
}
.ry-team-title p {
    font-size: 15px !important;
    line-height: 1.8;
    color: #666666;
}
#ry-pg-banner .ry-bnr-wrp .ry-pg-title h4 {
    font-size: 18px;
    line-height: 1.4;
    text-transform: uppercase;
    color: #bd945a;
    font-weight: 400;
    font-family: "Jost";
}
#ry-pg-banner .ry-bnr-wrp .ry-flex {
    gap: 80px;
    align-items: center;
}
#ry-pg-banner .ry-bnr-wrp .ry-flex .ry-each img {
    display: block;
    visibility: visible;
}
.ry-team-details-banner {
    display: flex;
    flex-direction: column;
    gap: 10px;
}
.ry-team-details-banner .ry-banner-list ul {
    list-style-type: none;
}
.ry-team-details-banner .ry-banner-list ul li:before {
    content: '\f058';
    font-family: 'FontAwesome';
    font-size: 18px;
    color: #bd945a;
    position: absolute;
    top: 0;
    left: -25px;
}
.ry-team-details-banner .ry-banner-list ul li {
    font-size: 18px;
	text-align: left !important;
}
/** END BANNER SECTION **/


.team-custom-v2 .ry-flex {
    gap: 80px;
}
.team-custom-v2 .ry-flex .ry-each:last-child {
    width: 320px;
    height: 100%;
    border-radius: 10px;
    background-color: #d4e5e6;
    padding: 40px;
}
.ry-insurance-side h3 {
    margin: 0 0 20px 0 !important;
    font-size: 28px !important;
    line-height: 1.2 !important;
    text-transform: uppercase !important;
    color: #184f5a;
    font-weight: 400 !important;
    font-family: "Tenor Sans" !important;
}
.ry-insurance-side ul li {
    list-style-type: none;
}
.ry-insurance-side ul li:before {
    content: '\f00c';
    font-family: 'FontAwesome';
    font-size: 18px;
    color: #184f5a;
    position: absolute;
    top: 0;
    left: -25px;
}
#ry-pg-body h2 {
    font-size: 40px;
    line-height: 1.1;
    text-transform: uppercase;
    color: #184f5a;
    font-weight: 400 !important;
    font-family: "Tenor Sans" !important;
}
.ry-list-each {
    display: flex;
    flex-flow: wrap;
    gap: 10px;
}
.ry-list-each .span-1 {
    padding: 10px;
    border-radius: 10px;
    background-color: #f7f1e3;
}
.ry-grid-list {
    margin: 40px 0 0;
}
/** PLACE YOUR MOBILE AND UP CSS HERE **/

@media (max-width: 1080px) {
	div#ry-pg-banner {
		padding-top: 70px;
	}
	#ry-pg-banner .ry-bnr-wrp .ry-flex {
		flex-direction: column;
		gap: 20px;
	}
	#ry-pg-banner .ry-bnr-wrp .ry-flex .ry-each img {
		max-width: 200px;
		margin: 0 auto;
	}
	#ry-pg-banner .ry-bnr-wrp {
		height: 600px;
		position: relative;
	}
	#ry-pg-banner .ry-bnr-wrp .ry-team-details-banner * {
		text-align: center;
	}
	.ry-btn-wrap {
		display: flex;
		justify-content: center;
	}
	#ry-pg-banner .ry-bnr-wrp:before {
		content: '';
		position: absolute;
		width: 100%;
		height: 100%;
		top: 0;
		left: 0;
		background: #ffffff70;
		display: block;
	}
	#ry-pg-banner .ry-bnr-wrp .ry-pg-title {
		margin: 0 !important;
	}
}

@media (max-width: 768px) {
	.team-custom-v2 .ry-flex {
		flex-direction: column;
		gap: 40px;
		justify-content: center;
		align-items: center;
	}
	.ry-grid-list {
		margin: 20px 0 0;
	}
}


