h1.custom-head{
	color:#fff;
	font-size:clamp(32px, 2.5vw, 50px);
}
.custom-head-wrapper, .custom-head-wrapper-h2{
	padding:clamp(20px, 2vw, 40px) 0;
	background:#021526;
}
.custom-head-wrapper-h2 h2{
	color:#fff;
	font-size:clamp(22px, 2vw, 40px);
}
.custom-head-wrapper-h2 p{
	font-size: 16px;
	color:#fff;
    font-weight: 400;
    line-height: 140%;
    width: 100%;
}
.blog__post {
    height: auto !important;
}
.articles {
    display: flex;
    justify-content: space-between;
}
.post-meta span {
    color: #fff;
    font-size: clamp(14px, 0.83vw, 16px);
}
.post-meta {
    display: flex;
    gap: clamp(10px, 1vw, 20px);
    margin-bottom: clamp(20px, 2vw, 40px);
	align-items:center;
}
.post-content a {
    color: #2cb9cd !important;
}
.post-content a:hover{
	color:#0f98ab !important;
}
h2.recent-posts-title {
    font-size: clamp(24px, 2vw, 42px);
    text-align: center;
}
.sfsi_widget {
    min-height: unset !important;
}
.page-549 header.header {
    position: sticky;
    background-color: #021526;
}
.page-549 section.reviews {
    max-width: 100%;
    width: 100%;
    margin: 0 auto;
    padding: 0px 20px;
	background-color: #021526;
}
.page-549 section.reviews .content {
    max-width: 1210px;
    margin: 0 auto;
    padding: clamp(20px, 2vw, 40px) 0px;
}
.page-549 section.reviews .banner h1 {
    font-size: 44px;
    line-height: 120%;
    font-weight: 700;
    text-transform: uppercase;
    color: #fff;
    width: 100%;
    margin-bottom: 10px;
    text-align: center;
}
.page-549 section.reviews .banner {
    display: flex;
    justify-content: center;
    padding: clamp(50px, 5.2vw, 100px) 0px;
    background: url(https://yachtbyu.com/wp-content/themes/yachts/dist/images/pricing-bg.png);
    background-size: cover;
    background-position: center;
}
.grw-review-inner.grw-backgnd.grw-round.grw-shadow {
    background: #fff !important;
}
.wp-gr.wp-dark .wp-google-left .wp-google-time {
    color: #111114 !important;
}
.wp-gr.wp-dark .grw-review-inner.grw-backgnd .wp-google-text {
    color: #111114 !important;
}
@media screen and (max-width:475px){
		.page-549 section.reviews .banner h1{
        font-size: 36px;
        line-height: 120%;
        font-weight: 700;
        text-align: center;
	}
    .page-549 section.reviews {
        padding: 0%;
        overflow: hidden;
    }
}
.ti-widget.ti-goog .ti-widget-container {
    display: block;
    color: #000000;
    margin-bottom: 0px;
}
img.wa-img {
    width: 16px;
    height: 16px;
    filter: invert(1);
}
.menu__list-phone {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    gap: 10px;
    padding: 0 0 0 40px;
    color: #fff;
    align-items: center;
}