.internal__top {
    margin: 0 0 50px 0;
    position: relative;
    padding: 30px 0 30px 0;
}

.internal__top:before {
    background: #F2F2F2;
    content: "";
    height: 100%;
    left: calc(-50vw + 50%);
    position: absolute;
    top: 0;
    width: 100vw;
    z-index: -1;
}

.internal__title{
    color: #000;
    font-size: 30px;
    font-weight: 700;
    line-height: 35px;
    margin: 0 0 15px 0;
}

.internal__date {
    color: #000;
    display: inline-block;
    font-size: 18px;
    font-weight: 700;
    line-height: 22px;
    margin: 0 0 15px 0;
    text-transform: capitalize;
}

.internal__image {
    height: 300px;
}

.internal__img {
    border-radius: 10px;
    height: 100%;
    object-fit: cover;
    object-position: top;
    width: 100%;
}

.internal__space {
    margin-bottom: 20px;
}

.internal__text p,
.internal__text div,
.internal__text ul li,
.internal__text span {
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
}

.internal__text ul{
    margin: 0;
    padding: 0;
}

.internal__src {
    border-radius: 10px;
    display: block;
    height: 100%;
    max-width: 100%;
    object-fit: cover;
    width: 100%;
}


@media (min-width: 992px){

    .internal__top {
        padding: 50px 0 50px 0;
    }

    .internal__title{
        font-size: 40px;
        line-height: 45px;
    }

    .internal__space {
        margin-bottom: 25px;
    }
    
 }
