body {
    color: #036;
}
.header_top {
    height: 30px;
    background: linear-gradient(to right, #6685a3, #39577b);
}
.header {
    height: 175px;
    display: flex;
    align-items: center;
    background: linear-gradient(to right, #c6d0da, #39577c);
}
.header_body {
    height: 175px;
    font-family: korbregular;
    display: flex;
    align-items: center;
}
.header_tilte {
    font-family: korbregular !important;
    font-size: calc(12px + 1.8vw);
    color: #fff;
}
.bodyContainer {
    border-top: 2px solid #d0dce6;
    padding: 20px 0 0;
}
.caption,
.caption a {
    font-family: korbregular;
    padding-bottom: 10px;
    font-size: 28px;
    color: #036 !important;
}
.text {
    font-family: source_sans_proregular, Helvetica, Arial, "sans-serif" !important;
    margin: 0 0 1em;
    line-height: 1.5;
    text-align: justify;
}
.italics {
    font-style: italic;
}
.iconQ {
    float: left;
    width: 35px;
    padding-left: 10px;
    padding-top: 4px;
    cursor: pointer;
}
.iconQ:hover {
    color: rgb(56, 53, 55);
}
.image {
    padding-right: 20px;
    height: calc(40px + 1vw);
    width: auto;
}
.banner_right {
    flex-flow: wrap;
    box-sizing: border-box;
    display: flex;
    place-content: center flex-end;
    align-items: center;
    flex: 1 1 100%;
    max-width: 20%;
}
.banner_right a {
    padding-bottom: 5px;
}
.banner_left {
    width: 80%;
    margin-right: 30px;
    flex: 1 1 0%;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}
.certdetails {
    width: 100%;
}
.certdetails svg {
    width: 30px;
    float: left;
    color: #92d050;
}

.certdetails .caption {
    float: left;
    padding-left: 20px;
}
