.blogpost h1 {
font-size: 32px !important;
}
.blogpost h2 {
font-size: 30px !important;
}
.blogpost h3 {
font-size: 22px !important;
}
span.fl-button-text, p {
letter-spacing: 0.5px;
}
.custom-half-bg-right .fl-row-content-wrap {
background-size: 50% 100%;
background-position: right center;
background-repeat: no-repeat;
}
.custom-half-bg-left .fl-row-content-wrap {
background-size: 50% 100%;
background-position: left center;
background-repeat: no-repeat;
}
.pp-review-text {
padding: 10px;
}
.pp-review-text p {
color: #fff !important;
text-align: left;
}
.pp-review-header {
display: none;
}
.kfinfo {
position: absolute;
bottom: 60px;
width: 45%;
}
.fl-theme-builder-header-shrink-row-top .pp-advanced-menu-mobile {
margin: 10px 0;
}  .header-circle {
position: absolute;
top: 160px;
left: 10px;
width: 140px;
height: 140px;
background: rgba(0, 0, 0, 0.61);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
z-index: 99;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.10);
text-align: center;
font-size: 18px;
overflow: hidden;
}
.header-circle span {
display: block;
color: #f3eadc;
font-size: 1.8rem;
font-weight: 400;
line-height: 1.3;
padding: 0 9px;
letter-spacing: 1.2px;
} .header-circle-hero {
position: absolute;
top: 280px;
right: 0;
width: 95vw;
height: 95vw;
background: rgba(0, 155, 179, 0.5);
border-radius: 50%;
display: flex;
align-items: center;
justify-content: center;
z-index: 10;
box-shadow: 0 4px 20px rgba(0, 0, 0, 0.10);
text-align: center;
font-size: 24px;
overflow: hidden;
max-width: 98vw;
max-height: 98vw;
}
.header-circle-hero h1 {
font-size: 1.8em;
letter-spacing: 1.5px;
line-height: 1.2;
margin-bottom: 20px;
}
.header-circle-hero a.fl-button {
background: #fff !important;
color: #000 !important;
letter-spacing: 0.5px;
font-family: "Barlow Condensed", sans-serif;
font-weight: 500;
font-size: 18px;
line-height: .75;
text-transform: uppercase;
border-style: none;
border-width: 0px;
border-color: initial;
border-radius: 0px;
padding: 12px 24px;
text-decoration: none;
text-shadow: none;
} @media (min-width: 768px) {
.header-circle-hero {
top: 180px;
right: 5%;
width: 450px;
height: 450px;
font-size: 20px;
max-width: none;
max-height: none;
}
.header-circle-hero h1 {
font-size: 2em;
letter-spacing: 2px;
margin-bottom: 30px;
}
.header-circle {
top: 220px;
left: 10%;
width: 180px;
height: 180px;
font-size: 19px;
}
.header-circle span {
font-size: 2rem;
padding: 0 14px;
}
} @media (min-width: 992px) {
.header-circle-hero {
top: 150px;
right: 8%;
width: 500px;
height: 500px;
font-size: 23px;
}
.header-circle {
top: 200px;
left: 33%;
width: 200px;
height: 200px;
font-size: 22px;
}
.header-circle span {
font-size: 2rem;
padding: 0 18px;
}
}
@media (min-width: 768px) and (max-width: 992px) {
.fl-col-group-equal-height {
align-items: stretch !important;
}
.fl-col {
display: flex;
flex-direction: column;
height: 100%;
}
.fl-col-content {
flex: 1 1 auto;
display: flex;
flex-direction: column;
height: 100%;
}
.points.fl-module-photo,
.points .fl-photo-content {
flex: 1 1 auto;
display: flex;
height: 100%;
}
.points img {
width: 100%;
height: 100%;
object-fit: cover; display: block;
}
}