#complianceSection {
    font-family: "Montserrat", sans-serif;
    margin-top: 20vh;
}

#complianceText {
    padding: 5vw;
    width: 70vw;
    display: flex;
    flex-direction: column;
    font-family: "Montserrat", sans-serif;
    font-weight: 500;
    font-size: 2.3vh;
    text-align: left;
    line-height: 140%;
    margin: auto
}

.gsBadge {
    width: 30vh;
    height: 30vh;
    margin: auto;
    background-color: transparent;
    background-image: url("./../gas-safe-logo.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: 60%;

}