/* =========================================================
   Karacter Elements - CSS custom
   ---------------------------------------------------------
   ========================================================= */

.font2 h1,
.font2 h2,
.font2 h3,
.font2 h4,
.font2 h5,
.font2 h6,
.font2 p,
.font2 span,
.font2 div {
	font-family: Playfair;
}
body .bkg-right{
    background-repeat: no-repeat !important;
    background-size: contain !important;
    background-position: bottom right !important;
}
body .card-style-1{
    border-radius:20px 20px 0 0;
}
body .card-style-1 .info-box-title{
    font-family: Playfair;
}
.eqq-height .info-box-wrapper,
.eqq-height .wpb_wrapper,
.eqq-height .card-style-1{
    height:100%;
}
body .card-style-2{
    border-radius:20px;
}
body .card-style-2 .info-box-title{
    font-family: Playfair;
}
.bkg-arrows::before{
    content: '';
    display: block;
    background: url(/wp-content/uploads/2026/08/Group-8.svg);
    width: 250px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    right: 0px;
    background-position: right;
}
.bkg-arrows::after{
    content: '';
    display: block;
    background: url(/wp-content/uploads/2026/08/Group-9.svg);
    width: 300px;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    position: absolute;
    left: 0px;
    background-position: right;
}