.table-icons img {
    max-width: initial;
}

.article .content > h2 {
    margin-top: 76px;
    margin-bottom: 16px;
}

.article .content > h3 {
    margin-top: 36px;
    margin-bottom: 16px;
}

.products-carousel-container {
    margin-top: 180px;
}

/*** SECTION - read more ***/
.section-readMore {
    padding: 180px 0;
}

.section-readMore img {
    width: 550px;
}

.section-readMore > table:not(:last-child) {
    margin-bottom: 130px;
}

.section-readMore > table table {
    max-width: 540px;
}

.section-readMore pre {
    width: 40px;
    height: 3px;
    background-color: var(--orange-color);
    margin-bottom: 30px;
    border-radius: 3px;
}

.section-readMore h2 {
    font-size: 26px;
    letter-spacing: 1px;
    margin-bottom: 16px;
}

.section-readMore h3 {
    margin-top: 16px;
    margin-bottom: 12px;
    font-size: 18px;
    opacity: 75%;
}

.section-readMore p {
    opacity: 75%;
}

.section-readMore a {
    margin-top: 40px;
    padding: 15px 40px;
    background: var(--yellow-color);
    border-radius: 6px;
    display: inline-block;
    transition: transform 0.2s ease, box-shadow 0.2s ease;
}

.section-readMore a:hover {
    transform: translateY(-3px);
    box-shadow: 0px 4px 10px rgba(0, 0, 0, 0.15);
}

@media (max-width: 1200px) {
    .section-readMore img {
        padding-right: 30px;
        display: block;
    }

    .section-readMore {
        padding: 90px 0;
    }


}

@media (max-width: 768px) {
    .section-readMore img {
        padding-right: 0;
        display: block;
        width: 100%;
    }

    .section-readMore table {
        display: block;
        width: 100%;
    }

    .section-readMore tbody, tr {
        display: block;
        width: 100%;
    }

    .section-readMore td {
        display: block;
        width: 100% !important;
        text-align: center;
        padding-top: 20px;
    }

    .section-readMore td:first-child {
        order: -1; /* Moves the image to the top */
    }

    .section-readMore .btn-primary {
        display: block;
        margin: 20px auto; /* Centers the button */
    }
}

/*** SECTION - references ***/
.section-references {
    background: #FEFEFE;
    padding: 15px;
    border-radius: 6px;
    width: 100%;
    margin: 130px 0;
}

.references-header {
    font-size: 26px;
    padding: 12px;
    background: #FEFEFE;
    cursor: pointer;
    font-family: 'Oswald';
    font-weight: 600;
    letter-spacing: 1px;
}

.references-icon {
    font-size: 30px;
    margin-right: 10px;
    color: var(--orange-color);
    font-weight: bold;
}

.references-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.4s ease-in-out, opacity 0.3s ease-in-out;
    opacity: 0;
}

.references-content.open {
    opacity: 1;
}


.references-content ol {
    padding-left: 40px; /* Adjust to align text correctly */
    margin: 0;
    list-style-position: outside; /* Ensures numbers stay aligned */
}

.references-content ol li {
    font-size: 16px;
    margin-bottom: 5px;
    text-indent: -20px; /* Pulls the first line left */
    padding-left: 20px; /* Pushes the text to align properly */
    max-width: 700px;
    word-break: break-word;
}

.references-content ol li:not(:last-child) {
    margin-bottom: 15px; /* Add space between items */
}

.references-content ol li::marker {
    font-weight: bold; /* Makes only the numbers bold */
}

.references-content td {
    padding: 36px 18px 42px 18px;
}

.section-references a {
    opacity: 75%;
    margin-left: 20px;
}

/*** ARTICLE PAGE ***/
.container.article {
    font-size: 18px;
}

.container.article p {
    opacity: 75%;
}

.container.article p a {
    text-decoration: underline;
    font-weight: bold;
}

.article-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    max-width: 1200px;
    margin: 0 auto 120px auto;
}

.image-section {
    width: 60%;
}

.text-box {
    background-color: white;
    width: 50%;
    margin-left: -130px;

}

.text-box .inner-bg {
    padding: 56px;
    background: white;
}

.text-box h1 {
    font-size: 36px;
    color: var(--brown-color);
    font-weight: bold;
}

.text-box ul {
    margin-top: 28px;
    list-style: none;
    padding: 0;
    margin-left: 46px;
}

.text-box ul li {
    font-size: 16px;
    margin-bottom: 16px;
    color: rgba(66, 27, 17, 0.75);
    display: flex;
}

.text-box ul li::before {
    content: "";
    background-image: url(../images/icons/orange-arrow-thick.svg); /* Path to your SVG */
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px; /* Adjust size as needed */
    height: 16px;
    display: inline-block;
    margin-right: 10px;
    transform: rotate(270deg);
}

.info-box {
    background-color: var(--yellow-color);
    color: var(--brown-color);
    /*padding: 84px 67px 84px 202px;*/
    padding: 84px 50px 84px 300px;
    font-weight: bold;
    text-transform: uppercase;
    display: flex;
    justify-content: center;
    width: 100%;
    font-size: 36px;
    position: relative;
    overflow: hidden;
    font-family: 'Oswald';
}

.info-box::before {
    content: "";
    background-image: url(../images/general/liver.svg);
    background-repeat: no-repeat;
    width: 260px;
    height: 200px;
    background-size: 310px;
    background-position: center;
    position: absolute;
    left: 25px;
    align-self: anchor-center;
}

/*.info-box::before {*/
/*    content: "";*/
/*    background-image: url(../images/general/liver.svg);*/
/*    background-repeat: no-repeat;*/
/*    width: 570px;*/
/*    height: 200px;*/
/*    background-size: 310px;*/
/*    background-position: center;*/
/*    position: absolute;*/
/*    left: -230px;*/
/*    background-position: center;*/
/*    top: 18%;*/
/*}*/


.info-box p {
    line-height: 46px;
}

.article .info-box {
    margin-top: 56px;
}

/** TABLE WITH ICONS **/

/* Remove fixed 50% width from nested td cells */
.table-icons td table td {
    width: auto !important;
    padding-bottom: 36px;
    text-align: left;
    vertical-align: middle;
    color: rgba(66, 27, 17, 0.75);
}

/* Fix icon size and spacing */
.table-icons td table td:first-child {
    width: 62px !important; /* set fixed width for image cell */
    padding-right: 20px;
}

/** TABLE READ MORE SMALL **/
.table-read-more {
    border-collapse: separate !important;
    border-spacing: 0 46px;
    color: rgba(66, 27, 17, 0.75);
    font-size: 18px;
    font-family: "Noto Sans";
    letter-spacing: 0.4px;
}

.table-read-more td table tr:first-child td {
    font-weight: bold;
    text-transform: uppercase;
    padding-bottom: 15px;
    color: var(--brown-color);
    font-family: Oswald;
}

.table-read-more a {
    display: inline-block;
    padding-top: 20px;
    font-weight: bold;
}

.table-read-more a::before {
    content: '';
    display: inline-block;
    background-image: url(../images/icons/orange-arrow-thick.svg);
    background-size: contain;
    background-repeat: no-repeat;
    width: 16px;
    height: 16px;
    margin-right: 8px;
    vertical-align: middle;
    transform: rotate(270deg);
}

.table-read-more img {
    width: 90%;
}

.table-read-more > tbody > tr > td:first-child {
    width: 35% !important;
}

@media screen and (max-width: 768px) {
    .table-read-more > tbody > tr > td:first-child {
        width: 100% !important;
    }

    .table-read-more > tbody > tr > td img {
        width: 100% !important;
        margin-bottom: 20px;
    }

    .table-read-more td {
        display: block;
        width: 100% !important;
        box-sizing: border-box;
    }


}


/*** PAGE LIST ***/
.article ul {
    list-style: none; /* remove default bullets */
    padding-left: 0; /* remove default padding */
    margin-left: 0;
}

.article ul li {
    position: relative;
    padding-left: 24px; /* space for custom bullet */
    margin-bottom: 12px;
    color: rgba(66, 27, 17, 0.75);
    font-size: 18px;
    font-family: "Noto Sans";
    letter-spacing: 0.4px;
    line-height: 30px;
}

.article ul li::before {
    content: '';
    position: absolute;
    left: 0;
    top: 10px;
    width: 8px;
    height: 8px;
    background-color: #ffb600; /* yellow color */
    border-radius: 50%;
}

.carousel-text ul {
    margin-top: 20px;
}

.carousel-text ul li {
    font-size: 14px;
    font-weight: 400;
    line-height: 30px;
}

/*** OPEN INFO ACCORDION ***/
.open-info-element {
    border-collapse: separate;
    border-spacing: 0 10px; /* adds vertical spacing between rows */
    margin-bottom: 100px;
}

.open-info-element td {
    padding: 36px; /* optional: for inner spacing */
}

/* Make first column look like a clickable header */
.open-info-element td:first-child {
    cursor: pointer;
    position: relative;
    padding-left: 50px;
    vertical-align: top;
    font-size: 20px;
    font-weight: 700;
    letter-spacing: 0.4px;
    color: var(--brown-color);
    line-height: 32px;
}

/* Add plus/minus icon using ::before */
.open-info-element td:first-child::before {
    content: '+';
    position: absolute;
    left: 10px;
    top: 36px;
    font-size: 30px;
    line-height: 1;
    color: var(--orange-color); /* Fallback color */
    font-weight: bold;
}

/* Change to minus when active */
.open-info-element tr.active td:first-child::before {
    content: '−'; /* En dash as a minus */
}

/* Initially hide image and text columns */
.open-info-element td:nth-child(2),
.open-info-element td:nth-child(3) {
    display: none;
}

/* When a row is active, stack image and text vertically */
.open-info-element tr.active {
    display: block;
}

/* Make each <td> full width when stacked */
.open-info-element tr.active td {
    display: block;
    width: 100% !important;
    padding-bottom: 20px;
    padding-left: 50px;
}

.open-info-element tr.active td:first-child {
    padding-bottom: 0px;
}


/* Make the image responsive and spaced nicely */
.open-info-element tr.active td:nth-child(2) img {
    display: block;
    max-width: 100%;
    height: auto;
    margin: 0 auto 20px;
}

.open-info-element tr {
    border-bottom: 1px solid rgba(66, 27, 17, 0.1);
    margin-bottom: 10px;
}

/*** PAGE ELEMENT - FACT AND MYTH TITLE ***/

.fact-myth-title-table {
    margin-bottom: 46px;
}

.fact-myth-title-table tr td:first-child {
    width: 10% !important;
}

.fact-myth-title-table tr td:last-child {
    width: 10px !important;
    font-size: 36px;
}


/*** TOP BORDER INFO TABLE ***/

.top-border-info-table {
    border-collapse: collapse;
    max-width: 600px !important;
    position: relative;
    margin-bottom: 56px;
}


.top-border-info-table::before {
    content: "";
    display: block;
    width: 54px;
    height: 4px;
    border-radius: 3px;
    background-color: var(--orange-color);
    position: absolute;
    top: 0;
    left: 0;
}

.top-border-info-table h2 {
    line-height: 46px;
    font-size: 36px;
}

.top-border-info-table tr:first-child p {
    line-height: 40px;
}

.top-border-info-table p {
    opacity: 75%;
}

.top-border-info-table tr {
    height: initial !important;
}

.top-border-info-table td {
    padding: 10px 0;
}

.top-border-info-table tr:first-child td {
    font-family: Oswald, sans-serif;
    font-weight: 600;
    font-size: 36px;
    text-transform: uppercase;
    color: var(--brown-color);
    padding-top: 36px;
    letter-spacing: 1px;
    line-height: 46px;
    padding-right: 50px;
}


.top-border-info-table tr:last-child td {
    font-family: "Noto Sans", sans-serif;
    font-size: 20px;
    color: rgba(66, 27, 17, 0.75);
    letter-spacing: 0.4px;
    line-height: 30px;
}

.smaller-border-title .top-border-info-table tr:first-child td {
    font-size: 26px;
}

.smaller-border-title .top-border-info-table tr:last-child td {
    font-size: 18px;
}

/*** ABOUT PAGE ***/

.about-page .header-text h1 {
    color: white;
    font-size: 52px;
    max-width: 610px;
    text-align: center;
    margin-bottom: 90px;
}


.about-page .section-info .top-border {
    margin-bottom: 16px;
}

.about-page .section-info h2 {
    font-size: 36px;
}

.about-page .section-info p {
    opacity: .75;
    font-size: 20px;
}

.our-mission-block {
    padding-left: 140px;
    position: relative;
    top: -160px;
    margin-bottom: -170px;
}

.mission-container {
    display: flex;
    background: #ffffff;
    align-items: center;
    padding: 50px 0;

}

.mission-container img {
    position: relative;
    left: -190px;
}

.mission-container .info-container {
    position: relative;
    left: -165px;
}


/*** PRODUCT - PAGE ***/
.product-header {
    display: flex;
    flex-wrap: wrap;
}

.product-slider {
    width: 600px;
    padding: 0 45px;
}

.product-info-side {
    width: 600px;
    padding-left: 80px;
}

.product-info-side .btn {
    margin-top: 40px;
}

table.card-table {
    width: 100%;
    border-collapse: collapse;
    padding: 40px 0;
    table-layout: fixed;
}

table.card-table > tbody > tr {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 20px;
    margin: 0;
}

table.card-table > tbody > tr > td {
    background: #fff;
    padding: 5px 20px 20px 20px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    width: 100%;
    box-sizing: border-box;
    vertical-align: top;
    text-align: left; /* ✅ Align all content to left */
}

/* Inner nested table */
table.card-table table {
    width: 100%;
    border-collapse: collapse;
}

table.card-table > tbody table > tbody > tr:first-child > td {
    height: 77px !important;
}


/* Image on top, left-aligned */
.card-table img {
    max-width: 80px;
    height: auto;
    display: block;
    margin-left: 0; /* ✅ Align to left */
}

/* Title row */
table.card-table table tr:nth-child(2) td {
    font-weight: bold;
    text-transform: uppercase;
    font-size: 1rem;
    color: #333;
    padding-bottom: 10px;
    text-align: left;
}

/* Text row */
table.card-table table tr:nth-child(3) td {
    font-size: 0.95rem;
    color: #555;
    line-height: 1.5;
    text-align: left;
}

/* ✅ Mobile responsiveness */
@media (max-width: 768px) {
    table.card-table > tbody > tr {
        flex-direction: column;
        gap: 20px;
    }

    table.card-table > tbody > tr > td {
        max-width: 100% !important;
        width: 100% !important;
    }
}


/*** SITEMAP PAGE ***/

.sitemap-content .content {
    position: relative;
    z-index: 1;
    margin-top: -100px;
    background: #ffffff;
    padding: 120px 200px;
    margin-bottom: 120px;
}

.sitemap-menu {
    margin-bottom: 40px;
}

.sitemap-menu-title {
    font-size: 1.2rem;
    font-weight: bold;
    text-transform: uppercase;
    border-top: 3px solid #b9441b;
    display: inline-block;
    margin-bottom: 20px;
    padding-top: 5px;
    color: #b9441b;
}

.sitemap-list {
    list-style: none;
    padding: 0;
    margin: 0;
}

.sitemap-list > .sitemap-parent {
    margin-bottom: 20px;
}

.sitemap-list > .sitemap-parent > span {
    font-weight: bold;
    display: inline-block;
    margin-bottom: 8px;
    text-transform: uppercase;
}

.sitemap-child {
    list-style: none;
    margin-left: 15px;
    padding-left: 10px;
}

.sitemap-child li {
    margin: 22px 0;
}

.sitemap-child a:hover {
    text-decoration: underline;
}

.sitemap-top-link {
    font-weight: bold;
    text-transform: uppercase;
    display: inline-block;
    margin-bottom: 8px;
    color: #000;
    text-decoration: none;
}

.sitemap-top-link:hover {
    text-decoration: underline;
}

.sitemap-parent > a {
    text-decoration: underline;
    color: var(--brown-color);
    position: relative;
    padding-top: 50px;
}

.sitemap-parent > a:before {
    content: "";
    width: 50px;
    height: 3px;
    border-radius: 8px;
    background: var(--orange-color);
    display: inline-block;
    position: absolute;
    top: 25px;
}

.sitemap-child > li > a {
    color: var(--brown-color);
}


/*** LEGAL PAGE ***/

.legal-page h1 {
    font-size: 52px;
    margin-top: 36px;
    margin-bottom: 36px
}

.legal-page h2 {
    margin-top: 76px;
    margin-bottom: 16px
}

.legal-page h3 {
    margin-top: 46px;
    margin-bottom: 16px
}

.legal-page p {
    opacity: 75%;
    font-size: 18px;
    margin-bottom: 20px;
}

.legal-page {
    padding-bottom: 180px;
}

.legal-page .article a {
    color: blue;
    text-decoration: underline;
}

/*** TEST - PAGE ***/

.questions-container {
    max-width: 650px;
}

.intro-page {
    display: none;
}

.intro-page.active {
    display: block;
}

.intro-page h1 {
    font-size: 1.5em;
    margin-bottom: 20px;
    color: var(--orange-color);
}

.test-container h2 {
    margin-bottom: 20px;
    color: var(--orange-color);
}

.intro-page p {
    margin-bottom: 5px;
}


.test-time {
    margin-top: 25px;
    margin-bottom: 15px;
    font-size: 0.9em;
    color: #666;
    display: flex;
    justify-content: center;
}

.test-container {
    background: white;
    padding: 30px;
    min-height: 700px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.question-outer {
    background: url(../images/general/essentiale-test-bg.png);
    width: 100%;
    min-height: 600px;
    background-repeat: no-repeat;
    background-position: right;
    display: flex;
    align-items: center;
    right: -130px;
    position: relative;
}

.question {
    width: 100%;
    overflow: hidden;
}

.question, .result {
    display: none;
}

.question.active, .result.active {
    display: block;
}

.question h2, .result h2 {
    margin-top: 0;
}

.test-container input {
    max-width: 310px;
    width: 100%;
    padding: 15px;
    margin: 10px 0 20px;
    border: none;
    font-size: 20px;
    border-radius: 0;
    border-bottom: 1px solid var(--orange-color);
    outline: none; /* disables default browser focus outline */
}

.test-container input:hover,
.test-container input:focus {
    border-bottom: 3px solid var(--orange-color); /* thicker on focus */
}

.test-container input::-webkit-input-placeholder {
    color: var(--orange-color);
}

.test-container input::-moz-placeholder {
    color: var(--orange-color);
}

.test-container input:-ms-input-placeholder {
    color: var(--orange-color);
}

.test-container input::placeholder {
    color: var(--orange-color);
}

.test-container button {
    background: var(--orange-color);
    color: white;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
    border-radius: 100px;
    transition: .2s;
    font-size: 25px;
    font-weight: bold;
}

.test-container button:hover {
    background: #bb5520;
}

.test-button {
    width: 100%;
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.gender-select {
    display: flex;
    justify-content: center;
    margin: 20px 0;
}

.gender-option {
    width: 100px;
    cursor: pointer;
    border: 3px solid transparent;
    border-radius: 60px;
    transition: border-color 0.3s ease;
}

.gender-option.selected {
    border-color: #d86424;
}

.diabetes-select {
    display: flex;
    justify-content: center;
    gap: 20px;
    margin: 20px 0;
}

.diabetes-option {
    padding: 15px 25px;
    background-color: #f1f1f1;
    border: 2px solid transparent;
    border-radius: 8px;
    cursor: pointer;
    font-weight: bold;
    transition: border-color 0.3s, background-color 0.3s;
    margin-bottom: 30px;
}

.diabetes-option.selected {
    border-color: #d86424;
}

.questions-container h3 {
    margin-bottom: 10px;
}

.questions-container p {
    line-height: 25px;
    margin-bottom: 10px;
}

.questions-container a {
    text-decoration: underline;
    color: var(--orange-color);
}

.error-input {
    border: 2px solid red !important;
    outline: none;
}

.gender-option.error-input,
.diabetes-option.error-input {
    box-shadow: 0 0 5px red;
    border: 2px solid red;
}

.disease-carousel-container {
    padding: 100px 0;
}


/*.intro-page,*/
/*.question {*/
/*    display: none !important;*/
/*}*/

/*.result#result1 {*/
/*    display: block;*/
/*}*/

/*** MOBILE ***/
/*** MOBILE ***/
/*** MOBILE ***/
@media (min-width: 1024px) {

    .question-img {
        display: none;
    }

    .container.article {
        max-width: 795px;
    }

    .article-mobile {
        display: none;
    }

    .about-page .section-info {
        max-width: 720px;
    }

    .questions-container.left-small {
        max-width: 410px;
        position: relative;
        left: -80px;
    }

    .question-side-by-side {
        display: flex;
        max-width: 900px;
    }

    .question-side-by-side .left-side {
        margin-right: 50px;
        display: flex;
        align-items: center;
    }
}


/* Adjust for Tablet: Stack image above text */
@media (max-width: 1200px) {

    .product-slider {
        align-self: center;
        width: 500px;
    }

    .product-info-side {
        flex: 1;
    }

    .product-info-side {
        width: 100%;
        padding-left: 0px;
    }


    .our-story-container img {
        padding-right: 30px;
        margin-bottom: 30px;
    }

    .mission-container img {
        top: -50px;
    }

    .about-page .header-text h1 {
        font-size: 22px;
    }

    .our-mission-block {
        padding-left: 20px;
        top: -70px;
        margin-bottom: -120px;
    }

    .text-box h1 {
        font-size: 22px;
    }

    .text-box ul {
        margin-left: 0px;
    }

    .test-container input {
        max-width: 100%;
    }

    .question-img {
        margin-bottom: 50px;
    }


    .question-outer {
        background: none;
        right: 0px;
        position: relative;
        justify-content: center;
    }


    .header-image {
        overflow: hidden;
    }

    .article-header {
        padding: 0 20px;
        flex-direction: column;
    }

    .image-section {
        width: 100%;
    }

    .text-box {
        background: none;
        width: 100%;
        padding: 0;
        margin: -200px auto 0 auto;
        position: relative;
    }

    .text-box-inner {
        padding: 0 150px;
    }

    .article-desktop {
        display: none;
    }

    .article-mobile {
        display: inline-block;
    }

    .info-box {
        padding: 20px 35px 20px 102px;
        font-size: 18px;
    }

    .info-box::before {
        width: 130px;
        /* height: 340px; */
        background-size: 140px;
        left: -40px;
        /* top: -120px; */
        background-position: top;
    }


    .mission-container {
        flex-direction: column;
        position: relative;
        padding: 150px 0 30px 0;
    }

    .mission-container .info-container {
        left: 0;
        padding: 20px;
    }

    .mission-container img {
        position: absolute;
        top: -190px;
        left: 50%;
        transform: translateX(-50%);
        width: 40%;
    }

    .header-image img {
        filter: brightness(0.7);
    }

}

@media (max-width: 1024px) {
    .mission-container img {
        top: -120px;
        width: 50%;
    }
}

/* Mobile adjustments */
@media (max-width: 768px) {

    .disease-carousel-container {
        padding: 20px;
    }

    .result.active {
        width: 100%;
    }

    .question-side-by-side .left-side img {
        width: 100%;
        height: auto;
    }

    .questions-container {
        max-width: 100%;
        padding: 10px;
    }

    .table-icons img {
        width: 50px;
    }

    .our-story-container img {
        padding-right: 0;
        width: 100%;
    }

    .our-story-container tr,
    .our-story-container tr td {
        height: auto !important;
        width: 100% !important;
    }

    .our-story-container tr {
        display: flex;
        flex-direction: column;
    }

    .our-story-container table:last-child table:last-child tr:last-child td {
        padding-bottom: 30px;
    }

    .mission-container {
        padding: 50px 0 20px 0;
    }

    .mission-container img {
        top: -55px;
    }

    .page-body .featured-image > img {
        height: 380px;
    }

    .about-page .header-text h1 {
        margin-bottom: 20px;
    }

    .table-read-more td table tr:last-child td {
        padding-bottom: 35px;
    }

    .our-mission-block {
        padding-left: 20px;
        top: -60px;
    }

    .table-icons tr {
        height: auto !important;
        display: block;
    }

    .table-icons td {
        height: auto !important;
        display: block;
        width: 100% !important;
    }

    /* Inner table rows: keep icon + text in row */
    .table-icons td table tr {
        display: flex;
        align-items: center;
    }

    .table-icons td table td {
        display: block;
        padding-bottom: 30px;
        margin-right: 20px;
    }

    .table-icons td table td:first-child {
        width: 62px !important;
        padding-right: 16px;
    }

    .text-box .inner-bg {
        padding: 16px;
    }

    .text-box-inner {
        padding: 0 20px;
    }

    .article-mobile {
        margin-left: 20px;
    }

    .info-box p {
        font-size: 18px;
        line-height: 28px;
    }

}
