﻿.w-p-hero.promo {
    min-height: 200px;
    background-size: cover;
    background-position: 50% 50%;
    color: #fff;
    background-color: #060a13;
    padding: 50px 0 70px 0!important;
}
.w-p-hero.promo.taller {
    padding: 80px 0 100px 0!important;
} 
.w-p-hero.promo .mh {
	border-top: 1px dotted rgba(255,255,255,0.5);
	border-bottom: none;
}

.w-p-hero.promo .mh span {
	display: inline-block;
	padding: 10px 0;
}

.w-p-hero.promo .mh .readtime {
    display: none;
}

.w-p-hero.promo .mh .cat {
    text-transform: uppercase;
    font-size: 16px;
    font-weight: 500;
    letter-spacing: 5px;
    line-height: 19px;
    margin-right: 50px;
}
.w-p-hero.promo h2 {
	padding: 0 0 5px 0;
	font-weight:600;
	font-size: 38px!important;
	line-height: 48px!important;
	text-transform: uppercase;
}

.w-p-hero.promo .lead {
	padding: 7px 0 0 0;
	font-size: 22px!important;
	font-weight: 300!important;
	line-height: 37px!important;
	border-top: 1px dotted rgba(255,255,255,0.5);
	border-bottom: none;
}

.w-p-hero.promo .byblock {
	display: none;
}
@media (max-width: 767px) {
    .w-p-hero.promo h2 {
        font-size: 32px !important;
        line-height: 36px !important;
    }

    .w-p-hero.promo .lead {
        font-size: 21px !important;
        line-height: 33px !important;
        margin-top: 0 !important;
    }
}