﻿.project-hero {
    position: relative;
    margin-top: 5rem;
    padding: 80px 0 120px;
}

.opacity-medium {
    position: absolute;
    inset: 0;
    max-width: 1300px;
    margin: auto;
    background-color: #fafafa;
    opacity: 0.9;
    border-radius: 3rem;
    z-index: 1;
}

.project-container {
    position: relative;
    z-index: 2;
    max-width: 1300px;
    margin: auto;
    padding: 0 20px;
}

.project-heading h1 {
    font-size: 54px;
    line-height: 1.2;
    margin-bottom: 25px;
    font-weight: 700;
    font-family: 'Lato';
}

.project-desc p {
    font-size: 18px;
    line-height: 1.6;
    max-width: 813px;
    margin: 0 auto 40px;
    color: #3b3b3b;
    font-family: 'Lato';
}

.project-image img {
    max-width: 100%;
    height: auto;
    margin-top: 20px;
    margin-bottom: -80px;
}



@media (max-width: 1024px) {

    .project-hero {
        padding: 60px 0 90px;
    }

    .project-heading h1 {
        font-size: 70px;
        line-height: 1.3;
        font-weight: 600;
    }

    .project-desc p {
        font-size: 30px;
    }

    .opacity-medium {
        border-radius: 2rem;
    }
}


@media (max-width: 600px) {

    .project-hero {
        margin-top: 2rem;
        padding: 40px 0 60px;
    }

    .project-heading h1 {
        font-size: 22px;
    }

    .project-desc p {
        font-size: 14px;
        padding: 0 10px;
    }

    .opacity-medium {
        border-radius: 1.5rem;
    }
}

/*Second -section Responsive*/

@media (max-width: 1024px) {

    .wow.fadeIn .col-sm-12 h5 {
        font-size: 3.8rem !important;
        line-height: 4.6rem !important;
        text-align: center !important;
        margin-left: 0 !important;
        margin-bottom: 1rem !important;
    }

    .wow.fadeIn p {
        font-size: 35px !important;
        line-height: 3.7rem !important;
        text-align: justify;
        margin: 0 auto 1.5rem auto !important;
        font-weight: 400;
    }

    .wow.fadeIn .main {
        flex-wrap: wrap !important;
        justify-content: center !important;
        gap: 2rem !important;
        margin-left: 0 !important;
    }

        .wow.fadeIn .main img {
            max-width: 34rem !important;
            margin: 0 auto !important;
            display: block !important;
        }
}


@media (max-width: 600px) {

    .wow.fadeIn .col-sm-12 h5 {
        font-size: 24px !important;
        line-height: 2.3rem !important;
        text-align: center !important;
        margin-left: 0 !important;
        margin-bottom: 0.8rem !important;
    }

    .wow.fadeIn p {
        font-size: 11px !important;
        line-height: 1.6rem !important;
        text-align: center !important;
        margin: 0 auto 1.5rem auto !important;
        padding: 0 1rem !important;
        max-width: 95% !important;
    }

    .wow.fadeIn .main {
        flex-direction: column !important;
        align-items: center !important;
        gap: 2rem !important;
        margin-left: 0 !important;
    }

        .wow.fadeIn .main img {
            width: 100% !important;
            max-width: 360px !important;
            margin: 0 auto !important;
            display: block !important;
        }
}




/*Third-section Responsive*/


.use-cases-left img {
    max-width: 200%;
    width: 114%;
    max-height: 200%;
    height: 123%;
    margin-left: -2rem;
    margin-top: -6rem;
}

@media (max-width:1024px) {
    .use-cases {
        display: flex !important;
        flex-direction: column !important;
        width: 95% !important;
        border-radius: 0 !important;
        margin-top: -4rem;
        margin-top: 0rem !important;
    }

    .use-cases-left,
    .use-cases-right {
        width: 96% !important;
    }

        .use-cases-left img {
            width: 100% !important;
            height: 56rem !important;
            border-radius: 0 !important;
            display: block !important;
            margin-top: -6rem;
        }

    .use-cases-right {
        flex: 0 0 55%;
        max-width: 95% !important;
        border-radius: 12px;
        padding: 20px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        align-items: stretch;
        margin-top: -1rem;
    }

        .use-cases-right h1 {
            margin-top: 0 !important;
            font-size: 3.5rem !important;
            line-height: 4.5rem !important;
            margin-bottom: 1rem !important;
            text-align: center !important;
        }

        .use-cases-right > p {
            font-size: 35px !important;
            line-height: 3.3rem !important;
            margin-bottom: 1.2rem !important;
            text-align: center !important;
        }

    .accordion-left {
        justify-content: center !important;
        gap: 1rem !important;
        text-align: center !important;
    }

    .accordion-content p {
        text-align: center !important;
        font-size: 23px !important;
        margin: 0.6rem 0 !important;
    }
    .ZO {
        margin-left: 1rem;
        margin-left: 1rem;
        font-size: 35px;
        font-weight: 500;
        font-family: 'Montserrat';
    }
}


@media (max-width:600px) {

    .use-cases {
        display: flex !important;
        flex-direction: column !important;
        width: 100% !important;
        margin: 0 !important;
        padding: 0 !important;
    }

    .use-cases-left img {
        width: 100% !important;
        height: auto !important;
        border-radius: 0 !important;
        display: block !important;
        margin-top: -6rem;
    }
    .use-cases-right {
        flex: 0 0 55%;
        max-width: 100% !important;
        border-radius: 12px;
        padding: 20px;
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        align-items: stretch;
        margin-top: -1rem;
    }

     .use-cases-right h1 {
            font-size: 2.5rem !important;
            line-height: 2.2rem !important;
            margin: 0.5rem 0 !important;
            text-align: center !important;
        }

     .use-cases-right > p {
            font-size: 12px !important;
            line-height: 1.5rem !important;
            margin-bottom: 1rem !important;
            text-align: center !important;
        }

    .accordion-left img {
        width: 1.7rem !important;
        height: 1.7rem !important;
    }

    .accordion-left {
        justify-content: center !important;
        gap: 0.8rem !important;
        text-align: center !important;
    }

    .accordion-content p {
        font-size: 22px !important;
        line-height: 1.5rem !important;
        text-align: center !important;
        margin: 0.4rem 0 !important;
    }
}



/*2nd section*/

.enterprise-benefit-section {
    width: 100%;
    padding: 60px 0;
}

.enterprise-benefit-container {
    width: 1300px;
    margin: auto;
    text-align: center;
    margin-left: 14px;
}

.enterprise-benefit-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: -89px;
    line-height: 3.1rem;
    text-align: justify;
    margin-left: 3.5rem;
    font-family: 'Lato';
}

.enterprise-benefit-desc {
    font-size: 18px;
    color: #545454;
    width: 53%;
    margin: auto;
    line-height: 1.9rem;
    margin-bottom: 50px;
    text-align: justify;
    margin-left: 40rem;
    /* font-family: unset; */
    font-family: 'Lato';
}


.enterprise-benefit-cards {
    display: flex;
    justify-content: center;
    gap: 25px;
    flex-wrap: wrap;
    margin-left: 2rem;
    width: 100%;
}


.enterprise-benefit-card {
    background: #2C3E50;
    padding: 30px;
    width: 31%;
    height: 18rem;
    color: white;
    border-radius: 18px;
    transition: 0.3s ease-in-out;
}


.enterprise-benefit-icon {
    width: 39px;
    height: auto;
    margin-bottom: 7px;
    margin-right: 16rem;
    margin-top: 1rem;
}


.enterprise-benefit-card-title {
    font-size: 2rem;
    margin-bottom: 12px;
    font-weight: 700;
    text-align: justify;
    font-family: 'Lato';
}

.enterprise-benefit-card-text {
    font-size: 18px;
    line-height: 1.7rem;
    color: #fbfbfb;
    text-align: justify;
    font-weight: 400;
    font-family: 'Lato';
}

@media (max-width: 992px) {
    .enterprise-benefit-container {
        width: 90%;
    }

    .enterprise-benefit-title {
        font-size: 3.5rem;
        text-align: center;
        margin-bottom: 20px;
        line-height: 1.3;
        font-family: 'Lato';
    }

    .enterprise-benefit-desc {
        width: 100%;
        margin-left: 2rem;
        font-size: 35px;
        line-height: 1.5;
        text-align: justify;
        font-family: 'Lato';
        font-weight: 400;
    }
    .enterprise-benefit-cards {
        display: flex;
        justify-content: center;
        gap: 30px;
        flex-wrap: wrap;
        margin-left: 2rem;
        width: 100%;
    }
    .enterprise-benefit-card {
        width: 100%;
        height: auto;
    }

    .enterprise-benefit-card-title {
        font-size: 35px;
        font-weight: 600;
        font-family: 'Lato';
    }

    .enterprise-benefit-card-text {
        font-size: 35px;
        line-height: 3rem;
        text-align: justify;
    }
    .enterprise-benefit-icon {
        width: 55px;
        height: auto;
        margin-bottom: 9px;
        margin-right: 0rem;
        /* margin-top: 1rem; */
    }

}

@media (max-width: 768px) {
    .enterprise-benefit-container {
        width: 95%;
    }

    .enterprise-benefit-title {
        font-size: 1.8rem;
        text-align: center;
    }

    .enterprise-benefit-desc {
        width: 100%;
        text-align: center;
        font-size: 15px;
    }

    .enterprise-benefit-cards {
        width: 29%;
        height: 21rem;
    }

    .enterprise-benefit-card {
        width: 100%;
        height: auto;
        padding: 20px;
    }

    .enterprise-benefit-card-title {
        font-size: 22px;
        text-align: center;
    }

    .enterprise-benefit-card-text {
        font-size: 15px;
        text-align: center;
        line-height: 1.8rem;
    }
    
}





/*Why Enterprises Struggle - section*/
.why-container {
    max-width: 1300px;
    margin: auto;
    padding: 50px 20px;
}

.why-title {
    /*    font-size: 40px;
    font-weight: 500;
    line-height: 3.3rem;
    color: #3b3b3b;
    white-space: nowrap;
    font-family: unset;*/

    font-size: 2.2rem;
    line-height: 3rem;
    color: #3b3b3b;
    font-weight: 700;
    font-family: 'Lato';
    white-space: nowrap;
}

.why-subtext {
    font-size: 18px;
    margin-top: 15px;
    color: #3b3b3b;
    font-weight: 400;
    font-family: 'Lato';
}

.why-list {
    list-style-type: disc;
    margin-left: 20px;
    font-size: 18px;
    line-height: 1.8;
    color: #3b3b3b;
    /* font-family: unset; */
    font-family: 'Lato';
}

    .why-list strong {
        font-weight: 600;
        color: #3b3b3b;
    }

.why-img {
    width: 100%;
    max-height: 526px;
    height: 40rem;
    border-radius: 10px;
    object-fit: cover;
    margin-top: -2rem;
}

.why-bottom-note {
    margin-top: 20px;
    font-size: 18px;
    color: #3b3b3b;
    font-weight: 500;
    font-family: 'Lato';
}
@media (max-width: 1024px) {
    .why-container {
        max-width: 95%;
        padding: 40px 20px;
    }

    .why-title {
        font-size: 3.5rem;
        line-height: 1.3;
        white-space: normal;
        text-align: center;
        font-family: 'Lato';
    }
    .why-subtext {
        font-size: 35px;
        margin-top: 15px;
        color: #3b3b3b;
        font-weight: 400;
        line-height: 1.3;
        text-align: center;
        font-family: 'Lato';
        padding-bottom: 17px;
    }

    .why-list {
        list-style-type: disc;
        margin-left: 20px;
        font-size: 35px;
        line-height: 1.8;
        color: #3b3b3b;
        font-family: 'Lato';
    }
    .why-bottom-note {
        margin-top: 20px;
        font-size: 35px;
        color: #3b3b3b;
        font-weight: 400;
        line-height: 1.4;
        text-align: justify;
        font-family: 'Lato';
    }
    .why-img {
        height: 28rem;
        margin-top: 0;
    }
}
@media (max-width: 600px) {
    .why-container {
        max-width: 100%;
        padding: 30px 15px;
    }

    .why-title {
        font-size: 1.7rem;
        line-height: 2.3rem;
        white-space: normal;
        text-align: center;
    }

    .why-subtext,
    .why-bottom-note {
        font-size: 15px;
        text-align: center;
    }

    .why-list {
        font-size: 15px;
        margin-left: 15px;
    }

    .why-img {
        height: 20rem;
        margin-top: 1rem;
    }
}






/*Features-section*/
.features-section {
    background: #f9fcff;
    padding: 80px 0;
    max-width: 1300px;
    margin: 0 auto;
    border-radius: 2rem;
    margin-bottom: -6rem;
    margin-top: -7rem;
}

.features-title {
    font-size: 2.2rem;
    font-weight: 700;
    margin-bottom: 50px;
    text-align: left;
    width: 59%;
    font-family: 'Lato';
}

.features-grid {
    display: flex;
}

.features-col {
    display: flex;
    flex-direction: column;
    gap: 35px;
}

    .features-col.bordered {
        border-left: 1px solid #000;
        border-right: 1px solid #000;
        padding: 0 25px;
    }

.feature-card {
    text-align: left;
}

    .feature-card img {
        width: 40px;
        margin-bottom: 12px;
    }

    .feature-card h5 {
        font-size: 24px;
        font-weight: 700;
        color: #3b3b3b;
        line-height: 1.9rem;
        margin-bottom: 10px;
        font-family: 'Lato';
    }

    .feature-card p {
        font-size: 18px;
        font-weight: 400;
        line-height: 1.8rem;
        color: #3b3b3b;
        font-family: 'Lato';
    }

@media (max-width: 1024px) {
    .features-section {
        background: #f9fcff;
        padding: 80px 0;
        max-width: 93%;
        margin: 0 auto;
        border-radius: 2rem;
        margin-top: -3rem;
        margin-bottom: 3rem;
    }
    .features-title {
        text-align: center;
        font-size: 3.5rem;
        width: 100%;
        line-height: 4.5rem;
        font-family: 'Lato';
    }
    .feature-card h5 {
        font-size: 35px;
        font-weight: 700;
        color: #3b3b3b;
        line-height: 1.4;
        margin-bottom: 20px;
        font-family: 'Lato';
    }
    .feature-card p {
        font-size: 35px;
        font-weight: 400;
        line-height: 1.5;
        color: #3b3b3b;
        font-family: 'Lato';
    }
    .features-grid {
        flex-direction: column;
        gap: 50px;
    }

    .features-col {
        border: none !important;
        padding: 0;
    }

    .feature-card {
        text-align: center;
    }

        .feature-card img {
            width: 53px;
            margin-bottom: 12px;
        }
}

@media (max-width: 600px) {

    .features-section {
        padding: 50px 0;
    }

    .features-title {
        font-size: 1.4rem;
        line-height: 2rem;
    }

    .feature-card h5 {
        font-size: 1.2rem;
    }

    .feature-card p {
        font-size: 14px;
    }
}




/* Use Cases Section */
.use-cases {
    display: flex;
    gap: 70px;
    margin: 180px auto 100px;
    max-width: 1300px;
    margin-bottom: -8rem;
    margin-left: 4rem;
}

.use-cases-left {
    flex: 0 0 40%;
    border-radius: 12px;
    padding: 20px 10px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin-left: 1rem;
    height: 39rem;
}
  .use-cases-left h2 {
        font-family: 'Montserrat', sans-serif;
        font-size: 28px;
        color: #3b3b3b;
        margin-bottom: 15px;
        margin-left: 20px;
    }

    .use-cases-left p {
        font-family: 'Lato', sans-serif;
        font-size: 16px;
        color: #3b3b3b;
        line-height: 1.6;
        margin-left: 0rem;
    }

.use-cases-right {
    flex: 0 0 55%;
    max-width: 670px;
    border-radius: 12px;
    padding: 20px;
    display: grid;
    grid-template-columns: 1fr;
    gap: 20px;
    align-items: stretch;
    margin-top: -1rem
}
    .use-cases-right h1 {
        font-size: 2.2rem;
        margin-top: -6rem;
        text-align: left;
        /* font-family: unset; */
        font-weight: 700;
        font-family: 'Lato';
    }

    .use-cases-right p {
        margin-bottom: 0rem;
        font-size: 18px;
        font-family: 'Lato';
    }
    .case-box {
        background: rgba(255,255,255,0.1);
        backdrop-filter: blur(10px);
        -webkit-backdrop-filter: blur(10px);
        border-radius: 10px;
        padding: 20px;
        color: #fff;
        transition: all 0.3s ease;
        overflow: hidden;
        display: flex;
        flex-direction: column;
        justify-content: flex-start;
    }

    .case-box h3 {
        font-family: unset;
        font-size: 18px;
        margin-bottom: 8px;
    }

    .case-box p {
        font-family: unset;
        font-size: 14px;
        margin: 0;
        color: #fff;
    }

    .case-box .more {
        display: none;
        margin-top: 8px;
    }

    .case-box:hover {
        padding: 30px;
    }

        .case-box:hover .more {
            display: block;
        }
h1 {
    font-size: 2.2rem;
    margin-bottom: 0rem;
    line-height: 3rem;
    font-weight: 600;
    color: #3b3b3b;
    font-family: 'Montserrat';
}

p {
    margin-bottom: 20px;
    font-size: 20px;
    font-family: 'Montserrat';
    color: #3b3b3b;
    font-weight: 500;
}

.ZO {
    margin-left: 1rem;
    color: #3b3b3b;
    font-weight: 700;
    font-family: 'Lato';
}

.accordion {
    padding: 19px 5px;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: space-between;
    font-weight: bold;
    font-size: 18px;
    border-bottom: none;
    position: relative;
}

.accordion-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    font-size: 15px;
    color: #444;
    padding-left: 35px;
    border-bottom: 1px solid #ccc;
}

.accordion.active + .accordion-content {
    max-height: 200px;
}

.accordion:after {
    content: "";
    width: 2rem;
    height: 2rem;
    background: url('/images/Index/angle-small-down.png') no-repeat center;
    background-size: contain;
    transition: transform 0.3s ease;
}

.accordion.active:after {
    transform: rotate(180deg);
}







/* What's Next Section */
.whats-next {
    text-align: center;
    max-width: 1300px;
    padding: 100px 7px;
    margin-left: 50px;
    padding-bottom: 31px;
}

    .whats-next h2,
    .whats-next p {
        text-align: left;
    }

    .whats-next h2 {
        font-size: 2.2rem;
        color: #3b3b3b;
        margin-bottom: 10px;
        font-weight: 700;
        font-family: 'Lato';
    }

    .whats-next p {
        font-family: 'Lato';
        font-size: 18px;
        color: #3b3b3b;
        margin-bottom: 40px;
    }

.next-grid {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.next-box {
    border: 1px solid #3b3b3b;
    border-radius: 10px;
    padding: 30px 20px;
    background: #fff;
    transition: all 0.3s ease;
}

    .next-box h3 {
        font-size: 2.2rem;
        margin-bottom: 10px;
        color: #3b3b3b;
        font-weight: 700;
        font-family: 'Lato';
    }

    .next-box p {
        font-size: 18px;
        color: #3b3b3b;
        margin-bottom: 20px;
        text-align: center;
        font-family: 'Lato';
    }

    .next-box a {
        font-family: 'Lato', sans-serif;
        font-size: 14px;
        color: #3b3b3b;
        text-decoration: underline;
        font-weight: 600;
    }

    .next-box:hover {
        border: none;
        box-shadow: 0 6px 20px rgba(0,0,0,0.15);
        transform: translateY(-5px);
    }


@media only screen and (max-width: 1024px) {
    .whats-next {
        margin: 100px auto 60px;
        padding: 0 15px;
        max-width: 96%;
        margin-top: 6rem;
    }

        .whats-next h2 {
            font-size: 3.5rem;
            margin-left: 2rem;
            font-weight: 700;
            line-height: 4rem;
            font-family: 'Lato';
        }

        .whats-next p {
            font-size: 35px;
            margin-left: 2rem;
            font-family: unset;
            line-height: 3rem;
            font-weight: 400;
            margin-top: 20px;
        }

    .next-grid {
        height: 61rem;
        display: grid;
        grid-template-columns: 1fr;
        gap: 34px;
        width: 52rem;
        margin-left: 5rem;
    }

    .next-box {
        padding: 23px 20px;
        width: 115%;
        margin-left: -4rem;
    }

        .next-box h3 {
            font-size: 3rem;
            font-weight: 600;
            font-family: 'Lato';
        }

        .next-box p {
            font-size: 35px;
            text-align: center;
            font-weight: 400;
            margin-top: 15px;
            font-family: 'Lato';
        }

        .next-box a {
            font-family: unset;
            font-size: 27px;
            color: #3b3b3b;
            text-decoration: underline;
            font-weight: 500;
        }
}

@media only screen and (max-width: 600px) {

    .whats-next {
        margin: 60px auto 40px;
        padding: 0 10px;
    }

        .whats-next h2 {
            font-size: 2.8rem;
            text-align: left;
            margin-left: 6rem;
            font-weight: 600;
        }

        .whats-next p {
            font-size: 28px;
            text-align: left;
            margin-left: 6rem;
        }

    .next-grid {
        height: 55rem;
        display: grid;
        grid-template-columns: 1fr;
        gap: 20px;
        width: 39rem;
        margin-left: 6rem;
    }

    .next-box {
        width: 100%;
        margin-bottom: 15px;
        padding: 15px 12px;
    }

        .next-box h3 {
            font-size: 1.3rem;
        }

        .next-box p {
            font-size: 12px;
        }
}




/*Last Section*/
.action-section {
    background: #B8F2E6;
    border-radius: 12px;
    padding: 40px 30px;
    max-width: 1300px;
    margin: 60px auto 40px;
}

.action-container {
    text-align: left;
    font-family: unset;
}

    .action-container h2 {
        margin-top: -12px;
        color: #3b3b3b;
        font-size: 4.3rem;
        white-space: nowrap;
        font-family: 'Lato';
    }

    .action-container p {
        font-size: 18px;
        margin-top: -23px;
        color: #3b3b3b;
        font-family: 'Lato';
    }

.action-cards {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 22px;
}

.action-card {
    background: #fff;
    display: flex;
    align-items: center;
    gap: 14px;
    padding: 14px 18px;
    border-radius: 14px;
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.1);
    transition: box-shadow 0.3s ease, transform 0.2s ease;
    height: 6.2rem;
}

    .action-card:hover {
        box-shadow: none;
        transform: translateY(2px);
    }

.icon-boxs {
    width: 48px;
    height: 32px;
    background: transparent;
    border-radius: 6px;
    flex-shrink: 0;
    margin-left: 6%;
}

.vertical-line {
    border-left: 1px solid black;
    height: 40px;
    margin: 0 10px;
}

.card-content h3 {
    font-size: 27px;
    font-weight: 600;
    margin: 0 0px 3px 18px;
    color: #3b3b3b;
    font-family: unset;
}

.card-content p {
    font-size: 18px;
    margin-left: 18px;
    margin-top: -10px;
    color: #3b3b3b;
    font-family: 'Lato';
}

@media (max-width: 1024px) {
    .action-section {
        padding: 25px 15px;
        margin: 30px auto;
        max-width: 95%;
    }

    .action-container h2 {
        font-size: 4.5rem;
        white-space: normal;
        text-align: center;
        margin-bottom: 11px;
        line-height: 6rem;
    }

    .action-container p {
        font-size: 35px;
        text-align: justify;
        margin-top: 32px;
        color: #3b3b3b;
        line-height: 3rem;
    }

    .action-cards {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 16px;
    }

    .action-card {
        width: 100%;
        max-width: 900px;
        flex-direction: row;
        align-items: center;
        justify-content: flex-start;
        padding: 17px 14px;
        height: auto;
        border-radius: 11px;
        box-shadow: 0 2px 6px rgba(0, 0, 0, 0.1);
    }

    .icon-boxs {
        width: 68px;
        height: 68px;
        margin: 0 10px 0 15px;
        flex-shrink: 0;
    }

    .vertical-line {
        display: flex;
        height: 91px;
        margin: 0 10px;
    }

    .card-content {
        text-align: left;
    }

        .card-content h3 {
            font-size: 44px;
            color: #3b3b3b;
            margin-left: 0.5rem;
            margin-top: 1.1rem;
            font-family: 'Lato';
        }

        .card-content p {
            font-size: 35px;
            margin-top: 10px;
            color: #3b3b3b;
            white-space: nowrap;
            margin-left: 0.5rem;
            font-weight: 500;
            font-family: 'Lato';
        }
}


