html {
    font-family: "Overpass", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

body {
    background-color: rgb(245, 227, 217);
    color: rgb(8, 57, 76);
    margin-top: 10px;
}

.bc-title {
    font-family: "Playfair Display";
    font-size: 40pt;
    line-height: 1.2;
}

.bc-h2 {
    font-family: "Playfair Display";
    font-size: 20pt;
    margin-bottom: 24px;
    line-height: 1.4;
}

.bc-list {
    margin-top: 10px;
}

.bc-subtitle {
    text-transform: uppercase;
    color: #08394C;
    font-family: 'Questrial', serif;
    letter-spacing: 0.1rem;
    width: calc(100% + 0.1rem);
    font-size: 0.875em;
    line-height: 1.5;
    font-weight: 400;
}

.bc-main-text {
    font-family: "Overpass", sans-serif;
    font-weight: 200;
    margin-bottom: 20px;
}

.bc-companies-title {
    font-family: "Overpass", sans-serif;
    font-weight: 200;
}

.bc-top-margin {
    margin-top: 40px;
    border-bottom: 1px solid rgb(8, 57, 76);
    padding-bottom: 10px;
    margin-bottom: 20px;
}

.bc-main {
    margin-top: 20px;
}

.bc-inset-margin {
    margin-top: 20px;
}

span {
  margin-left: 10px;
}

.icon {
    float: right;
}

@media (max-width: 550px) {
    .icon {
        float: left;
    }

    span {
        margin-left: 0px;
        margin-right: 6px;
        margin-top: 6px;
    }
}

ul {
    list-style-type: disc;
}

img.logo-icon:not(:last-child) {
    margin-right: 14px;
}

.logo-icon {
    margin-bottom: 20px;
}

a:link, a:visited, a:hover, a:active {
    text-decoration: none;
    color:  rgb(8, 57, 76);
}