html, body {
    margin: 0;
}

.wrapper{
	max-width: 970px;
    margin: 0px auto 48px auto;
    width: 100%;
    margin-top: 30px;   
}

.logo-wrapper {
	width: 100%;
    font-size: 24px;
    text-align: center;
}

.logo-wrapper .logo{
	text-align: left;
	padding-left: 20px;
}

.logo-wrapper .logo img{
	width:250px;
}

.logo-wrapper h3 {
    margin-bottom: 28px;
    font-weight: bold;
    font-size: 26px;
    margin-top: 20px;
}

.content {
    color: #333;
    float: none;
    text-transform: none;
    font-weight: normal;
    display: inherit;
    background-color: #FFF;
    padding: 0 15px;
    border: 1.5px none #333;
    margin-right: auto;
    margin-left: auto;
    font-size: 16px;
    line-height: 28px;
    color: #333;
}

.title {
    font-size: 24px;
    font-weight: bold;
    color: #d70029;
    border-bottom-width: 2px;
    border-left-width: 4px;
    border-bottom-style: dotted;
    border-bottom-color: #d70029;
    padding-bottom: 5px;
    margin-bottom: 20px;
    position: relative;
}

.subtitle{
    font-size: 18px;
    font-weight: bold;
}

.fa-edit{
    font-size: 20px;
    margin-right: 12px;
    color: #000;
}

.dot {
    position: absolute;
    width: 10px;
    height: 10px;
    display: block;
    background:#d70029;
    right: 0;
    bottom: -5px;
    border-radius: 5px;
    z-index: 2;
}

.infooter {
    background: #d70029;
    color: #fff;
    padding: 8px 0;
}

.infooter > div {
    margin: 0;
    font-size: 14px;
    text-align: center;
    line-height: 1.8;
}

.bold{
    font-weight: bold;
}
.dot-p:before{
    content: "";
    display: inline-block;
    width: 6px;
    height: 6px;
    margin-right: 5px;
    margin-bottom: 3px;
    background:black;
    border-radius: 99px;
}

.mb-40px{
    margin-bottom: 40px;
}

.mb-15px{
    margin-bottom: 15px;
}

.ml-40px{
    margin-left: 40px;
}

.mr-5px{
    margin-right: 5px;
}