body {
    font-family: 'DM Sans', sans-serif;
    overflow-x: hidden;
}

.top-social-icons {
    font-size: 20px;
}

.top-bar,
.top-bar small,
.top-bar i,
.top-bar a {
    font-family: 'Roboto', sans-serif !important;
    font-weight: 400;
    color: #fff;
    font-size: 17px;
}

.container small i {
    color: #f0a500;
    /* icon color */
    margin-right: 6px;
    /* spacing between icon and text */
    font-size: 14px;
    /* adjust size */
}

.navbar-transparent {
    background: transparent;
    transition: background 0.3s ease, box-shadow 0.3s ease;
}

.nav-container {
    background-color: #fff;
    border-left: 5px solid #55af59;
    padding: 0px 0;
}

.top-bar {
    height: 40px;
    font-size: 13px;
    color: #fff;
    z-index: 1031;
}


.navbar {
    top: 80px;
    color: black;
    padding: 0 100px;

}

.nav-item {
    color: #fff;
}

.overlay {
    position: absolute;
    inset: 0;

}

.container {
    width: 90%;
}

.navbar .nav-link {
    color: black !important;
    letter-spacing: 2px;
    margin: 0 15px;
    transition: color 0.3s;
}


.navbar .nav-link:hover {
    color: #55af59;
}

.navbar .nav-link.active {
    color: white !important;
}

.btn-consult {
    background-color: #55af59;
    color: #fff;
    border-radius: 5px;
    letter-spacing: 2px;
    line-height: 1rem;
    font-size: 15px;
    transition: background 0.3s;
    padding: 26px;
}

.btn-consult:hover {
    background-color: #2f7d32;
    /* slightly darker on hover */
    color: white;
}

.vertical-slide-counter {
    position: absolute;
    top: 55%;
    left: 30px;
    transform: translateY(-50%);
    display: flex;
    flex-direction: column;
    align-items: center;
    font-family: 'DM Sans', sans-serif;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 2px;
    color: white;
    user-select: none;
    z-index: 1000;
}

.vertical-line {
    width: 1px;
    height: 250px;
    background-color: #fff;
    margin: 10px 10px;
}

.hero-section {
    height: 100vh;
    background-color: rgb(221, 221, 63);
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-top: 80px;
    z-index: 1;
}

.text-container {
    text-align: left;
    position: relative;
}

.sub-heading {
    font-size: 90px;
    font-weight: 900;
    color: white;
    padding-left: 50px;
    font-family: 'Roboto', sans-serif !important;
}

.about-section {
    height: 100vh;
    background-color: rgb(221, 221, 63);
}

.overlay {
    position: absolute;
    inset: 0;
    background: rgba(0, 0, 0, 0.4);
}

.hero-content {
    position: relative;
    color: white;
}

.hero-content h1 {
    font-size: 3.5rem;
    font-weight: bold;
}


.contact-strip {
    position: relative;
    z-index: 2;
    padding: 30px 100px;
    background-color: #207E0FDB;
    opacity: .9;
}

.contact-label {
    writing-mode: vertical-rl;
    transform: rotate(180deg);
    letter-spacing: 2px;
    font-size: 12px;
    opacity: 0.8;
    position: absolute;
    left: 50px;

    top: 50px;
}

.contact-title {
    font-family: "DM Sans", sans-serif;
    font-size: 45px;
    font-weight: 400;
    line-height: 1em;
    font-style: normal;
    letter-spacing: 1px;
    color: #fff;
}

.contact-content {
    padding: 0 30px;
}

.contact-text {
    font-size: 14px;
    line-height: 2rem;
    margin-top: 10px;
    font-weight: 400;
    font-family: "DM Sans", sans-serif;
}

/* Form */
.contact-form .form-control {
    background: transparent;
    border: none;
    border-bottom: 1px solid #fff;
    border-radius: 0;
    color: #fff;
}

.contact-form .form-control::placeholder {
    color: #eaeaea;
}

.contact-form .form-control:focus {
    box-shadow: none;
    border-color: #fff;
}


.contact-btn {
    background: rgba(255, 255, 255, 0.2);
    color: #fff;
    padding: 10px 30px;
    border-radius: 4px;
    font-weight: 500;
    border: none;
    width: 100%;
    margin-bottom: 10px;
}

.contact-btn:hover {
    background: #fff;
    color: #2f7d32;
}

.overlap-contact {
    margin-top: -110px;
}


@media (max-width: 768px) {
    .contact-title {
        font-size: 30px;
        padding: 10px;
    }

    .contact-label {
        display: none;
    }

    .contact-strip {
        text-align: center;
        padding: 0;
    }

    .contact-content {
        padding: 0 10px;
    }

}




/* 
.procedure-section {
    padding: 60px 20px;
    text-align: center;
} */

.section-title {
    font-size: 30px;
    color: #6aa84f;
    margin-bottom: 10px;
    font-weight: 600;
}

.section-title span {
    font-weight: 600;
}

.section-subtitle {
    font-size: 25px;
    margin-bottom: 40px;
    font-weight: 400;
    text-align: center;
}

.steps-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
    max-width: 1200px;
    margin: auto;
}

.step-box {
    background-color: #5b8f3f;
    color: #fff;
    padding: 40px 25px;
    min-height: 220px;
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.step-box h3 {
    margin-bottom: 10px;
    font-size: 22px;
}

.step-box p {
    font-size: 16px;
    line-height: 1.6;
}

/* Middle box text alignment */
.step-middle {
    font-size: 15px;
}

/* ✅ Mobile Responsive */
@media (max-width: 900px) {
    .steps-container {
        grid-template-columns: 1fr;
    }

    .step-box {
        min-height: auto;
    }
}



.divider {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 12px;
    margin: 30px 0;
}

.divider .line {
    width: 100%;
    height: 1px;
    background-color: #548c43;
}

.leaf-icon {
    color: #548c43;
    font-size: 18px;
}







.treatment-section {
    padding: 30px 60px;
    text-align: left;
}

.points-list {
    list-style-type: disc;
    text-align: left;
    font-family: 'Roboto', sans-serif !important;
    font-size: 16px;
    padding: 0 20px;
    letter-spacing: 0.05em;
    color: #54595f;
    line-height: 30px;
    font-weight: 400;

}

.points-list li {
    margin-bottom: 10px;
    /* space between list items */
}

.section-title {
    text-align: center;
}

.section-para {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    padding: 0 0px;
    letter-spacing: 0.05em;
    color: #7A7A7A;
    line-height: 30px;
}





.cardrow-container {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 24px;
}

.cardrow-container h5 {
    font-family: 'Roboto', sans-serif !important;
    padding: 10px;
    font-size: 20px;
    line-height: 24px;
    color: #538c43;
    font-weight: 400;
    text-align: center;
}

.cardrow-container p {
    margin: 0;
    color: #5c5c5c;
    line-height: 28px;
    text-align: center;
    font-weight: 600;
    font-size: 14px;
}

.card-container {
    display: grid;
    grid-template-rows: auto auto 1fr;
}


.card-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 24px;
}

/* Image */
.card-container img {
    width: 100%;
    height: auto;
    /* same image height */
    object-fit: cover;
    margin-bottom: 12px;
}

/* Title */
.card-container h5 {
    font-family: 'Roboto', sans-serif !important;
    padding: 10px;
    font-size: 20px;
    line-height: 24px;
    color: #538c43;
    font-weight: 400;
    text-align: center;
}

/* Description */
.card-container p {
    margin: 0;
    color: #5c5c5c;
    line-height: 28px;
    text-align: center;
    font-weight: 600;
}

.before-after-row {
    display: flex;
    justify-content: center;
    /* center images */
    gap: 120px;
    /* space between images */
    margin: 50px 0;
}

.image-box img {
    width: 320px;
    height: auto;
    /* fixed image size like screenshot */
    max-width: 100%;
    height: auto;
    display: block;
}

.img-wrapper {
    width: 100%;
    height: 220px;
    /* ✅ same visual height */
    display: flex;
    align-items: center;
    justify-content: center;
}

/* Image itself stays natural */
.img-wrapper img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    /* ✅ NO cropping, NO stretching */
    display: block;
}


@media (max-width: 992px) {

    .card-container,
    .cardrow-container {
        grid-template-columns: repeat(2, 1fr);
        /* 2 columns */
    }

    .img-wrapper {
        height: 200px;
    }
}

/* Small tablets and phones */
@media (max-width: 600px) {

    .card-container,
    .cardrow-container {
        grid-template-columns: 1fr;
        /* 1 column, full width */
    }

    .img-wrapper {
        height: 180px;
    }

    /* Optional: smaller gap for tight spaces */
    .card-container,
    .cardrow-container {
        gap: 20px;
    }
}




.hero-title {
    font-size: clamp(2rem, 4vw, 3.2rem);
    color: #7aa83f;

    /* green like screenshot */
}

.custom-slider {
    position: relative;
    width: 100%;
    height: 220px;
    overflow: hidden;
    /* 🔥 IMPORTANT */
}

.slider-track {
    display: flex;
    gap: 20px;
    height: 100%;
    overflow-x: auto;
    scroll-behavior: smooth;
    padding: 10px 60px;
}

/* REMOVE scrollbar completely */
.slider-track::-webkit-scrollbar {
    display: none;
}

.slider-track {
    scrollbar-width: none;
    -ms-overflow-style: none;
}

/* Images */
.slider-track img {
    flex: 0 0 260px;
    height: 100%;
    object-fit: cover;
    border-radius: 8px;
}

/* Arrows */
.slider-btn {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    z-index: 10;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    border: none;
    background: white;
    font-size: 26px;
    cursor: pointer;
    box-shadow: 0 2px 10px rgba(0, 0, 0, 0.25);
}

.slider-btn.left {
    left: 10px;
}

.slider-btn.right {
    right: 10px;
}

/* About-Section */

.text-image-section {
    display: flex;
    align-items: center;
    gap: 40px;
    padding: 30px 20px;
}

/* Text container on left */
.text-image-section .content {
    flex: 1;
    letter-spacing: 2px;
    padding: 20px;
}

.text-image-section h2 {
    font-family: 'Roboto', sans-serif !important;
    font-size: 55px;
}

/* Image container on right */
.text-image-section .image-wrapper {
    flex: 1;
    display: flex;
    justify-content: center;
}

.text-image-section img {
    max-width: 100%;
    height: auto;
    border-radius: 8px;
    object-fit: cover;
}

.about-para {
    font-size: 14px;
    /* padding: 0 15px; */
    letter-spacing: 0.05em;
    color: #5c5c5c;
    line-height: 30px;
}

.about-btn {
    font-family: 'Roboto', sans-serif !important;
    font-size: 14px;
    color: #fff;
    background: linear-gradient(90deg, #3CAC47 0%, #175F19 100%);
    border: none;
    width: 20%;
    padding: 0px 10px;
    letter-spacing: 2px;
}

/* Responsive for smaller screens */
@media (max-width: 768px) {
    .text-image-section {
        flex-direction: column;
        text-align: justify;
    }

    .text-image-section .content {
        margin-bottom: 20px;
    }

    .text-image-section .image-wrapper {
        justify-content: center;
    }

    .text-image-section h2 {
        font-family: 'Roboto', sans-serif !important;
        font-size: 35px;
    }
}

.marquee {
    width: 90%;
    overflow: hidden;
    padding: 12px 0;
}

.marquee-text {
    display: inline-block;
    letter-spacing: 5px;
    white-space: nowrap;
    /* SPACE AFTER END */
    animation: scrollOnce 12s linear infinite;
}

/* Red background for brand */
.brand {
    background-color: #55af59;
    color: #fff;
    padding: 6px 16px;
    margin-left: 13px;
    font-weight: 700;
    border-radius: 4px;
}

@keyframes scrollOnce {
    0% {
        transform: translateX(0);
    }

    100% {
        transform: translateX(-100%);
    }
}

/* INITIAL STATE */
.animate-left,
.animate-right {
    opacity: 0;
    transition: all 1s ease-out;
}

/* LEFT SLIDE */
.animate-left.show {
    opacity: 1;
    transform: translateX(0);
}

/* RIGHT SLIDE */
.animate-right.show {
    opacity: 1;
    transform: translateX(0);
}

/* START POSITIONS */
.animate-left {
    transform: translateX(-50px);
}

.animate-right {
    transform: translateX(50px);
}

/* INITIAL STATE */
.animate-left,
.animate-right,
.animate-bottom {
    opacity: 0;
    transition: all 0.8s ease-out;
}

/* LEFT SLIDE */
.animate-left.show {
    opacity: 1;
    transform: translateX(0);
}

/* RIGHT SLIDE */
.animate-right.show {
    opacity: 1;
    transform: translateX(0);
}

/* BOTTOM SLIDE */
.animate-bottom.show {
    opacity: 1;
    transform: translateY(0);
}

/* START POSITIONS */
.animate-left {
    transform: translateX(-50px);
}

.animate-right {
    transform: translateX(50px);
}

.animate-bottom {
    transform: translateY(50px);
}

/* Initial state before animation */
.animate-left {
    opacity: 0;
    transform: translateX(-50px);
    transition: opacity 0.6s ease-out, transform 0.6s ease-out;
}

/* Active state: element visible and in place */
.animate-left.active {
    opacity: 1;
    transform: translateX(0);
}


.animate {
    opacity: 0;
    transform: translateY(100px);
    transition: transform 0.9s ease, opacity 0.9s ease;
}

.animate.show {
    opacity: 1;
    transform: translateY(0);
}


/* 
.footer {
    background-color: #4CAF50;

    color: white;
    padding: 30px 100px;
    font-family: "Roboto", sans-serif;
}

.footer-content {
    width: 100%;
    padding: 0 20px;
}


.footer-top {
    display: flex;
    justify-content: space-between;
    align-items: center;

    margin-bottom: 20px;
}

.footer-left,
.footer-center,
.footer-right {
    flex: 1;
    min-width: 350px;
    margin: 10px;
    align-items: center;
}

.footer-left img {
    max-width: 236px;

    margin-bottom: 20px;
}

.footer-center h3,
.footer-right h3 {
    font-size: 20px;
}

.footer-bottom {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.footer-left,
.footer-center,
.footer-right {
    flex: 1;
    min-width: 200px;
    margin: 10px;
}

.footer p {
    font-size: 14px;
    line-height: 28px;
    font-weight: 400;
}

.footer ul {
    list-style: none;
    padding: 0;
}

.footer ul li {
    margin-bottom: 8px;

}

.footer ul li i {
    margin-right: 10px;
}

.footer-right iframe {
    width: 100%;
    height: 100%;
    border: none;
}

.footer-social {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 15px;

}

.footer-social .social-icon {
    font-size: 24px;

    color: white;
    transition: color 0.3s;
}

.footer-social .social-icon:hover {
    color: #4CAF50;

}


@media screen and (max-width: 768px) {
    .footer-top {
        flex-direction: column;
        align-items: center;
    }

    .footer-left,
    .footer-center,
    .footer-right {
        text-align: center;
        margin: 20px 0;
    }

    .footer-right iframe {
        height: 200px;

    }
} */

.site-footer {
    background-color: #5b8f3f;
    color: white;
    padding: 40px 180px;
    font-family: 'Poppins', sans-serif;
    width: 100%;
    box-sizing: border-box;
}



/* .footer-logo {
    width: 120px;
    height: 20px;
} */


.footer-container {
    max-width: 1200px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    gap: 30px;
    flex-wrap: wrap;
    align-items: flex-start;

}

.footer-column {
    flex: 1 1 300px;
    min-width: 300px;
    text-align: left;
    /* Align text to the left */
}

.footer-logo {
    width: 250px;
    padding-top: 20px;
    padding-left: 30px;
}

.footer .contact p span {
    text-align: justify;
    display: inline-block;
}

.footer-column h3 {
    margin-bottom: 10px;
    font-weight: 600;
    font-size: 20px;
    letter-spacing: 1px;
    padding-top: 30px;
    text-align: center;
    font-family: 'Poppins', sans-serif;
}

.footer-column p {
    line-height: 28px;
    font-weight: 400;
    font-size: 14px;
    letter-spacing: 1.5px;
    padding-top: 20px;
    font-family: 'Roboto', sans-serif;
}

.footer-column i {
    margin-right: 10px;
}

.footer .contact p {
    display: flex;
    align-items: flex-start;
    /* icon aligns with first line */
    gap: 10px;
    margin: 8px 0;
    font-size: 14px;
    color: white;
    line-height: 1.6;
}

.footer .contact p i {
    flex-shrink: 0;
    /* icon does not shrink */
    width: 24px;
    /* fixed width for all icons */
    text-align: center;
    color: #f0a500;
}

.footer .contact p span {
    display: block;
    /* block so justify works */
    text-align: justify;
    width: 100%;

}

/* Specifically target the second column (Services) */
.footer-column:nth-of-type(2) p {
    line-height: 1.2 !important;
    /* Adjust line height to your preference */
    margin-bottom: 5px;
    /* Reduce space between paragraphs */
}

.footer-social {
    margin-top: 20px;
    display: flex;
    justify-content: center;
    gap: 15px;

}

.footer-social .social-icon {
    font-size: 30px;

    color: white;
    transition: color 0.3s;
}

.footer-social .social-icon:hover {
    color: #4CAF50;

}

.footer-bottom {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background-color: #7CA44C;
    color: #ffffff;
    font-size: 16px;
    min-height: 80px;
    width: 100%;
    padding: 0 150px;
    box-sizing: border-box;

}


.footer-bottom p {
    margin: 0;
}

.footer-bottom .trophy {
    color: white;
    margin-right: 6px;
    font-size: 20px;
}

.iframe {
    padding-top: 40px;
}

/* ================= TABLET ================= */
@media (max-width: 992px) {
    .site-footer {
        padding: 40px 40px;
    }

    .footer-bottom {
        padding: 15px 40px;
    }
}

/* ================= MOBILE ================= */
@media (max-width: 768px) {
    .footer-container {
        flex-direction: column;
        align-items: center;
        text-align: center;
    }

    .footer-column {
        min-width: 100%;
    }

    .footer-logo {
        display: block;
        /* REQUIRED */
        margin: 0 auto 30px;
        /* centers horizontally */
        max-width: 100%;
    }


    .footer-column.contact p {
        justify-content: center;
        text-align: left;
    }

    .footer-bottom {
        flex-direction: column;
        gap: 8px;
        text-align: center;
        padding: 15px 20px;
    }

    .map-container iframe {
        width: 100%;
        height: 220px;
        border-radius: 6px;
    }
}

/* ================= SMALL MOBILE ================= */
@media (max-width: 480px) {
    .footer-column h3 {
        font-size: 18px;
    }

    .footer-column p {
        font-size: 13px;
    }

    .footer-social .social-icon {
        font-size: 24px;
    }
}

.wrapper {
    display: flex;
    align-items: center;
    width: 100%;
}

.image-container {
    display: flex;
    overflow-x: hidden;
    /* hide scrollbar */
    width: 100%;
    padding: 10px;
    gap: 10px;
}

.image-container img {
    flex: 0 0 calc(25% - 7.5px);
    /* 4 images visible */
    height: 150px;
    object-fit: cover;

}

/* Buttons styling */
.scroll-btn {

    color: black;
    border: none;
    font-size: 22px;
    padding: 10px;
    cursor: pointer;

}

/* .scroll-btn:hover {
    background: #444;
} */




@media (max-width: 768px) {
    .hero-section {
        height: 100vh;
    }



    .hero-content h1 {
        font-size: 2.2rem;
    }

    .stylishtext-container {
        width: 550px;
    }

    .stylish-text {
        font-size: 40px;
        font-weight: 900;
        color: white;
    }

    .sub-heading {
        font-size: 70px;
        font-weight: 700;
        color: white;
        line-height: 0.9;
        font-family: 'Roboto', sans-serif !important;
        margin-bottom: 70px;
    }

    .text-container {
        padding-left: 0px;
    }

    .section-title {
        font-size: 30px;
        color: #6aa84f;
        margin-top: 10px;
        font-weight: 600;
    }

    .divider {
        margin: 20px 0;
    }

    .treatment-section {
        padding: 10px 0;
        text-align: justify;
    }



}

@media (max-width: 768px) {


    .navbar {
        top: 30px;
        color: #fff;
        padding: 0 0;
    }

    .nav-container {
        background-color: transparent;
        border-left: 5px solid #55af59;
        padding: 0px 0;
    }

    .top-bar {
        display: none !important;
    }





    .mobile-menu {
        width: 60px;
        /* adjust as needed */
    }

    .mobile-menu .nav-item {
        margin-bottom: 20px;
    }

    .navbar .btn-consult {
        padding: 5px;
        margin-left: 50px;

    }

}

@media (max-width: 991px) {
    /* .btn-consult {
        width: 100%;
        padding: 10px 16px;
        font-size: 14px;
        letter-spacing: 1px;
    } */
}

.steps-container {
    display: flex;
    gap: 20px;
    flex-wrap: wrap;
    justify-content: center;

}

.flip-card {
    background-color: transparent;
    width: 350px;
    height: 300px;
    perspective: 1000px;
    /* 3D perspective */
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: transform 0.6s;
    transform-style: preserve-3d;
    cursor: pointer;
}

/* Vertical flip (top to bottom) */
.flip-card:hover .flip-card-inner,
.flip-card.flip .flip-card-inner {
    transform: rotateX(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    font-size: 20px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 20px;
    box-shadow: 0 5px 15px rgba(0, 0, 0, 0.2);
}

.flip-card-front {
    background-color: #548C43;
    color: white;
}

.flip-card-back {
    background-color: #7CA44C;
    color: #fff;
    transform: rotateX(180deg);
    /* rotate back vertically */
}

.flip-card-front h3 {
    background-color: #548C43;
    color: black;
}

.image-container {
    text-align: right;
    /* optional, centers image */
}

.candidate-img {
    width: 100%;

    max-width: 500px;

    height: auto;
    /* maintain aspect ratio */
    display: block;
    /* removes inline spacing */
}

.blog-container {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
  gap: 30px;
  padding: 40px 20px;
  max-width: 1200px;
  margin: 0 auto;
  margin-top: 50px;
}

/* Individual card */
.blog-card {
  background: #fff;
  border-radius: 12px;
  box-shadow: 0 8px 20px rgba(0,0,0,0.1);
  overflow: hidden;
  transition: transform 0.3s, box-shadow 0.3s;
}

.blog-card:hover {
  transform: translateY(-5px);
  box-shadow: 0 12px 25px rgba(0,0,0,0.15);
}

/* Image styling */
.blog-image img {
  width: 100%;
  height: 200px; /* fixed height for all cards */
  object-fit: cover;
  transition: transform 0.3s;
}

.blog-image img:hover {
  transform: scale(1.05);
}

/* Content styling */
.blog-content {
  padding: 20px;
}

.blog-title {
  font-size: 1.1rem;
  font-weight: 600;
  margin-bottom: 15px;
  line-height: 1.4;
}

.blog-title a {
  color: #222;
  text-decoration: none;
  transition: color 0.3s;
}

.blog-title a:hover {
  color: #6cc04a; /* primary color on hover */
}

/* Button styling */
.blog-btn {
  display: inline-block;
  padding: 10px 20px;
  background: #6cc04a;
  color: #fff;
  border-radius: 6px;
  text-decoration: none;
  font-weight: 500;
  transition: background 0.3s;
}

.blog-btn:hover {
  background: #6cc04a;
}

/* Responsive tweaks */
@media (max-width: 600px) {
  .blog-card {
    margin-bottom: 20px;
  }
}