body {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    font-family: 'Philosopher', serif;
    font-weight: 700;
    line-height: 1.25;
    margin-bottom: .8em;
}

h1 { font-size: 32px; }
h2 { font-size: 28px; }
h3 { font-size: 24px; }
h4 { font-size: 22px; }
h5 { font-size: 20px; }
h6 { font-size: 18px; }

@media (max-width: 991px) {
    h1 { font-size: 28px; }
    h2 { font-size: 24px; }
    h3 { font-size: 22px; }
    h4 { font-size: 20px; }
    h5 { font-size: 19px; }
    h6 { font-size: 17px; }
}

@media (max-width: 767px) {
    body {
        font-size: 15px;
    }

    h1 { font-size: 26px; }
    h2 { font-size: 22px; }
    h3 { font-size: 20px; }
    h4 { font-size: 18px; }
    h5 { font-size: 17px; }
    h6 { font-size: 16px; }
}

.button {
	font-family: 'Philosopher', serif;
}


.tp-countdown{
    display:flex;
    gap:10px;
    align-items:center;
	justify-content: flex-end;
	margin: 0 !important;
}

.tp-box{
    width:75px;
	padding: 5px;
    background:#ffff55;
    border-radius:6px;
    display:flex;
    flex-direction:column;
    justify-content:center;
    align-items:center;
    box-shadow:0 2px 5px rgba(0,0,0,.15);
	margin: 0 !important;
}

.tp-number{
    font-size:24px;
    line-height:1;
    font-weight:500;
    color:#333;
	 font-family: 'Philosopher', serif;
}

.tp-label{
    font-size:16px;
    color:#555;
}
.no-bottom {
	padding-bottom: 0 !important;
}
.button-no-bt {
	margin: 0;
}
@media(max-width:549px) {
	.mb-center > .col-inner{
		display: flex;
		justify-content:center;
	}
}

.ul-check ul {
    list-style: none;
    padding-left: 0;
    margin: 0 0 15px;
    display: flex;
    flex-direction: column;
    gap: .8rem;
}

.ul-check ul li {
    position: relative;
    padding-left: 30px;
    margin: 0;
}

.ul-check ul li::before {
    content: "\f058"; /* fa-circle-check */
    font-family: "Font Awesome 6 Free";
    font-weight: 900;
    color: #28a745;
    font-size: 18px;
    position: absolute;
    left: 0;
    top: 2px;
}
.has-bg {
	position: relative;
}
.has-bg:before,.has-bg:after {
	content:"";
	background: url(/wp-content/uploads/2024/09/Grodfsdfsd55-2.png);
	width: 200px;
	height: 520px;
	position: absolute;
    z-index: -1;
}
.has-bg:before {
	left: -120px;
	bottom: -50px;
}
.has-bg:after {
	top: 0;
	right: -120px;
}

.box-blog-post .box-image {
	border-radius: 12px;
	overflow: hidden;
}
.box-blog-post .box-text {
	padding: 12px 0 0;
	text-align: left;
}
.box-blog-post .box-text .is-divider {
	display: none;
}
.box-blog-post .box-text .post-title{
	margin: 0 0 10px;
}
.box-blog-post .box-text .post-title a, .box-blog-post .box-text .from_the_blog_excerpt {
	display: -webkit-box;
	-webkit-line-clamp:2;
	-webkit-box-orient: vertical;
	overflow: hidden;
}
.box-blog-post .box-text .post-title a {
	font-size: 1.3rem;
}