.load-more {
	margin: 0 auto;
	width: 130px;
	margin-bottom: 59px;
	cursor: pointer;
}


#tr-voz-heading {
    height: auto;
}

#tr-voz-heading h3 {
    font-size: 15px !important;
    font-family: 'NouvelR-Bold', 'PT Sans', 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-weight: normal;
    color: #fff;
}

#tr-voz-heading h5 {
    line-height: 16px;
}

@media (max-width: 430px) {
    #tr-voz-heading-resp > h1 {
        font-size: 24px !important;
    }
    #tr-voz-heading-resp > h5 {
        font-size: 14px !important;
    }
    .img-float {
        position: absolute;
        top: 36%;
        right: 4%;
        cursor: pointer;
        width: 25px;
    }
}