.container {
    background-image: none;
}

.textTopNews1 {
    font-size: 21px;
    text-align: center;
    color: rgb(75, 65, 65);
}

/* ******************************* */

.news1 {
    width: 86%;
    margin-top: 30px;
    display: flex;
    justify-content: space-between;
    margin-right: auto;
    margin-left: auto;
}

.LeftNews1 {
    flex: 1;
    padding: 10px 20px 10px 10px;
}

.textNews1 {
    font-size: 15px;
    word-break: keep-all;
    line-height: 1.5;
    font-weight: normal;
    text-align: justify;
}
.textNews1 a {
    text-decoration: none;
    color: rgb(87, 166, 219);
}
.text1 {
    font-size: 23px;
    color: rgb(87, 166, 219);
}
.textNews2 {
    list-style-type: none;
    font-weight: normal;
}

.textNews2 li::before {
    background-color: rgb(119, 182, 241);
    border-radius: 50%;
    content: "";
    display: inline-block;
    margin-right: 5px;
    margin-bottom: 2px;
    height: 7px;
    width: 7px;
}

.RightNews1 {
    flex: 1;
}

.imgRightNews1 img {
    width: 96%;
    padding-top: 30px;
}
.imgRightNews3 img {
    width: 96%;
}

/* ******************************* */

.LeftNews2 {
    flex: 1;
    padding: 0px 20px 10px 10px;
}

.RightNews2 {
    flex: 1;
    padding: 0px 20px 10px 10px;
}

.imgRightNews2 img {
    width: 100%;
}

/* ****************************************** */
@media screen and (max-width: 970px) {
    .news1 {
        flex-direction: column;
        height: auto;
    }

    .RightNews1 {
        flex: auto;
    }
    .imgRightNews1 img {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .imgRightNews2 img {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    .imgRightNews3 img {
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
}

@media screen and (max-width: 600px) {
    .news1 {
        margin-top: 0px;
    }
    .textNews1 {
        padding: 10px;
    }

    .clip {
        margin-top: 0px;
        margin-bottom: 10px !important;
    }
    iframe {
        width: auto;
        height: auto;
    }
}
/* ******************************************** */
.text2 {
    color: rgb(87, 166, 219);
    font-size: 20px;
}
.text3 {
    font-weight: bold;
}
.textNews3 li a {
    color: rgb(75, 65, 65) !important;
}
.text4 {
    color: rgb(87, 166, 219);
    font-size: 20px;
}
/* *************************** */

.clip {
    width: 100%;
    text-align: center;
    margin-top: 50px;
    margin-bottom: 50px;
    margin-right: auto;
    margin-left: auto;
}
