main {
    padding: 90px 20%;
    margin: 105px 0;
    line-height: 1.4;
    box-sizing: border-box;
}


.blog-title {
    color: var(--Neutral-07, #0A2640);

    font-size: clamp(25px, 6vw, 40px);
    font-style: normal;
    font-weight: 700;
    margin: 0;
}

.blog-img {
    width: 60%;
    height: fit-content;
    margin: 40px 0;
    border-radius: 24px;

}


.img-container {
    display: flex;
    width: 100%;
    justify-content: center;
}

.Paragraph {
    margin: 15px 0;
    color: var(--Neutral-06, #414536);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;

}


.point {
    margin: 0;
    padding-left: 20px;
}

.point li {
    margin: 15px 0;
    color: var(--Neutral-06, #414536);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 28px;
    list-style-type: decimal;
}

.blog-subTopic {
    color: var(--Neutral-07, #0A2640);
    font-size: 24px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    /* 125% */
    letter-spacing: -0.72px;
    margin-top: 48px;
}

/*--------------------------*\
            table
\*------------------------- */
/* Base styles for the table */
.blog-content {
    width: 100%;
    border-collapse: collapse;
    margin: 20px 0;
}

.blog-content th, .blog-content td {
    border: 1px solid #ddd;
    padding: 8px;
    text-align: left;
    vertical-align: top;
}

.blog-content th {
    background-color: #f2f2f2;
}

table ul {
    padding-left: 20px; /* Add padding to the left of the list */
}

table ul li {
    margin-bottom: 10px;
    list-style-type: circle; /* Add space between list items */
    position: relative; /* Allow positioning of the pseudo-element */
}

table .blog-subTopic {
    color: var(--Neutral-07, #0A2640);
    font-size: 24px;
    font-weight: 700;
    line-height: 30px;
    letter-spacing: -0.72px;
    margin-top: 48px;
}

td {
    margin: 15px 0;
    color: var(--Neutral-06, #414536);
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
}

/* Media query for mobile devices */
@media (max-width: 768px) {
    .blog-content th, .blog-content td {
        padding: 12px 8px;
        font-size: 16px;
        line-height: 24px;
    }

    .blog-content th, .blog-content td {
        display: block;
        width: 100%;
    }

    .blog-content thead {
        display: none;
    }

    .blog-content tr {
        display: block;
        margin-bottom: 20px;
    }

    .blog-content tr:before {
        content: attr(data-label);
        font-weight: bold;
        text-transform: uppercase;
        margin-bottom: 10px;
        display: block;
    }

    table ul {
        padding-left: 20px; /* Keep padding for lists */
    }

    table ul li {
        margin-bottom: 8px;
    }

    table .blog-subTopic {
        font-size: 20px;
        line-height: 28px;
        margin-top: 24px;
    }

    td {
        font-size: 16px;
        line-height: 24px;
    }
}


.Published {
    display: flex;
    align-items: center;
    justify-content: space-between;
    margin: 30px 0;
    border-top: solid 2px;
    border-bottom: solid 2px;
    padding: 15px 0;
    font-size: 1rem;
    font-weight: 600;
    color: #0A2640;
    line-height: 1.75;
    flex-wrap: wrap;
    gap: 20px;

}

.name .profile {
    width: 3rem;
    margin-right: 10px;
    border-radius: 50%;
}

.name {
    display: flex;
    align-items: center;
}


@media(max-width:868px) {
    .blog-img {
        width: 100%;
    }
}

@media(max-width:868px) {
    main {
        padding: 80px 30px;
    }
}

/*--------------------------- *\
            Code
\*--------------------------- */

.code {
    background-color: #f5f5f5;
    border: 1px solid #ddd;
    padding: 10px;
    border-radius: 5px;
    margin-top: 10px;
}
.titlecode {
    font-weight: bold;
    margin-bottom: 5px;
}
.code-container {
    background-color: #272822;
    color: #f8f8f2;
    padding: 10px;
    border-radius: 5px;
    overflow-x: auto;
    font-family: 'Courier New', Courier, monospace;
}
.code-container pre {
    margin: 0;
}
/*--------------------------- *\
            enterprise
\*--------------------------- */

.enterprise-container {
    padding: 0 6%;
    margin: 60px 0;
}

.enterprise {
    width: 100%;
    height: fit-content;
    flex-shrink: 0;
    border-radius: 12px;
    background: var(--Dark-Blue, #0A2640);
    position: relative;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 10px;
}

.Circle {
    width: 1293px;
    height: 1293px;
    position: absolute;
    border-radius: 100%;
    background: #1C3D5B;
    top: -322%;
    right: -47%;

}

.enterprise h2 {
    margin-top: 40px;
    color: #FFF;
    text-align: center;
    /* Headings/Text XXL */
    font-size: clamp(20px, 3vw, 30px);
    font-style: normal;
    font-weight: 600;
    z-index: 9;
    width: 70%;
}

.enterprise p {
    color: #FFF;
    text-align: center;
    margin: 20px 0;
    font-size: clamp(20px, 4vw, 25px);
    font-style: normal;
    z-index: 9;
    width: 60%;
}

.start {
    margin: 10px 0;
    display: flex;
    gap: 26px;
    z-index: 9;
    margin-bottom: 40px;
}

.start input {
    border-radius: 240px;
    border: 2px solid #FFF;
    background: #FFF;
    font-size: 20px;
    font-style: normal;
    font-weight: 400;
    line-height: 32px;
    padding: 12px 32px;
}

.start-button {
    display: inline-flex;
    padding: 16px 56px;
    justify-content: center;
    align-items: center;
    gap: 8px;
    border-radius: 56px;
    border: 2px solid var(--Green, #65E4A3);
    background: var(--Green, #65E4A3);
    color: var(--Dark-Blue, #0A2640);
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 28px;

}

@media(max-width:820px) {
    .enterprise h2 {
        width: 100%;
        line-height: 32px;
    }

    .start {
        flex-wrap: wrap;
        justify-content: center;
    }

    .enterprise-container {
        padding: 0 10px;
    }

    .start-button {
        padding: 16px 26px;
    }

    .Circle {
        top: -373%;
        right: -76%;
    }
}