﻿/* Nueva School */
figure img {
    width: 100%;
}

figure figcaption {
    font: 1.3em 'Gotham-Medium', sans-serif;
    color: #b0beb0;
    margin-top: 20px;
}

.content-details-wrap {
    margin-top: 40px;
    font: 1em 'Gotham-Book', sans-serif;
    color: #000;
}

    .content-details-wrap h3 {
        font: 18px 'Gotham-Medium', sans-serif;
        color: #000;
    }

        .content-details-wrap h3:nth-child(1n+2) {
            margin-top: 50px;
        }

    .content-details-wrap p {
        font: 1em 'Gotham-Book', sans-serif;
        color: #000;
    }

.inforamtion-card-wrap {
    padding-left: 30px;
}

    .inforamtion-card-wrap h3 {
        font: 1.3em 'Gotham-Medium', sans-serif;
        color: #000;
        border-bottom: 2px solid #247a44;
        padding-bottom: 10px;
    }

    .inforamtion-card-wrap ul {
        list-style: none;
        padding: 0;
    }

        .inforamtion-card-wrap ul li {
            font: 0.938em 'Gotham-Book', sans-serif;
            margin-bottom: 10px;
            margin-top: 18px;
        }

            .inforamtion-card-wrap ul li a {
                color: #247a44;
                font: 0.938em 'Gotham-Book', sans-serif;
                display: flex;
                gap: 5px;
            }

                .inforamtion-card-wrap ul li a:hover {
                    text-decoration: none;
                }

            .inforamtion-card-wrap ul li img {
                width: 16px;
                height: 16px;
            }

            .inforamtion-card-wrap ul li b, .inforamtion-card-wrap ul li .bold-text {
                font: 11pt 'Gotham-Bold', sans-serif;
                margin-bottom: 0;
            }
            .inforamtion-card-wrap ul li .bold-text {
                margin-left: 20px;
            }
            .inforamtion-card-wrap ul li .light-text {
                margin-left: 20px;
                font: 0.938em 'Gotham-Book', sans-serif;
            }

.content-details-wrap strong {
    font: 1.5em 'Gotham-Medium', sans-serif;
}
@media (max-width: 767.99px) {
    .inforamtion-card-wrap {
        padding-left: 0px;
        margin-top: 40px;
    }

    figure figcaption, .content-details-wrap p {
        font-size: 12px;
    }

    .content-details-wrap h3, .inforamtion-card-wrap h3 {
        font-size: 0.875em;
    }

        .content-details-wrap h3:nth-child(1n+2) {
            margin-top: 30px;
        }
}


/*  Case study  - list view page */


.section-medium-title {
    font: 1.5em 'Gotham-Medium', sans-serif;
    color: #000;
    margin-bottom: 25px;
}

.simple-text-content {
    padding-bottom: 20px;
}

    .simple-text-content p {
        font: 1em 'Gotham-Book', sans-serif;
        color: #353535;
        margin-bottom: 0px;
        margin-top: 10px;
        line-height: 1.4;
    }

    .simple-text-content ul {
        padding-left: 20px;
        list-style: none;
        font: 1em 'Gotham-Book', sans-serif;
        color: #353535;
        margin-bottom: 0;
        margin-top: 12px;
    }

        .simple-text-content ul li {
            position: relative;
            margin-bottom: 7px;
        }

            .simple-text-content ul li::after {
                content: '•';
                position: absolute;
                left: -20px;
                top: 0;
            }

    .simple-text-content a {
        color: #37A68C;
    }

        .simple-text-content a:hover {
            color: #37A68C;
            text-decoration: none;
        }

    .simple-text-content ul li ul {
        padding-left: 0;
        margin-bottom: 20px;
    }

        .simple-text-content ul li ul li::after {
            display: none;
        }

.text-link {
    font: 1em 'Gotham-Medium', sans-serif;
    margin-bottom: 10px;
    color: #37A68C;
}

    .text-link:hover {
        text-decoration: none;
        color: #37A68C;
    }
/* 3 Columns Layout Grid */
.grid-cols-3 {
    display: grid;
    grid-template-columns: repeat(3, minmax(0, 1fr));
    gap: 50px;
    grid-row-gap: 30px;
    margin-bottom: 30px;
}

/* Card */
.card-img-caption {
    display: block;
    margin-bottom: 80px;
}
    .card-img-caption:hover{
        text-decoration: none
    }

    .card-img-caption .card-caption p {
        margin: 20px 0 0 0;
        color: #37a68c;
        font: 1.125em 'Gotham-Book', sans-serif;
        line-height: 1.4;
        letter-spacing: 0.3px;
        word-spacing: 0.3px;
    }

@media (max-width: 767.99px) {
    .section-medium-title {
        font-size: 0.875em;
    }
    /* 3 Columns Layout Grid */
    .grid-cols-3 {
        grid-template-columns: repeat(1, minmax(0, 1fr));
        grid-row-gap: 30px;
    }
}
