a, p, span, h1, h2, h3, h4, h5, h6{
    margin:0;
    padding: 0;
}
a{
    color: inherit;
    text-decoration: none;
}
section#hero {
    height: calc(100vh - 3vw);
    background-position: center;
    background-size: cover;
    padding: clamp(40px, 3vw, 60px) clamp(40px, 4.2vw, 85px) 0;
    display: flex;
    flex-direction: column;
}
.hero-head {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: clamp(90px, 9vw, 175px);
}
.adr-links {
    width: 40%;
    display: flex;
    justify-content: flex-start;
    gap: 40px;
}
.address, .phone-link{
    color: #fff;
    font-family: "Figtree", sans-serif;
    font-size: clamp(12px, 0.83vw, 16px);
    font-weight: 700;
    margin:0;
    display: flex;
    align-items: center;
    transition: all 0.5s;
}
p.address:before {
    content: '';
    width: 17px;
    height: 17px;
    background-image: url(/wp-content/uploads/2025/05/pin.svg);
    position: relative;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    margin-right: 10px;
}
a.phone-link:before {
    content: '';
    width: 17px;
    height: 17px;
    background-image: url(/wp-content/uploads/2025/05/phone.svg);
    position: relative;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: auto;
    margin-right: 10px;
}
a.phone-link:hover{
    color: #B0B9D3;
}
.lead {
    width: 40%;
    display: flex;
    justify-content: flex-end;
}
.visit-btn{
    width: 164px;
    height: 46px;
    color:#fff;
    display:flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #fff;
    font-family: "Figtree", sans-serif;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.5s;
}
.visit-btn:hover{
    color: #B0B9D3;
    border-color: #B0B9D3;
}
.hero-body {
    display: flex;
    flex-direction: column;
    align-items: center;
}
h1{
     font-family: "Marcellus", serif;
     color:#fff;
     font-size: clamp(48px, 3vw, 60px);
     line-height: 96%;
     margin-bottom: clamp(10px, 1vw, 20px);
     text-align: center;
}
.hero-desc p{
    font-family: "Figtree", sans-serif;
    font-size: clamp(18px, 1vw, 20px);
    line-height: 157%;
    color: #fff;
    font-weight: 400;
    text-align: center;
    margin-bottom: clamp(20px, 2vw, 40px);
}
.book-links {
    display: flex;
    gap: clamp(16px, 1.25vw, 24px);
    margin-bottom: clamp(16px, 1.5vw, 30px);
}
.treat-btn{
    width: 231px;
    height: 46px;
    color:#fff;
    display:flex;
    justify-content: center;
    align-items: center;
    border: solid 1px #fff;
    font-family: "Figtree", sans-serif;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.5s;
}
.treat-btn:hover{
    color: #B0B9D3;
    border-color: #B0B9D3;
}
.consult-btn{
    width: 231px;
    height: 46px;
    color:#212121;
    background-color: #B0B9D3;
    display:flex;
    justify-content: center;
    align-items: center;
    font-family: "Figtree", sans-serif;
    font-size: 14px;
    font-weight: 700;
    transition: all 0.5s;
}
.consult-btn:hover{
    background-color: #fff;
    color:#212121;
}
.center-address{
    color: #fff;
    font-family: "Figtree", sans-serif;
    font-size: clamp(18px, 1.1vw, 22px);
    font-weight: 500;
    margin:0;
    display: flex;
    align-items: center;
    transition: all 0.5s;
}
.center-address:before {
    content: '';
    width: 17px;
    height: 17px;
    background-image: url(/wp-content/uploads/2025/05/bluepin.png);
    position: relative;
    display: inline-block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    margin-right: 10px;
}
.hero-bottom {
    display: flex;
    justify-content: center;
    margin-top: auto;
}
.review-item {
    padding: clamp(25px, 2.2vw, 45px);
    backdrop-filter: blur(10px);
    -webkit-backdrop-filter: blur(10px);
    background-color: rgba(255, 255, 255, 0.07);
}
.review-item:nth-child(2n+1) {
    background-color: rgba(255, 255, 255, 0.01);
}
.review-item .summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
}
img.r-sum-img {
    height: 34px;
    object-fit: contain;
}
.review-item p.score {
    font-family: "Figtree", sans-serif;
    font-size: clamp(32px, 2vw, 40px);
    color: #fff;
    line-height: 110%;
}
section#asseen {
    padding: clamp(52px, 5.2vw, 100px) clamp(80px, 8vw, 160px) 0;
    background: #131516;
    background-image: url(/wp-content/uploads/2025/05/pattern.png);
}
.logos {
    display: flex;
    flex-direction: column;
    gap: 20px;
    align-items: center;
    margin-bottom: clamp(90px, 9vw, 180px);
}
.logos h2 {
    font-size: 14px;
    color: #fff;
    font-family: "Figtree", sans-serif;
    font-weight: 600;
}
.logos-wrapper {
    display: flex;
    width: 100%;
    justify-content: space-between;
    align-items: center;
}
img.logo-as {
    height: auto;
    object-fit: contain;
}
.as-seen-grid {
    display: flex;
    justify-content: space-between;
    position: relative;
    padding-bottom: clamp(140px, 11vw, 212px);
    padding-top: clamp(40px, 3vw, 60px);
}
p.welcome {
    font-size: 14px;
    color: #212121;
    font-family: "Figtree", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    padding: 5px 12px;
    background: #F5F0E6;
    width: fit-content;
    margin-bottom: clamp(15px, 1.5vw, 30px);
}
.welcome-item {
    width: clamp(225px, 22.5vw, 448px);
}
h2 {
    font-family: 'Marcellus';
    font-size: clamp(28px, 2.2vw, 44px);
    color: #fff;
    line-height: 120%;
}
.left-side, .right-side {
    display: flex;
    flex-direction: column;
    gap: clamp(70px, 7vw, 140px);
}
.grid-item {
    width: 208px;
    height: 220px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
    color: #fff;
}
img.as_icon {
    width: 105px;
    height: 105px;
    object-fit: contain;
}
h3.as-title {
    font-family: "Figtree", sans-serif;
    font-size: clamp(22px, 1.33vw, 26px);
    color: #fff;
    line-height: 120%;
    font-weight: 600;
    text-align: center;
}
p.as-desc {
    font-family: "Figtree", sans-serif;
    font-size: clamp(15px, 0.885vw, 17px);
    color: rgba(255, 255, 255, 0.55);
    line-height: 140%;
    font-weight: 400;
    text-align: center;
}
img.central-img {
    position: absolute;
    max-width: 641px;
    left: calc(50% - 320.5px);
    bottom: 0;
}
section#services {
    background: #212121;
    padding: clamp(75px, 7.5vw, 150px) clamp(80px, 8vw, 160px);
    overflow-x: hidden;
}
h2.services-title {
    text-align: center;
    margin-bottom: 10px;
}
p.badge {
    text-align: center;
    color: #fff;
    font-size: 14px;
    font-family: "Figtree", sans-serif;
    font-weight: 600;
    text-transform: uppercase;
    margin-bottom: clamp(20px, 2vw, 40px);
}
.services-nav {
    display: flex;
    justify-content: center;
    position: relative;
    margin-bottom: clamp(40px, 3vw, 60px);
}
.service-filters {
    display: flex;
    gap: clamp(34px, 3.4vw, 68px);
}
button.filter-btn {
    width: clamp(100px, 8.2vw, 164px);
    height: 46px;
    display: flex;
    align-items: center;
    justify-content: center;
    border: solid 1px rgba(176, 185, 211, 0.3);
    font-family: "Figtree", sans-serif;
    font-size: clamp(18px, 1.25vw, 24px);
    color: #b0b9d3;
    background: transparent;
    border-radius: 0px;
    text-transform: uppercase;
        transition: all 0.5s;
}
button.filter-btn:hover {
    transform: scale(0.95);
    cursor: pointer;
}
button.filter-btn.active {
background-color: #B0B9D3;
color:#212121;
border-color: transparent;
}
.swiper-button-prev.services {
    position: absolute;
    left: 0px;
    cursor: pointer;
    transition: all 0.5s;
}
.swiper-button-prev.services:hover {
    transform: scale(0.95);
}
.swiper-button-next.services {
    position: absolute;
    right: 0px;
    cursor: pointer;
    transition: all 0.5s;
}
.swiper-button-next.services:hover {
    transform: scale(0.95);
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
.service-box {
    width: fit-content;
    height: auto;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.box-wrapper {
    width: clamp(180px, 18vw, 332px);
    height: clamp(220px, 22vw, 443px);
    padding: clamp(20px, 2vw, 40px) clamp(15px, 1.5vw, 25px);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    background: rgba(0, 0, 0, 0.45);
}
.service-box h3 {
    font-family: "Figtree", sans-serif;
    font-size: clamp(18px, 11vw, 22px);
    color: #fff;
    margin-bottom: 10px;
    font-weight: 600;
}
.service-box p {
    font-family: "Figtree", sans-serif;
    font-size: 14px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 130%;
    font-weight: 400;
    width: 50%;
}
.service-box .button{
    width: 164px;
    height: 46px;
    display: flex;
    justify-content: center;
    align-items: center;
    border:solid 1px #fff;
    font-family: "Figtree", sans-serif;
    font-size: 14px;
    color:#fff;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.5s;
}
.service-box .button:hover{
    transform: scale(0.95);
}
.swiper-pagination.swiper-pagination-clickable.swiper-pagination-bullets {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 40px 0 0;
    gap: 6px;
}
span.swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    border: solid 1px #FFFFFF;
    border-radius: 500px;
    transition: all 0.5s;
}
span.swiper-pagination-bullet:hover {
    transform: scale(0.95);
    cursor: pointer;
}
span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #B0B9D3;
    border-color: #B0B9D3;
}
section.leaderboard {
    padding: 0 0 clamp(80px, 8vw, 160px) clamp(80px, 8vw, 160px);
    background: #212121;
}
.leaderboard-inner {
    display: flex;
    justify-content: space-between;
}
.leaderboard-content {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    width: 26.7vw;
}
.leaderboard-slide {
    width: 57%;
    overflow: hidden;
    position: relative;
}
.leaderboard-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

img.logo-leader {
    max-width: 168px;
    margin-bottom: clamp(20px, 2vw, 40px);
}
h2.leaderboard-heading{
    margin-bottom: 10px;
    font-weight: 400;
}
.leaderboard-description p{
    font-family: "Figtree", sans-serif;
    font-size: clamp(16px, 1vw, 20px);
    color: #fff;
}
.leader-btn{
    width: 158px;
    height: 52px;
    color: #212121;
    background-color: #B0B9D3;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Figtree", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.5s;
}
.leader-btn:hover{
    color:#212121;
    background-color: #fff;
}
.leader-contact {
    display: flex;
    gap: clamp(20px, 1.5vw, 30px);
    margin-top: clamp(25px, 2.5vw, 50px);
}
.leaderboard .swiper-wrapper {
    position: relative;
    width: auto;
    height: 100%;
    z-index: 1;
    display: inline-flex;
    -webkit-transition-property: -webkit-transform;
    transition-property: -webkit-transform;
    transition-property: transform;
    transition-property: transform, -webkit-transform;
    -webkit-box-sizing: content-box;
    box-sizing: content-box;
}
img.leader-img {
    width: clamp(400px, 33.5vw, 670px);
}
.leaderboard-slider .swiper-slide {
    width: clamp(400px, 33.5vw, 670px);
  height: auto;
  transition: transform 0.3s ease;
}
.swiper-button-prev-leader {
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: calc(50% - 30px);
    left: 30px;
    z-index: 2;
    transition: all 0.5s;
    cursor: pointer;
}
.swiper-button-next-leader {
    position: absolute;
    width: 60px;
    height: 60px;
    bottom: calc(50% - 30px);
    right: clamp(80px, 8vw, 160px);
    z-index: 2;
    transition: all 0.5s;
    cursor: pointer;
}
.swiper-button-prev-leader:hover, .swiper-button-next-leader:hover{
transform: scale(0.9);
}
.sale-grid {
    display: flex;
    width: 100%;
}
.sale-card {
    width: 100%;
    height: clamp(500px, 45vw, 909px);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}
.sale-overlay {
    background: rgba(0, 0, 0, 0.51);
    height: 100%;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding-bottom: clamp(40px, 4vw, 80px);
    align-items: center;
    gap: clamp(7px, 0.7vw, 14px);
}
p.sale-sub {
    font-family: "Figtree", sans-serif;
    font-weight: 700;
    color: #fff;
    font-size: clamp(20px, 1.3vw, 26px);
}
h3.sale-title {
    font-family: "Marcellus", sans-serif;
    color: #fff;
    font-size: clamp(28px, 1.9vw, 38px);
    width: 50%;
    text-align: center;
    font-weight: 400;
}
p.sale-desc {
    font-family: "Figtree", sans-serif;
    font-size: clamp(18px, 1.1vw, 22px);
    color: #fff;
}
a.sale-btn{
    width: clamp(150px, 13.3vw, 266px);
    height: 52px;
    color: #212121;
    background-color: #B0B9D3;
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: "Figtree", sans-serif;
    font-size: 14px;
    font-weight: 700;
    text-transform: uppercase;
    transition: all 0.5s;
    opacity: 0;

}
.sale-btn:hover{
    color:#212121;
    background-color: #fff;
}
.sale-card:hover a.sale-btn {
    display: flex;
    opacity: 1;
}
section.news-section {
    background: #212121;
    background-image: url(/wp-content/uploads/2025/05/newsbg-1.png);
    padding: clamp(52px, 5.2vw, 100px) clamp(80px, 8vw, 160px);
}
.news-section .container {
    position: relative;
    padding-bottom: 40px;
}
.news-section p.badge {
    margin-bottom: 10px;
}
.news-section h2 {
    text-align: center;
    margin-bottom: clamp(30px, 3vw, 60px);
}
.news-grid {
    display: flex;
    gap: clamp(32px, 3.2vw, 64px);
}
.news-image {
    height: 218px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    margin-bottom: clamp(17px, 1.7vw, 34px);
}
span.news-tag {
    background: #B0B9D3;
    font-size: 13px;
    font-weight: 700;
    font-family: "Figtree", sans-serif;
    display: flex;
    width: 235px;
    height: 27px;
    align-items: center;
    justify-content: center;
    text-transform: uppercase;
    margin-bottom: 10px;
}
h3.news-title {
    font-family: "Figtree", sans-serif;
    color: #fff;
    font-size: clamp(16px, 1.1vw, 22px);
    width: 70%;
    flex-grow: 1;
}
span.separator {
    display: flex;
    border-top: solid 1px #fff;
    margin-top: clamp(17px, 1.7vw, 34px);
    margin-bottom: clamp(10px, 1vw, 20px);
}
a.news-read-more {
    font-family: 'Figtree', sans-serif;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
    transition: all 0.5s;
}
a.news-read-more:hover {
   border-bottom: solid 1px #fff;
}
.swiper.news-swiper {
    display: flex;
    overflow: hidden;
    position: relative;
}
.swiper-slide.news-card {
    flex-shrink: 0;
    width: clamp(250px, 17.5vw, 350px);
    display: flex;
    flex-direction: column;
}
.news-content {
    display: flex;
    flex-direction: column;
    flex-grow: 1;
}
/*.swiper-slide.news-card {
    width: 100%;
    margin: auto;
}*/
.swiper-pagination-news.swiper-pagination-clickable.swiper-pagination-bullets {
    display: flex;
    width: 100%;
    justify-content: center;
    margin: 0;
    gap: 6px;
    z-index: 10;
    position: absolute;
    bottom: -40px;
}
.swiper-pagination-news span.swiper-pagination-bullet {
    width: 13px;
    height: 13px;
    border: solid 1px #FFFFFF;
    border-radius: 500px;
    transition: all 0.5s;
}
.swiper-pagination-news span.swiper-pagination-bullet:hover {
    transform: scale(0.95);
    cursor: pointer;
}
.swiper-pagination-news span.swiper-pagination-bullet.swiper-pagination-bullet-active {
    background: #B0B9D3;
    border-color: #B0B9D3;
}
section.reviews-section {
    background: #272727;
    padding: clamp(52px, 5.2vw, 100px) clamp(80px, 8vw, 160px);
}
.reviews-section h2 {
    text-align: center;
}
.reviews-section p.section-subtitle {
    text-align: center;
    font-family: 'Figtree', sans-serif;
    font-size: clamp(16px, 1vw, 20px);
    color: #fff;
    margin-top: 10px;
}
.swiper.reviews-swiper {
    display: flex;
    overflow: hidden;
    margin: clamp(40px, 3vw, 60px) auto 0;
    width: clamp(600px, 50vw, 1000px);
}
.swiper-slide.review-slide {
    min-width: clamp(600px, 50vw, 1000px);
}
.review-text p {
    font-family: 'Figtree', sans-serif;
    font-size: clamp(14px, 0.9375vw, 18px);
    color: #fff;
    text-align: center;
    line-height: 166%;
    margin-bottom: clamp(10px, 1vw, 20px);
}
p.review-author {
    font-family: 'Marcellus', sans-serif;
    font-size: clamp(24px, 1.7vw, 34px);
    color: #fff;
    text-align: center;
    margin-bottom: clamp(20px, 2vw, 40px);
}
.review-meta {
    display: flex;
    justify-content: center;
}
.swiper-button-prev-reviews {
    position: absolute;
    left: clamp(80px, 8vw, 160px);
    cursor: pointer;
    transition: all 0.5s;
}
.swiper-button-prev-reviews:hover {
    transform: scale(0.95);
}
.swiper-button-next-reviews {
    position: absolute;
    right: clamp(80px, 8vw, 160px);
    cursor: pointer;
    transition: all 0.5s;
}
.swiper-button-next-reviews:hover {
    transform: scale(0.95);
}

@media screen and (max-width:475px) {
    .swiper-slide.news-card {
    width: 100%;
    margin: auto;
}
.adr-links {
    display: none;
}
.logo img {
    width: 175px;
}
a.visit-btn {
    height: 54px;
    font-size: 16px;
}
section#hero {
        padding: 20px 20px 0;
        height: auto;
}
.hero-body {
    margin-bottom: 60px;
}
.book-links {
    flex-direction: column;
}
h1 {
    line-height: 120%;
}
section#asseen {
    padding: 60px 20px 0;
    background-repeat: no-repeat;
    background-size: cover;
    overflow: hidden;
}
.service-box{
    width: 100%;
}
.logos-wrapper {
    justify-content: center;
    gap: 20px;
    flex-wrap: wrap;
}
img.logo-as {
    max-width: calc(50% - 10px);
    height: 30px;
}
.as-seen-grid {
    flex-direction: column;
    padding: 0;
}
.logos {
    margin-bottom: 40px;
}
.welcome-item, .grid-item {
    width: 100%;
    height: auto;
}
.left-side, .right-side {
    gap: 20px;
    margin-bottom: 20px;
}
.grid-item {
    width: 65%;
    z-index: 2;
}
img.as_icon {
    width: 80px;
    height: 80px;
}
h3.as-title {
    font-size: 18px;
}

p.welcome {
    margin: 0 auto 20px;
}
h2.welcome-title {
    text-align: center;
}
p.as-desc {
    font-size: 14px;
}
    img.central-img {
        position: absolute;
        left: unset;
        right: -15%;
        margin-top: 40px;
        z-index: 0;
    }
section#services {
    padding: 60px 20px;
}
    .swiper-button-next.services, .swiper-button-prev.services {
        top: 500px;
        z-index: 3;
        display:none;
    }
.services-nav {
    justify-content: flex-start;
}
.services-nav {
    justify-content: space-between;
    flex-wrap: wrap;
    gap: 30px;
}
.service-filters {
    gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
}
button.filter-btn {
    width: fit-content;
}
    .box-wrapper {
        width: 100%;
        height: 250px;
    }
    .services-swiper-mobile .wrapper {
    display: flex;
    flex-direction: column;
    gap: 40px;
}
.services-swiper {
    width: 100%;
    margin: 0 auto;
    overflow: hidden;
}
section#leaderboard {
    padding: 60px 20px;
}
.leaderboard-inner {
        flex-direction: column;
        gap: 40px;
        position: relative;
}
.leaderboard-content {
    width: 100%;
}
.leaderboard-slider {
    width: 100%;
    margin: 0 auto;
    overflow: visible;
}
.leaderboard-slide {
    width: 100%;
    position: relative;
    padding-bottom: 100px;
}
.swiper-button-prev-leader {
    left: 20px;
}
.swiper-button-next-leader {
    right: 20px;
}
section.sale-section {
    padding: 0 20px;
    background: #212121;
}
.sale-grid {
    flex-direction: column;
    gap: 20px;
    background: #212121;
}
a.sale-btn {
    display: flex;
    width: 80%;
    margin-top: 20px;
    opacity: 1;
}
.sale-card {
    height: auto;
}
.sale-overlay {
    padding: 40px;
    background: rgba(0, 0, 0, 0.6);
}
p.sale-desc {
    text-align: center;
}

    section.news-section {
    padding: 60px 20px;
}
.news-grid {
    flex-wrap: wrap;
    justify-content: center;
    gap: 40px;
}
section.reviews-section {
    padding: 60px 20px;
}
.swiper.reviews-swiper {
    width: 100%;
    margin: 40px auto;
    position: relative;
}
    .swiper-slide.review-slide {
        min-width: 100%;
    }
.swiper-button-prev-reviews {
    left: 0;
    bottom: 0%;
    z-index: 8;
}
.swiper-button-next-reviews {
    right: 0;
    bottom: 0%;
    z-index: 8;
}
}
/*Counters*/
section.counters-section {
    background: #212121;
    padding: clamp(40px, 4vw, 80px) clamp(80px, 8vw, 160px);
}
.counters-container {
    display: flex;
    justify-content: space-between;
}
.counter-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: clamp(150px, 10vw, 200px);
}
.counter-number {
    font-family: 'Marcellus';
    font-size: clamp(48px, 3.7vw, 74px);
    color: #B0B9D3;
    line-height: 104%;
}
.counter-description {
    font-family: 'Figtree';
    font-size: clamp(16px, 1vw, 20px);
    color: #fff;
}
@media screen and (max-width:475px) {
    section.counters-section {
    padding: 0px 25px 60px;
}
    .counters-container {
        flex-wrap: wrap;
        gap: 40px;
        justify-content: center;
        flex-direction: column;
        align-items: center;
    }
.counter-divider {
    display: none;
}
.counter-item {
    width: calc(50% - 20px);
}
.counter-number {
    font-size: 52px;
}
}
@media screen and (max-width:375px) {
    .counter-number {
    font-size: 42px;
}
.counter-description {
    font-size: 14px;
}

}
