* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    font-family: 'Montserrat', sans-serif;
}

.main {
    font-family: 'Montserrat', sans-serif;
    max-width: 95%;
    margin: 0 auto;
}

nav {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 20px 60px;
    background: white;
    box-shadow: 0 2px 4px rgba(0,0,0,0.1);
}

.login {
    text-decoration: none;
}

.logo {
    display: flex;
    align-items: center;
    gap: 10px;
}

.logo-icon {
    margin-top: -10px;
    width: 150px;
}

.nav-links {
    display: flex;
    gap: 50px;
    align-items: center;
    list-style: none;
}

.nav-links a {
    text-decoration: none;
    color: #666;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s;
}

.nav-links a:hover {
    color: #0d9488;
}

.contact-btn {
    background: #2c7a7b;
    color: white;
    padding: 12px 30px;
    border: none;
    border-radius: 2px;
    font-size: 12px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background 0.3s;
    font-family: 'Montserrat', sans-serif;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 5px;
}

.contact-btn i {
    font-size: 18px;
}

.contact-btn:hover {
    background: #235e5f;
}

.hero {
    position: relative;
    height: calc(80vh - 90px);
    background: linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), 
                url('assets/projectHero.jpg') center/cover;
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    color: white;
}

.hero-content {
    max-width: 800px;
    padding: 20px;
}

.hero h1 {
    font-size: 64px;
    font-weight: 600;
    line-height: 1.2;
    margin-bottom: 24px;
    font-family: 'Montserrat', sans-serif;
}


.learn-more-btn-dark {
    background: #2c7a7b;
    color: white;
    padding: 16px 40px;
    border: none;
    border-radius: 2px;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background 0.3s, transform 0.3s;
    font-family: 'Montserrat', sans-serif;
}

.learn-more-btn-dark:hover {
    background: #235e5f;
}

.learn-more-btn-dark a {
    text-decoration: none;
    color: #ffffff;
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    transition: color 0.3s;
}

.separator {
    width: 80%;
    height: 1px;
    background-color: #8d8d8d;
    margin-bottom: 30px;
    margin: 0 auto;
}

/* OUR Objective SECTION */
.vision {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 60px;
    color: black;
    flex: 1;
}

.vision-content{
    max-width: 60%;
    display: flex;
    flex-direction: column;
    gap: 80px;
    align-items: center;
    text-align: center;
}

.vision-content h2{
    font-size: 36px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.vision-content p{
    font-size: 20px;
    font-weight: 500;
    font-family: 'Montserrat', sans-serif;
    color: #a1a1a1;
}

/* Who we are */

.who-we-are{
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 60px;
    color: black;
}

.who-we-are-content{
    max-width: 80%;
    display: flex;
    gap: 80px;
    align-items: center;
}

.who-we-are-content > div {
    flex: 1;
    text-align: left;
}

.who-we-are-content .header {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #222222;
    margin-bottom: 20px;
}

.who-we-are-content h2 {
    font-family: 'Montserrat', sans-serif;
}


.who-we-are-content .main {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.8;
    color: #666;
    margin-bottom: 30px;
    max-width: 450px;
}

.who-we-are-content h2 {
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 20px;
    color: black;
}

.who-we-are-content img {
    flex: 1;
    width: 100%;
    max-width: 700px;
    height: auto;
    object-fit: cover;
    border-radius: 4px;
}

/* BIG RETAILERS SECTION */
.big-retailers {
    position: relative;
    padding: 80px 0;
    background-color: white;
    overflow: hidden;
}

.big-retailers-content {
    max-width: 100%;
}

.big-retailers-content .retailers-section-label {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #a1a1a1;
    margin-bottom: 50px;
    text-align: center;
}

.retailers-slider {
    width: 100%;
    overflow: hidden;
    position: relative;
}

.retailers-track {
    display: flex;
    gap: 80px;
    align-items: center;
    width: fit-content;
}

.retailer-logo {
    flex-shrink: 0;
    width: 200px;
    height: 120px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px;
}

.retailer-logo img {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    filter: grayscale(100%);
    opacity: 0.6;
    transition: all 0.3s ease;
}

.retailer-logo:hover img {
    filter: grayscale(0%);
    opacity: 1;
    transform: scale(1.35);
}


.what-we-deliver {
    position: relative;
    padding: 100px 60px;
    background-color: white;
    text-align: center;
}

.what-we-deliver-content {
    max-width: 1200px;
    margin: 0 auto;
}

.what-we-deliver-content .section-label {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 400;
    letter-spacing: 1px;
    color: #a1a1a1;
    margin-bottom: 20px;
}

.what-we-deliver-content h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 36px;
    font-weight: 500;
    margin-bottom: 80px;
    color: black;
}

.features-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 80px 60px;
    margin-top: 60px;
}

.deliver-item {
    align-items: left;
}

.feature-icon {
    width: 60px;
    height: 60px;
    background-color: #235e5f;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 auto 30px;
    transition: transform 0.3s ease;
}

.feature-icon:hover {
    transform: translateY(-5px);
}

.feature-icon i {
    font-size: 24px;
    color: white;
}

.deliver-item h3 {
    font-family: 'Montserrat', sans-serif;
    font-size: 20px;
    font-weight: 400;
    color: black;
    margin-bottom: 15px;
}

.deliver-item p {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    font-weight: 400;
    color: #666;
    max-width: 350px;
    margin: 0 auto;
}


/* CONTACT SECTION */
.grow {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 80px 60px;
    color: black;
    flex: 1;
}

/* GROW */
.grow-content{
    max-width: 40%;
    display: flex;
    flex-direction: column;
    gap: 80px;
    align-items: center;
    text-align: center;
}

.grow-content h2{
    font-size: 36px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
}

.grow-content p{
    font-size: 20px;
    font-weight: 400;
    font-family: 'Montserrat', sans-serif;
    color: #666;
}

/* OUR PROMISE SECTION */
.our-promis {
    position: relative;
    padding: 100px 60px;
    background-color: white;
    text-align: center;
    min-height: 400px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.our-promis-content {
    max-width: 1200px;
    margin: 0 auto;
}

.our-promis-content > p {
    font-family: 'Montserrat', sans-serif;
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #a1a1a1;
    margin-bottom: 40px;
}

.our-promis-content h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-weight: 500;
    color: black;
    line-height: 1.4;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    width: 90%;
    max-width: 1000px;
}


/* CONTACT SECTION */

.contact{
    position: relative;
    max-width: 80%;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 20px 10px;
    color: black;
    margin: 0 auto;
}

.contact-container {
    background: white;
    padding: 80px 60px;
    border-radius: 4px;
    border: #d4d4d4 solid 1px;
    max-width: 700px;
    width: 100%;
}


.contact-container h2 {
    font-family: 'Montserrat', sans-serif;
    font-size: 42px;
    font-weight: 400;
    color: #333;
    margin-bottom: 30px;
}

.contact-subtitle {
    font-family: 'Montserrat', sans-serif;
    font-size: 16px;
    line-height: 1.6;
    color: #999;
    margin-bottom: 10px;
}

.form-group {
    margin-bottom: 30px;
}

.form-group label {
    font-family: 'Montserrat', sans-serif;
    display: block;
    font-size: 11px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333;
    margin-bottom: 10px;
}

.form-group input,
.form-group textarea {
    width: 100%;
    padding: 15px;
    border: 1px solid #e0e0e0;
    border-radius: 2px;
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    color: #333;
    transition: border-color 0.3s;
}

.form-group input:focus,
.form-group textarea:focus {
    outline: none;
    border-color: #2c7a7b;
}

.form-group input::placeholder,
.form-group textarea::placeholder {
    color: #ccc;
}

.form-group textarea {
    min-height: 180px;
    resize: vertical;
}

.submit-btn {
    width: 100%;
    background: #2c7a7b;
    color: white;
    padding: 18px 40px;
    border: none;
    border-radius: 2px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: background 0.3s;
    font-family: 'Montserrat', sans-serif;
}

.submit-btn:hover {
    background: #235e5f;
}

/* FOOTER SECTION */

.footer {
    background-color: white;
    margin-top: 80px;
    border-top: solid black 1px;
    max-width: 100%;
}

.footer-content {
    display: flex;
    justify-content: space-between;
    align-items: flex-start;
    max-width: 80%;
    margin: 0 auto;
    padding: 60px 60px 30px;
}

.footer-left {
    flex: 1;
}

.footer-logo {
    width: 180px;
    height: auto;
}

.footer-columns {
    display: flex;
    gap: 100px;
    flex: 1;
    justify-content: flex-end;
}

.footer-column {
    display: flex;
    flex-direction: column;
}

.footer-column h4 {
    font-family: 'Montserrat', sans-serif;
    font-size: 11px;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #333;
    margin-bottom: 20px;
}

.footer-column ul {
    list-style: none;
    padding: 0;
    margin: 0;
}

.footer-column ul li {
    margin-bottom: 12px;
}

.footer-column ul li a {
    font-family: 'Montserrat', sans-serif;
    font-size: 14px;
    font-weight: 400;
    color: #666;
    text-decoration: none;
    transition: color 0.3s;
}

.footer-column ul li a:hover {
    color: #2c7a7b;
}

.social-icons {
    display: flex;
    gap: 15px;
    margin-top: 25px;
}

.social-icons a {
    width: 35px;
    height: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #2c7a7b;
    color: white;
    border-radius: 2px;
    text-decoration: none;
    transition: background-color 0.3s;
}

.social-icons a:hover {
    background-color: #235e5f;
}

.social-icons i {
    font-size: 16px;
}

.footer-separator {
    height: 1px;
    background-color: #acacac;
    max-width: 100%;
    margin: 0 auto;
}

.footer-bottom {
    text-align: center;
    padding-top: 30px;
    max-width: 100%;
    margin: 0 auto;
    padding-bottom: 30px;
}

.footer-bottom p {
    font-family: 'Montserrat', sans-serif;
    font-size: 13px;
    font-weight: 400;
    color: #999;
}

@media (max-width: 768px) {
    nav {
        padding: 20px 30px;
        flex-wrap: wrap;
    }

    .nav-links {
        gap: 20px;
    }

    .hero h1 {
        font-size: 42px;
    }

    .hero p {
        font-size: 18px;
    }

    .contact-section {
        padding: 60px 30px;
    }

    .contact-container {
        padding: 50px 30px;
    }

    .contact-container h2 {
        font-size: 32px;
    }

    .footer {
        padding: 40px 30px 20px;
    }

    .footer-content {
        flex-direction: column;
        gap: 40px;
    }

    .footer-columns {
        gap: 50px;
        justify-content: flex-start;
    }
}

@media (max-width: 480px) {
    .hero h1 {
        font-size: 32px;
    }

    .hero p {
        font-size: 16px;
    }

    .nav-links {
        flex-direction: column;
        gap: 10px;
    }

    .contact-container {
        padding: 40px 20px;
    }

    .contact-container h2 {
        font-size: 28px;
    }

    .footer-columns {
        flex-direction: column;
        gap: 30px;
    }
}
/* ADD THIS TO YOUR Project.css FILE */

/* EUROPE MAP SECTION */
.europe-map-section {
    font-family: 'Montserrat', sans-serif;
    padding: 80px 60px;
    background: white;
    position: relative;
}

.map-header {
    text-align: center;
    margin-bottom: 60px;
}

.map-header .section-label {
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
    color: #a1a1a1;
    margin-bottom: 20px;
}

.map-header h2 {
    font-size: 36px;
    font-weight: 500;
    color: black;
    margin-bottom: 20px;
}

.map-header p {
    font-size: 16px;
    color: #666;
    max-width: 600px;
    margin: 0 auto;
}

.map-container {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    max-width: 90%;
    margin: 0 auto;
    gap: 40px;
    min-height: 700px;
}

.map-wrapper {
    position: relative;
    width: 100%;
    max-width: 1400px;
    aspect-ratio: 6000 / 3375; /* Maintains your image ratio */
    background-image: url('assets/map.png');
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    flex-shrink: 0;
}

/* Invisible hover areas */
.country-area {
    position: absolute;
    cursor: pointer;
}

/* Position each country area */
.germany {
    top: 52%;
    left: 40%;
    width: 4%;
    height: 16%;
}

.spain {
    top: 73%;
    left: 22%;
    width: 6%;
    height: 18%;
    rotate: calc(10deg);
}

.poland {
    top: 50%;
    left: 47%;
    width: 6%;
    height: 10%;
}

.netherlands {
    top: 53%;
    left: 37%;
    width: 2%;
    height: 4%;
}

.france {
    top: 60%;
    left: 29%;
    width: 8%;
    height: 18%;
}

.italy {
    top: 69%;
    left: 42%;
    width: 4%;
    height: 25%;
    rotate: calc(-30deg);
}

.uk {
    top: 38%;
    left: 29%;
    width: 5%;
    height: 18%;
}

.belgium {
    top: 58%;
    left: 35%;
    width: 3%;
    height: 2%;
    rotate: calc(30deg);
}

.switzerland {
    top: 68%;
    left: 38%;
    width: 3%;
    height: 4%;
}

.portugal {
    top: 76%;
    left: 19%;
    width: 2%;
    height: 12%;
    rotate: calc(20deg);
}

.ireland {
    top: 45%;
    left: 24%;
    width: 4%;
    height: 8%;
}

.czechia {
    top: 61%;
    left: 44%;
    width: 5%;
    height: 5%;
}

.austria {
    top: 66%;
    left: 43%;
    width: 4%;
    height: 4%;
}

.denmark {
    top: 43%;
    left: 40%;
    width: 4%;
    height: 6%;
}

.norway {
    top: 15%;
    left: 41%;
    width: 3%;
    height: 25%;
    rotate: calc(19deg);
}

.sweden {
    top: 14%;
    left: 45%;
    width: 4%;
    height: 31%;
    rotate: calc(8deg);
}

.finland {
    top: 11%;
    left: 51%;
    width: 5%;
    height: 24%;
    rotate: calc(-7deg);
}

.rest1 {
    top: 62%;
    left: 48%;
    width: 14%;
    height: 26%;
    rotate: calc(-40deg);
}

.rest2 {
    top: 25%;
    left: 55%;
    width: 25%;
    height: 45%;
    rotate: calc(-30deg);
}

/* Retailers Popup */
.retailers-popup {
    width: 300px;
    height: 500px;
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    padding: 20px;
    box-shadow: 0 10px 40px rgba(0,0,0,0.1);
    display: none;
    flex-direction: column;
    flex-shrink: 0;
    position: absolute;
    left: 5%;
}

.retailers-popup.active {
    display: flex;
}

.retailers-popup h3 {
    font-size: 24px;
    font-weight: 600;
    margin-bottom: 20px;
    color: #333;
}

.retailers-scroll-container {
    flex: 1;
    overflow: hidden;
    position: relative;
    background: #f9fafb;
    border-radius: 4px;
    padding: 10px;
}

.retailers-scroll {
    animation: scrollRetailers 15s linear infinite;
    display: flex;
    flex-direction: column;
    gap: 20px;
}

.retailer-item {
    background: white;
    padding: 20px;
    border-radius: 4px;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 100px;
    border: 1px solid #e5e7eb;
}

.retailer-item img {
    max-width: 100%;
    max-height: 100px;
    object-fit: contain;
    opacity: 1;
    transition: all 0.3s;
}

.retailer-item:hover img {
    opacity: 1;
}

.coming-soon {
    flex: 1;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #f9fafb;
    border-radius: 4px;
    font-size: 18px;
    color: #666;
    font-weight: 500;
}

@keyframes scrollRetailers {
    0% {
        transform: translateY(0);
    }
    100% {
        transform: translateY(-50%);
    }
}

/* Responsive Design */
@media (max-width: 1400px) {
    .map-container {
        flex-direction: column;
    }
}

@media (max-width: 1024px) {
    .map-wrapper {
        max-width: 800px;
    }
    
    .retailers-popup {
        position: relative;
        margin-top: 20px;
    }
}

@media (max-width: 768px) {
    .europe-map-section {
        padding: 60px 30px;
    }
    
    .map-wrapper {
        max-width: 600px;
    }
    
    .retailers-popup {
        width: 100%;
        max-width: 300px;
    }
}

@media (max-width: 480px) {
    .map-wrapper {
        max-width: 100%;
    }
}

/* PRICING SECTION */
.pricing-section {
    max-width: 1200px;
    margin: 0 auto;
    padding: 80px 60px;
    background: white;
}

.pricing-header {
    text-align: center;
    margin-bottom: 60px;
}

.pricing-header h2 {
    font-size: 36px;
    font-weight: 500;
    color: black;
    margin-bottom: 20px;
    font-family: 'Montserrat', sans-serif;
}

.pricing-container {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 40px;
    align-items: start;
}

.pricing-card {
    background: white;
    border: 2px solid #e5e7eb;
    border-radius: 8px;
    padding: 40px 30px;
    display: flex;
    flex-direction: column;
    transition: all 0.3s ease;
    position: relative;
}

.pricing-card:hover {
    transform: translateY(-5px);
    box-shadow: 0 10px 30px rgba(0,0,0,0.1);
}

.pricing-card.recommended {
    border-color: #2c7a7b;
    border-width: 3px;
}

.recommended-badge {
    position: absolute;
    top: -15px;
    left: 50%;
    transform: translateX(-50%);
    background: white;
    padding: 5px 20px;
    font-size: 12px;
    font-weight: 600;
    color: #666;
    text-transform: uppercase;
    letter-spacing: 1px;
}

.pricing-icon {
    width: 80px;
    height: 80px;
    background: #f3f4f6;
    border-radius: 8px;
    margin: 0 auto 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pricing-icon img {
    width: 50px;
    height: 50px;
    object-fit: contain;
}

.pricing-card h3 {
    font-size: 28px;
    font-weight: 600;
    color: #333;
    text-align: center;
    margin-bottom: 10px;
    font-family: 'Montserrat', sans-serif;
}

.pricing-subtitle {
    font-size: 14px;
    color: #666;
    text-align: center;
    margin-bottom: 30px;
    min-height: 40px;
    font-family: 'Montserrat', sans-serif;
}

.pricing-features {
    list-style: none;
    margin-bottom: 30px;
    flex-grow: 1;
}

.pricing-features li {
    display: flex;
    align-items: flex-start;
    gap: 12px;
    margin-bottom: 18px;
    font-size: 14px;
    color: #333;
    line-height: 1.5;
    font-family: 'Montserrat', sans-serif;
}

.included::before {
    content: "✓";
    width: 20px;
    height: 20px;
    background: #2c7a7b;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 12px;
    font-weight: bold;
}

.excluded::before {
    content: "╳";
    width: 20px;
    height: 20px;
    background: #7b2c2c;
    color: white;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-shrink: 0;
    font-size: 12px;
    font-weight: bold;
}

.pricing-cta {
    width: 100%;
    background: transparent;
    color: #333;
    padding: 15px 30px;
    border: 2px solid #2c7a7b;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s;
    font-family: 'Montserrat', sans-serif;
    margin-top: auto;
}

.talk-to-expert {
    width: 100%;
    background: transparent;
    color: #333;
    padding: 15px 30px;
    border: 2px solid #2c7a7b;
    border-radius: 4px;
    font-size: 13px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    cursor: pointer;
    transition: all 0.3s;
    font-family: 'Montserrat', sans-serif;
    margin-top: auto;
}

.pricing-cta:hover {
    background: #2c7a7b;
    color: white;
    border-color: #2c7a7b;
}

.talk-to-expert:hover {
    background: #2c7a7b;
    color: white;
    border-color: #2c7a7b;
}

.pricing-card.pro {
    background: linear-gradient(135deg, #f9f9f9 0%, #ffffff 100%);
    border: 2px solid #e5e7eb;
}

.pricing-card.pro .pricing-cta {
    background: transparent;
    color: #333;
    border: 2px solid #333;
}

.pricing-card.pro .pricing-cta:hover {
    background: #333;
    color: white;
}

.pro-message {
    text-align: center;
    margin-top: 20px;
    flex-grow: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}

.pro-message p {
    font-size: 14px;
    color: #666;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    font-family: 'Montserrat', sans-serif;
    margin-bottom: 20px;
}

/* Responsive Design */
@media (max-width: 1024px) {
    .pricing-container {
        grid-template-columns: 1fr;
        max-width: 500px;
        margin: 0 auto;
    }
}

@media (max-width: 768px) {
    .pricing-section {
        padding: 60px 30px;
    }

    .pricing-card {
        padding: 30px 20px;
    }

    .pricing-header h2 {
        font-size: 28px;
    }
}