.about-wrapper {
    color: #111;
    font-size: 14px;
    line-height: 20px;
}

.about-wrapper .float-block {
    margin: 30px 0 30px 0;
    background: #ffffff;
    border-radius: 4px;
    padding: 25px 30px;
    box-shadow: 0px 0px 2px rgb(38 38 38 / 20%);
}

.about-wrapper .about-content {
    padding: 20px 0px;
}

.about-wrapper h2,
.about-wrapper h3,
.about-wrapper h4,
.about-wrapper h5,
.about-wrapper h6,
.about-wrapper h1 {
    position: relative;
    color: #333;
    margin: 0 0 10px 0;
    font-weight: 600;
    padding-left: 20px;
}

.about-wrapper h1 {
    font: 22px 'Roboto', sans-serif;

}

.about-wrapper h2 {
    font: 20px 'Roboto', sans-serif;

}

.about-wrapper h3 {
    font: 18px 'Roboto', sans-serif;
}
.about-wrapper h4,
.about-wrapper h5,
.about-wrapper h6 {
    font: 16px 'Roboto', sans-serif;
}

.about-wrapper p {
}

.about-wrapper img {
    width: 100%;
    margin-bottom: 15px;
}

.about-wrapper ul {
    margin-top: 30px;
    margin-bottom: 30px;
}

.about-wrapper li {
    margin-bottom: 10px;
    padding-left: 25px;
    position: relative;
    display: block;
}

.about-wrapper li:before {
    content: "";
    display: block;
    position: absolute;
    background: #4169E1;
    width: 5px;
    height: 5px;
    left: 0;
    top: 7px;
}


.inner-h1 {
    color: white;
}

._secondary-pages h1 {
    font: 28px/30px 'Roboto', sans-serif;
    color: #ffffff;
    margin: 0 0px 25px 0px;
    padding-left: 0;
    text-align: left;
    text-transform: none;
}

._secondary-pages h1:before {
    display: none;
    padding-left: 0;
}
