.module-023main {
    /*background: #F9F9F9;*/
    /*padding: 48px 100px 50px;*/
    padding-top: 48px;
    padding-bottom: 50px;
    margin-top: 40px;
}

.module-023cnt {
    /*max-width: 397px;*/
    max-width: 550px;
    width: 100%;
}

.module-023cnt span {
    font-size: 18px;
    font-weight: 300;
    color: #E8644D;
    display:inline-block;
    margin-bottom:28px;
}

.module-023cnt .headline023 {
    font-size: 36px;
    font-weight: 800;
    color: #000000;
    /*margin: 7px 0 28px;*/
    margin-top: 7px;
    text-transform: none;
}

.module-023cnt p {
    font-size: 14px;
    font-weight: 300;
    color: #000000;
    margin-bottom: 40px;
}


.module-023cnt a {
    font-size: 12px;
    font-weight: 800;
    color: #000000;
    text-transform: uppercase;
    display: inline-block;
    padding-bottom: 2px;
    border-bottom: 4px solid #000000;
    transition: 0.2s all ease;
}

.module-023cnt a {
    opacity: 0.75;
}


.module-023item a {
    /*display: block;*/
}

.module-023item img {
    max-width: 100%;
}

.module5_cntright {
    margin-left: auto;
}

/*owl-theme*/
/*.owl-theme .owl-dots .owl-dot span {*/
/*	width: 6px;*/
/*	height: 6px;*/
/*	display: block;*/
/*	background: transparent;*/
/*	border: 1px solid #E8644D;*/
/*	margin: 0 3px;*/
/*}*/

/*.owl-theme .owl-dots .owl-dot.active span, */
/*.owl-theme .owl-dots .owl-dot:hover span {*/
/*	background: #E8644D;*/
/*}*/

/*.owl-theme .owl-nav.disabled + .owl-dots {*/
/*	width: 100%;*/
/*	text-align: center;*/
/*	position: absolute;*/
/*	margin-top: 5px;*/
/*}*/

/* ==================== Medium Screen - Others ===================== */
@media screen and (min-width: 992px) and (max-width: 1199px) {

    .module-023main {
        padding: 40px 50px 45px;
    }

}

/* ======================= Small Screen - Tablate ====================== */
@media screen and (min-width: 768px) and (max-width: 991px) {

    .module-023main {
        padding: 45px 50px 45px;
    }

    .module-023cnt {
        margin-top: 50px;
        max-width: 100%;
        margin-left: 0;
    }

    .module5_cntright {
        margin-left: 0;
    }

}

/* ==================== Small Screen - Mobile ===================== */
@media screen and (max-width: 767px) {

    .module-023main {
        padding: 40px 30px;
    }

    .module-023cnt {
        margin-top: 50px;
        max-width: 100%;
        margin-left: 0;
    }

    .module5_cntright {
        margin-left: 0;
    }

    .module-023cnt span {
        font-size: 16px;
    }

    .module-023cnt .headline023 {
        font-size: 30px;
    }

}


@media screen and (max-width: 575px) {

    .module-023main {
        padding: 30px 20px;
        margin-top: 30px;
    }

    .module-023cnt {
        margin-top: 50px;
        max-width: 100%;
        margin-left: 0;
    }

    .module5_cntright {
        margin-left: 0;
    }

    .module-023cnt span {
        font-size: 16px;
    }

    .module-023cnt .headline023 {
        font-size: 28px;
    }

}