@media only screen and (max-width: 330px){
    .max-width-social {
        width: 70% !important;
    }
    .column-left {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-bottom: unset !important;
    }

    .column-right {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .max-width-content {
        width: 100% !important;
    }
}

@media only screen and (min-width: 335px) and (max-width: 991px) {
    .column-left {
        flex: 0 0 100% !important;
        max-width: 100% !important;
        margin-bottom: unset !important;
    }

    .column-right {
        flex: 0 0 100% !important;
        max-width: 100% !important;
    }

    .max-width-content {
        width: 100% !important;
    }

    .max-width-social {
        width: 65% !important;
    }
}

@media only screen and (min-width: 768px) and (max-width: 812px){
    .max-width-social {
        width: 35% !important;
    }
}

@media (min-width: 1442px){
    .max-width-social {
        width: 14% !important;
    }
}

div.content-new-detail p {
    font-size: 17px;
    font-weight: 200;
}

div.content-new-detail h2 {
    margin-bottom: 45px;
}

div.content-new-detail h5 {
    font-size: 28px;
    font-weight: 300;
    line-height: 36px;
}

.emphasize {
    color: red;
    text-align: center;
    font-size: 120px !important;
    margin-bottom: 0px;
    font-family: 'FontAwesome';
}

.new-img {
    width: 100%;
}

.column-left {
    flex: 0 0 50%;
    max-width: 50%;
    margin-bottom: 60px;
}

.column-right {
    flex: 0 0 50%;
    max-width: 50%;
}

.max-width-content {
    width: 60%;
}

.max-width-social {
    margin: auto;
    width: 25%;
}