html, body {
    font-family: 'Lato', sans-serif !important;
    color: #5F5F5F !important;
    font-weight: 500 !important;
}

a:link, a:visited {
    color: #563D7C;
    transition: all 200ms linear 0s;
	text-decoration: none !important;
	font-weight: 600;
}

a:hover {
	color: #967DBC !important;
}

.sot-tit {
    width: 10%;
    display: block;
    margin: 10px auto 20px;
        margin-left: auto;
    border-bottom: #B69DDC 4px solid;
}

.sot-tit.left {
    margin-left: 0px;
}

.blockquote {
    padding: .5rem 1rem;
    margin-bottom: 1rem;
	font-size: 1rem !important;
    border-left: .25rem solid #eceeef;	
}

p {
    margin-top: 0;
    margin-bottom: 1rem;
}

.h4, h4 {
    font-size: 1.5rem;
}

.h1, h1 {
    font-size: 2.5rem;
}

.h1, .h2, .h3, .h4, .h5, .h6, h1, h2, h3, h4, h5, h6 {
    margin-bottom: .5rem;
    font-family: inherit;
    font-weight: 600 !important;
    line-height: 1.2;
    color: inherit;
}

.box-content [class*="col-"] {
    padding: 10px 10px;
    margin: 0px 0px;
}