* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body, html {
    overflow-x: hidden;
    font-family: "Montserrat", sans-serif;
}


.Monster-News {
    padding: 50px 0px;
}

.new_box {
    padding: 0px 20px;
    display: grid;
    align-items: center;
    grid-template-columns: repeat(2, 1fr);
}


hr {
    background-color: #E5E4E4;
    opacity: 0.65;
}


.news-container select {
    max-width: 140px;
    outline: none;
    border: none;
    border-bottom: 2px solid #000;
    padding: 10px 10px;
    width: 100%;
    color: #000;
    font-family: "Montserrat", sans-serif;
    font-size: 19.767px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}


.news-container h3 {
    color: #0002D7;
    font-family: "Krona One", sans-serif;
    font-size: 44px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.Persistence {
    display: grid;
    grid-template-columns: 100px 4fr;
    grid-column-gap: 20px;
    padding: 20px 20px;
}

.Persistence h4 {
    color: #B0B0B0;
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
}

.Persistence h6 {
    color: #989898;
    font-family: "Montserrat", sans-serif;
    font-size: 63px;
    font-style: normal;
    font-weight: 500;
    line-height: normal;
}

.Monster-section img {
    width: 100%;
}

.Monster-section h5 {
    color: #0002D7;
    font-family: "Montserrat", sans-serif;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
}

.Monster-section p {
    font-family: "Montserrat", sans-serif;
    color: #000;
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin: 20px 0px;
}

.Monster-section button {
    padding: 10px 15px;
    border: none;
    background-color: #0002D7;
    color: #fff;
    font-size: 18px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    font-family: "Montserrat", sans-serif;
}

.Monster-section {
    display: grid;
    /* grid-template-columns: 500px 4fr; */
    grid-column-gap: 55px;
    padding: 0px 20px;
}


.select-news {
    text-align: end;
    position: relative;
}


@media screen and (max-width: 1199.98px) {
    .Monster-section {
        grid-template-columns: repeat(1, 1fr);
    }

    .Monster-section img {
        margin-bottom: 20px;
    }

    .Persistence {
        grid-template-columns: 1fr 4fr;
        grid-column-gap: 20px;
    }

}



@media screen and (max-width: 968px) {

    .Monster-section p {
        font-size: 14px;
    }

    .new_box {
        grid-template-columns: repeat(2, 1fr);
        padding: 0px 10px;
    }

    .Monster-section h5 {
        font-size: 16px;
    }

    .Monster-st h6 {
        font-size: 27px;
    }

    .Monster-st h4 {
        font-size: 14px;
    }


    .Monster-section {
        padding: 0px 10px;
    }

    .news-container h3 {
        font-size: 24px;
    }

    .news-container select {
        font-size: 12px;
    }


}

@media screen and (max-width: 598px) {
    .Persistence{
        grid-template-columns: 0.5fr 4fr;
        grid-column-gap: 10px;
    }
}

.Monster-News{
    position: relative;
    top: 0;
}

.Monster-News>img:nth-child(1){
    position: absolute;
    top: 0;
    left: 0;
    background-size: cover;
    pointer-events: none;
}

.Monster-News>img:nth-child(2){
    position: absolute;
    top: 0;
    right: 0;
    background-size: cover;
    pointer-events: none;
}

.Monster-News>img:nth-child(3){
    position: absolute;
    bottom: 0;
    left: 0;
    background-size: cover;
    pointer-events: none;
}

.Monster-News>img:nth-child(4){
    position: absolute;
    bottom: 0;
    right: 0;
    background-size: cover;
    pointer-events: none;
}