.base-layout {
    max-width: 90rem;
    width: 100%;
    margin-left: auto;
    margin-right: auto;
}

.header-outside-content {
    display: flex;
    max-width: 100%;
    padding: 0px 0.5rem;
    gap: 0.5rem;
}

.header-outside-content__skyscrapper {
    display: inline;
    width: 160px;
    min-width: 160px;
    max-width: 160px;
    overflow: hidden;
}

.header-outside-content__container {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: start;
    flex-direction: column;
    gap: .75rem;
    margin-bottom: .75rem;
    overflow: hidden;
}

.main-content {
    display: flex;
    align-items: start;
    justify-content: space-between;
    max-width: 100%;
    padding: 0px 0.5rem;
    gap: 0.5rem;
}

.main-content__skyscrapper {
    display: inline;
    width: 160px;
    min-width: 160px;
    max-width: 160px;
    height: 600px;
    overflow: hidden;
}

.main-content__container {
    overflow-x: hidden;
    width: 100%;
}

.main-content__wrapper {
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-direction: row;
    gap: .5rem;
}

.main-content__content {
    width: 70%;
}

.main-content__widget {
    min-height: 100vh;
    width: 30%;
}

/* Base Style Component: NEXT */
.section__container {
    margin-bottom: 1rem;
}

.content__header {
    /*  */
}

.content__title {
    padding: 0;
    margin: 0;
    font-size: 18px;
    font-weight: 700;
    line-height: auto;
    text-decoration: underline;
    text-decoration-thickness: 3px;
    text-underline-offset: 3px;
    text-decoration-color: #000;
    text-transform: uppercase;
}

.content__link {
    padding: 0;
    margin: 0;
    text-decoration: none;
}

.content__container {
    display: flex;
    flex-direction: column;
    gap: 1rem;
    padding-top: .75rem;
}

.content__wrapper {
    /*  */
}

.content__image {
    /*  */
}

.content__btn-more {
    /*  */
}
/* Base Style Component: NEXT */

@media (min-width: 0px) and (max-width: 1200px) {
    .main-content__wrapper {
        flex-direction: column;
    }

    .main-content__content {
        width: 100%;
    }

    .main-content__widget {
        width: 100%;
    }

    /* Base Style Component: NEXT */
    .section__container {
        margin-bottom: 1rem;
        padding: 0 .5rem;
    }

    .content__header {
        /*  */
    }

    .content__title {
        /*  */
    }

    .content__link {
        /*  */
    }

    .content__container {
        /*  */
    }

    .content__wrapper {
        /*  */
    }

    .content__image {
        /*  */
    }

    .content__btn-more {
        /*  */
    }
    /* Base Style Component: NEXT */
}

@media (min-width: 0px) and (max-width: 992px) {
    .header-outside-content__skyscrapper {
        display: none;
    }

    .main-content__skyscrapper {
        display: none;
    }

    .main-content {
        display: flex;
        align-items: start;
        justify-content: space-between;
        max-width: 100%;
        padding: 0px 0px;
        gap: 0.5rem;
    }

    /* Base Style Component: NEXT */
    .section__container {
        margin-bottom: 1rem;
        padding: 0 .5rem;
    }

    .content__header {
        /*  */
    }

    .content__title {
        /*  */
    }

    .content__link {
        /*  */
    }

    .content__container {
        /*  */
    }

    .content__wrapper {
        /*  */
    }

    .content__image {
        /*  */
    }

    .content__btn-more {
        /*  */
    }
    /* Base Style Component: NEXT */
}
