@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,600,700&Raleway:300,400,500,600,700,800,900');

.designfooter {
    padding: 20px 0;
    border-top: 1px solid #ededed;
    text-align: center;
}

h2 {
    box-sizing: border-box;
    margin: 0px;
    line-height: 1.2;
    font-size: 20px;
    letter-spacing: -0.05em;
    color: black;
    padding-bottom: 20px;
    background-color: #ffffff;
}

h3 {
    box-sizing: border-box;
    margin: 0px 0px 20px;
    line-height: 1.2;
    font-size: 16px;
    letter-spacing: -0.05em;
    color: black;
    background-color: #ffffff;
}

p, ul {
    box-sizing: border-box;
    margin-top: 0px;
    margin-bottom: 1rem;
    font-size: 16px;
    color: black;
    background-color: #ffffff;
}

li, br {
    box-sizing: border-box;
}

a {
    box-sizing: border-box;
    color: #055af9;
    text-decoration-line: none;
    background-color: transparent;
}