body {
    background-color: #F1FCFF;
}

body * {
    font-family: 'Ubuntu', sans-serif;
    font-size: 20px;
    line-height: 38px;
    color: #333333;
}

#logo {
    margin: 100px 0 80px 0;
}

a {
    text-decoration: none;
}

a:hover {
    text-decoration: underline;
}

h3 {
    margin: 40px 0;
}

h3,
h3 span,
h3 a {
    font-size: 20px;
    line-height: 40px;
    font-weight: 400;
    color: #3222C6 !important;
}

h3 strong {
    color: #3222C6 !important;
}

a.btn {
    display: inline-block;
    margin-top: 40px;
    padding: 20px 50px;
    font-weight: bold;
    color: #fff;
    background-color: #3222C6;
}

a.btn:hover {
    color: #fff;
    text-decoration: none;
    background-color: #4938E4;
}

span.icon {
    display: inline-block;
    float: left;
    margin-right: 20px;
}

.icon.phone {
    width: 40px;
    height: 40px;
    background-image: url(../images/phone-icon.svg);
    background-size: cover;
}

.icon.email {
    width: 40px;
    height: 29px;
    background-image: url(../images/email-icon.svg);
    background-size: cover;
}

.icon.watch {
    width: 39px;
    height: 50px;
    background-image: url(../images/watch-icon.svg);
    background-size: cover;
}

.row.white {
    background-color: #fff;
    margin-bottom: 50px;
}

.row.white * {
    font-size: 17px;
}