.frontImage {
    background-image: url(/img/bg.jpg);
    background-size: cover;
    margin-top: 80px !important;
    height: 680px;
}

.frontImgTxt {
    color: #fff;
    margin-top: 180px !important;
}

.selectors {
    display: flex;
    font-size: 25px;
    font-weight: 500;
    align-items: center;
}

.selectors li:nth-child(4),
.selectors li:nth-child(3) {
    border-left: #176361 1px solid;
}

.selectors li:hover {
    cursor: pointer;
    color: #176361;
}

.selected {
    color: #176361;
}

.image-container {
    width: 250px;
    height: 220px;
    overflow: hidden;
}

.image-container img {
    width: 100%;
    height: auto;
    object-fit: cover;
}

.newsData {
    border-bottom: 2px solid #176361;
    margin-top: 25px !important;
    text-decoration: none;
}

.newsData:hover {
    color: #176361 !important;
}
a {
  color: #000 !important;
  text-decoration: none !important;
}

/********************************************************************** MOBILE */
@media screen and (max-width: 960px) {

    .frontImage {
        height: 200px;
    }

    .frontImgTxt {
        color: #fff;
        margin-top: 20px !important;
    }

    .frontImgTxt p,
    .frontImgTxt h1,
    .frontImgTxt h4 {
        width: 60vw !important;
        font-size: xx-small !important;
    }

    .selectors {

        margin-left: -10vw !important;
    }

    .selectors li {
        font-size: 20px;
    }

    .newsData {
        border-bottom: 2px solid #176361;
        margin-top: 25px !important;
        width: 100vw;
    }

    .newsData .col-8 {
        width: 100vw;
    }

    .image-container {
        display: none;

    }
}
