.testimonijal-alone {
    margin-top: 2rem;
    border: 1px solid #d7d7d7;
    padding: 2rem;
    min-height: 465px;
}
.top-testimonijal img {
    width: 125px;
    height: 125px;
    object-fit: cover;
}

.bottom-testimonijal h3.entry-title {
    color: #c21439;
    font-size: 1.2rem;
    font-weight: 700;
    position: relative;
}
.bottom-testimonijal h3:after {
    content: " ";
    border-bottom: 3px solid #c21439;
    position: absolute;
    width: 40px;
    bottom: -8px;
    left: 0;
}

/**SINGLE**/
body.testimonijal-template-default h1.entry-title {
    margin-top: 1rem;
	margin-bottom: 0;
    color: #c21439;
    font-weight: 800;
    font-size: 2.2rem;
    text-align: center;
}
.testimonijal-template-default .testimonijal-sub {
    font-size: 1rem;
}
.post-thumbnail {
    text-align: center;
}
.post-thumbnail img {
    max-width: 405px;
}
p.testimonijal-date {
    color: #c21439;
    font-size: 1.5rem;
    text-transform: uppercase;
    font-weight: 700;
    margin-bottom: 1rem;
    margin-top: 2rem;
    text-align: left;
}
@media screen and (max-width:992px){
	.post-thumbnail img {
		margin-top: 5rem;
		width: 100%;
	}
}