img {
    position: fixed;
    top: 0;
    left: 0; 
    z-index: 1000;
    margin-left: 2%;
}

/* Divider line under the image */
.divider {
    position: fixed;
    top: 70px;
    left: 0;
    width: 100%;
    height: 1px;
    background-color: #e2e2e2;
    z-index: 999;
}

.content .header {
    /*color: #373737;*/
    font-size: 58px;
    line-height: 22px;
    letter-spacing: -0.1rem;
    color: #0C0C0C;
    margin-top: -2.21425em;
    font-style: normal;
    font-weight: 500;
}

.content .header2 {
    color: #6F1D46;
    font-size: 58px;
    line-height: 22px;
    font-style: normal;
    font-weight: 500;
}

.content .header3 {
    color: #B1B1B1;;
    font-style: normal;
    font-weight: 500;
    font-size: 20px;
    line-height: 32px;
}

.content .header4 {
    color: #898989;;
    font-style: normal;
    font-weight: 700;
    font-size: 20px;
    line-height: 32px;
}

.ui.two.stackable.cards {
    display: flex;
    /* justify-content: center; */
    gap: 2rem;
    margin: 22rem auto;
    max-width: 1200px;
    padding: 0 1rem;

    position: relative;
    left: -11%;
}

@media screen and (max-width: 768px) {
    .content .header {
        margin-bottom: 10% !important;
        margin-left: 11% !important;
        margin-top: -15% !important;
        line-height: 64px !important;
    }
    .content {
        position: relative !important;
        top: 17% !important;
    }
    .content .header3 {
        margin-left: 14% !important;
    }
    .content .header4 {
        margin-left: 14% !important;
    }
    .ui.two.stackable.cards {
        margin-top: 50% !important;
    }
    .ui.stackable.cards .card:first-child {
        margin-bottom: 14% !important;
    }
    .ui.two.stackable.cards .card {
        min-width: 302px !important;
        max-height: 232px !important;
    }
    .ui.two.stackable.cards .card .content {
        padding: 10% 7% !important;
    }
    .ui.two.stackable.cards .card .content img.massive {
        position: none !important;
        left: 0 !important;
        top: 0 !important;
        bottom: 0 !important;
        margin-right: 83.5% !important;
        margin-top: -32% !important;
    }
    .ui.two.stackable.cards .card .description {
        margin-bottom: 0 !important;
        position: absolute !important;
        top: 71% !important;
        left: -2% !important;
    }

    .ui.two.stackable.cards .card .description {
        margin-bottom: 0 !important;
        position: absolute !important;
        top: 71% !important;
        left: -1% !important;
        width: 103% !important;
    }

    .ui.two.stackable.cards .card .description.business {
        margin-bottom: 0 !important;
        position: absolute !important;
        top: 71% !important;
        left: -5% !important;
    }


    .ui.two.stackable.cards .card .ui.primary.button {
        position: absolute !important;
        bottom: 19% !important;
        right: 6.9rem !important;
        top: 0 !important;
    }

    .landing-page {
        position: relative !important;
        left: 16% !important;
        top: -6% !important;
    }
}

.ui.two.stackable.cards .card {
    background: #FFFFFF;
    border-radius: 12px;
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.1);
    transition: all 0.3s ease;
    cursor: pointer;
    padding: 2rem;
    margin: 0;
    min-width: 280px;
    max-width: 510px;
    max-height: 200px;
    border: 1px solid #E0E0E0;
}

.ui.two.stackable.cards .card:hover {
    transform: translateY(-5px);
    box-shadow: 0 8px 16px rgba(0, 0, 0, 0.1);
}

.ui.two.stackable.cards .card .content {
    text-align: center;
    padding: 1.5rem 1rem;
}

.ui.two.stackable.cards .card .content img.massive {
    width: 30px;
    height: 30px;
    margin-bottom: 1.5rem;
    position: relative;
    left: -45%;
    top: -46%;
}

.circle {  
    width: 46px; 
    height: 46px;
    background-color: black; 
    border-radius: 50%; 
    display: flex; 
    justify-content: center;  
    align-items: center;
    bottom: 20px;
    position: relative;
}  

.ui.two.stackable.cards .card .header {
    font-size: 1.5rem;
    color: #333;
    margin-bottom: 0.75rem;
    font-weight: 600;
    position: relative;
    left: -40%;
    top: -6%;
}

.ui.two.stackable.cards .card .description {
    color: #666;
    font-size: 0.95rem;
    line-height: 1.4;
    margin-bottom: 1.5rem;
    position: relative;
    left: -12%;
    top: -6%;
}

.ui.two.stackable.cards .card .extra.content {
    border-top: none;
    padding-top: 0;
}

.ui.primary.button {
    background: #FFFFFF !important;
    border: 1px solid #CFCFCF !important;
    border-radius: 12px !important;
    position: relative;
    top: 30%;

}

.ui.card>.extra, .ui.cards>.card>.extra {
    border-top: 0;
    max-width: 0px !important;
    min-height: 0px !important;
    position: relative;
    left: 84%;
    top: -70%;
}

.ui.two.stackable.cards .card .ui.primary.button {
    background-color: #fff;
    color: #333;
    border: 1px solid #E0E0E0;
    padding: 14px 18px;
    border-radius: 8px;
    transition: all 0.3s ease;
    display: inline-flex;
    align-items: center;
    gap: 0.5rem;
    width: 48px !important;
    height: 48px !important;
}

.arrow.right.icon {
    color: #CFCFCF;
    position: relative;
    bottom: 20%;
}

.ui.button:not(.icon) {
    min-width: 50px;
}

.ui.two.stackable.cards .card .ui.primary.button:hover {
    background-color: #f5f5f5;
    border-color: #ccc;
}

.ui.two.stackable.cards .card .ui.primary.button i.icon {
    margin: 0;
    font-size: 1rem;
}

@media screen and (max-width: 767px) {
    .ui.two.stackable.cards {
        flex-direction: column;
        align-items: center;
        margin-top:none;
    }

    .ui.two.stackable.cards .card {
        width: 100%;
        max-width: 100%;
    }
}

.content.fixed-content {
    position: relative;
    top: 0;
    margin-bottom: 3rem;
    text-align: left;
    padding: 0 2rem;
}

.landing-page {
    position: absolute;
    left: 10%;
    top: 75%;
}