.single-title-section {
    background-color: #005D63;
    height          : 60px;
    display         : flex;
    justify-content : center;
    align-items     : center;

    h1 {
        color      : #FFFFFF;
        font-size  : 64px;
        line-height: 68px;
        font-weight: 300;
    }

    .centered-section {
        margin-top    : 94px;
        padding-left  : 150px;
        padding-bottom: 55px;
        padding-top   : 55px;
    }
}

.single-body-section {
    article {
        &:not(:last-child) {
            margin-bottom: 65px;
        }

        span {
            color         : #B9B9B9;
            font-family   : "Poppins", Sans-serif;
            font-size     : 14px;
            font-weight   : normal;
            text-transform: uppercase;
            line-height   : 24px;
            margin-top    : 15px;
            margin-bottom : 15px;
        }

        p {
            color: #344A4B;
        }
    }

    .section-container {
        padding-right : 270px;
        padding-left  : 270px;
        flex-direction: column;
        padding-top   : 70px;
        padding-bottom: 40px;
    }

    .category-link {
        font-family    : Poppins;
        font-size      : 14px;
        font-weight    : normal;
        color          : #4cbbb8;
        text-decoration: none;
    }

    .article-container {
        padding-bottom : 73.5px;
        margin-bottom  : 40px;
        flex-direction : column;
        justify-content: flex-start;

        .links-container-item {
            border-top: 1px solid #4CBBB8;
            margin-top: 66.5px;

            a {
                margin-right: 13px;
            }
        }

        h2 {
            font-size  : 48px;
            font-weight: 300;
            line-height: 53px;
            color      : #344A4B;
        }

        a {
            color: #27C0B1;
        }

        img {
            margin-top   : 44px;
            margin-bottom: 62px;
            border-radius: 15px;
            width        : 100%;
        }

        .article-content,
        ol li {
            font-size  : 16px;
            font-weight: normal;
            line-height: 28px;
            color      : #005D63;
        }

        .article-extract {
            font-size    : 16px;
            font-weight  : normal;
            line-height  : 24px;
            margin-top   : 24px;
            margin-bottom: 20px;
        }

        .article-date {
            color      : #B9B9B9;
            font-size  : 16px;
            font-weight: normal;
            line-height: 24px;
        }
    }
}

@media (max-width: 1370px) {
    .single-body-section .section-container {
        padding-right: 20%;
        padding-left : 20%;
    }
}

@media (max-width: 992px) {

    .single-title-section {

        h1 {
            margin    : 0 auto;
            text-align: left;
        }

        .section-container {
            padding-left : 10%;
            padding-right: 10%;
        }
    }
}

@media (max-width: 768px) {
    .single-title-section {
        .section-container {
            margin-top    : 145px;
            padding-bottom: 0px;
            padding-top   : 0px;
            padding-left  : 17px;
            padding-right : 17px;
        }

        .centered-section {
            margin-bottom: 40px;
        }
    }


    .single-body-section {
        padding-top: 0px;

        .section-container {
            flex-direction: column;
            padding       : 0px 0% 0px 0%;
        }

        .article-container {
            margin-top : 0px;
            padding-top: 30px;
            margin-top : 22px;

            img {
                margin-top   : 0px;
                margin-bottom: 18px;
            }

            .article-extract,
            ul li,
            ol li {
                font-size  : 16px;
                font-weight: normal;
                line-height: 28px;
            }

            .article-extract {
                color: #344A4B;
            }

            .links-container-item {
                margin-top: 34px;
            }

            .social-links {
                margin-top   : 30px;
                margin-bottom: 30px;
            }
        }
    }

}