#content .title {
	/*font: 42px / 48px Lobster;*/
	font-family:Lobster,'Trebuchet MS',"Helvetica Neue",Helvetica,Arial,sans-serif;
    color: #a02d2f;
    margin-bottom: 24px;
    -webkit-transition: all .3s;
    transition: all .3s;
}
.title.h1 {
	font-size: 4.5rem;
	line-height:130%
}
.title.h2 {
	font-size: 3rem;
	line-height:130%
}
#content p {
	font-size:16px !important;
	line-height: 140%;
	color: #321;
}

.container .bordered-row .thumb-pad0 {
    border-right: dotted 1px #a02d2f;
}
.mb30 {
    margin-bottom: 30px;
}

.thumb-pad0 {
    margin: 10px 0 70px;
    overflow: hidden;
}

.information-blog .separator {
	padding: 0px 0 0 27px;
    border-top: 2px solid #e2e2e2;
    background: #fff;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: end;
    margin-top: 81px;
}
.information-blog .separator .brand {
	width: 70%;
    display: inline-block;
    padding: 10px;
    float: none;
    display: inline-block;
    position: relative;
    top: -28px;
    z-index: 0;
    font: normal normal 21px Lobster, 'Trebuchet MS', "Helvetica Neue", Helvetica, Arial, sans-serif;
    background: #fff;
}