.hero-container {
    background-image: url("../images/news-hero-image.jpg");
}

@media screen and (max-width: 1080px) {
    .hero-container {
        background-image: url("../images/news-hero-image.jpg");
    }
}

.hero-container > .hero-text {
    text-align: center;
    justify-self: center;
}

@media screen and (max-width: 720px) {
    .hero-container {
        grid-template-rows: 2fr 1fr 3fr 1.5fr;
        background-image: url("../images/news-hero-image.jpg");
    }
}

@media screen and (max-width: 25rem) {
    .hero-container {
        grid-template-rows: 2fr 1fr 3fr 1.3fr;
        background-image: url("../images/news-hero-image.jpg");
    }
}

.hero-container .news > .hero-text {
    text-align: center;
}

.news-us {
    background-color: rgba(255, 255, 255, 0.0);
    height: auto;
    width: 612px;
    position: absolute;
    margin: 0;
    font-family: "CynthoSlabPro-Regular", Helvetica, Arial, serif;
    font-size: 54.0px;
    color: rgba(0, 0, 0, 1.0);
    line-height: 60.0px;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
}

@media screen and (max-width: 1080px) {
    .news-us {
        width: 612px;
        font-size: 40.0px;
        line-height: 46.0px;
    }
}

@media screen and (max-width: 720px) {
    .overlay-image .text {
        font-size: 10.0px;
    }

    .news-us {
        font-size: 30.0px;
        width: 60vw;
        line-height: 34.0px;
    }
}

nav.news {
    grid-area: ab;
}

@media screen and (max-width: 320px) {
    nav.news {
        justify-self: normal;
    }
}

.content {
    display: -ms-grid;
    display: grid;
    margin-top: 120px;
    /*height: 100%;*/
    width: 100%;
    grid-area: c;
    grid-template-columns: auto minmax(1060px, 1080px) auto;
    /*grid-template-rows: 25rem;*/
    grid-template-areas: ". news . ";
    /*padding: 5rem 0;*/
    padding: 0 0 120px;
}

@media screen and (max-width: 1080px) {
    .content {
        grid-template-columns: 20px auto 20px;
        grid-template-areas: ". news . ";
    }
}

@media screen and (max-width: 720px) {
    .content {
        grid-template-columns: 10px auto 10px;
        grid-template-areas: ". news . ";
    }
}

.news-label {
    font-family: "ZonaPro-Bold", Helvetica, Arial, serif;
    font-size: 12.0px;
    color: rgba(232, 52, 70, 1.0);
    text-align: left;
    letter-spacing: 2.0px;
    line-height: 24.0px;
    margin: 10px 0;
    font-weight: bold;
}

.el .news-label {
    font-size: 16.0px;
}


.news-data {
    font-family: "Source Sans Pro", Helvetica, Arial, serif;
    font-weight: 400;
    font-style: normal;
    font-size: 16.0px;
    color: rgba(255, 255, 255, 1.0);
    text-align: left;
    letter-spacing: 1.0px;
    line-height: 24.0px;
    margin: 0;

}

.company-news {
    background-color: rgba(85, 55, 69, 1.0);
    grid-area: newsevents;
    display: block;
    margin: 1rem 0 7rem;
    justify-content: center;
    justify-items: center;
    margin-top: -10rem;
    z-index: 1;
}

.company-head {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: row;
    justify-items: center;
    z-index: 1;
}

.company-head h2 {
    font-size: 1.2rem;
}

.company-address {
    display: -ms-grid;
    display: grid;
    grid-auto-flow: row;
    margin: 1rem 0 7rem;
    justify-content: center;
    padding: 10px;
    justify-items: center;
    z-index: 1;
}


.logo-addr {
    margin: 2rem;
}

.news {
    color: rgba(232, 52, 70, 1.0);
}

.company-address a {
    text-decoration: none;
    color: inherit;
}


.news-list {
    /*display: grid;*/
    grid-area: news;
    padding: 0;
    list-style: none;
}

.news-container {
    display: -ms-grid;
    display: grid;
    grid-area: news;
    grid-template-areas: ". ic . ." ". tc tc .";
    grid-template-rows: 92px auto;
    grid-template-columns: 1fr 1fr 9fr 1fr;
    align-items: center;
    background-size: cover;
    background-position: center;
    max-width: 1080px;
    height: 100%;
    justify-self: center;
    border: 1px solid #E83446;
    padding-bottom: 80px;
}

.news-list .news-container {
    margin: 0 0 100px 0;
}


.news-text {
    grid-area: tc;
    align-self: normal;
}


.news-header {
    color: #000000;
    font-family: "CynthoSlabPro-Regular", Helvetica, Arial, serif;
    font-size: 36px;
    line-height: 54px;
}

.news-text > span {
    color: #000000;
    font-family: "Source Sans Pro", Helvetica, Arial, serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 24px;
}

.news-position {
    opacity: 0.6;
    color: #000000;
    font-family: "CynthoSlabPro-Regular", Helvetica, Arial, serif;
    font-size: 18px;
    line-height: 27px;
}

.news-rectangle {
    height: 5px;
    width: 72px;
    background-color: #E83446;
    margin: 20px 0;
}


@media screen and (max-width: 1080px) {
    .news-container {
        grid-auto-flow: row;
        width: inherit;
    }

    .news-list .news-container {
        margin: 0 20px 100px;
    }

    .news-image {
        background-size: cover;
    }
}

@media screen and (max-width: 720px) {
    .news-container {
        grid-auto-flow: row;
        width: inherit;
    }

    .news-image {
        background-size: cover;
    }
}

.news-image {
    grid-area: ic;
    background-color: white;
    border: 1px solid #553745;
    position: relative;
    top: -46px;
    text-align: center;
    width: 92px;
    height: 92px;
    padding: 11px;
}

.news-image > svg {
    width: 100%;
    height: 100%;
}

.news-title {
    color: #000000;
    font-family: "CynthoSlabPro-Regular", Helvetica, Arial, serif;
    font-size: 16px;
    line-height: 26px;
}

.news-text {
    font-family: "Source Sans Pro", Helvetica, Arial, serif;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 1px;
    line-height: 24px;
}

.news-contents {
    grid-area: tc;
}


.readmore {
    text-align: right;
}
.readmore a {
    text-decoration: none;
    /*color: black;*/

}


.readmore svg {
    stroke: #E83446;
    position: relative;
    top: 1px;
}


ol {
    padding-inline-start: 18px;
}
