body {
    font-family: 'Rubik', sans-serif;
    font-size: 16px;
    font-weight: normal;
    font-style: normal;
    font-stretch: normal;
    line-height: 1.62;
    letter-spacing: 1px;
    text-align: center;
    color: #ffffff;
    background-color: #666;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-top: 0;
}

h1 {}

h2 {
    position: relative;
    font-family: 'PT Mono', monospace;
    font-size: 14px;
    font-weight: bold;
    line-height: 2.14;
    letter-spacing: 8px;
    color: #419b86;
    text-transform: uppercase;
    margin-bottom: 30px;
    padding-bottom: 30px;
}

h2::after {
    content: "";
    position: absolute;
    bottom: 0;
    height: 2px;
    background-color: #419b86;
    width: 25px;
    left: 0;
    right: 0;
    margin: 0 auto;
}

h3 {
    font-size: 24px;
    font-weight: bold;
    line-height: 1.08;
    letter-spacing: 1.5px;
    color: #419b86;
}

p {
    font-weight: 300;
}

a {
    text-decoration: none !important;
    transition: ease all 0.25s;
    color: #fff;
}

a:active,
a:visited {
    color: #fff !important;
}

a:hover {
    color: #419b86 !important;
}

span.learn-more {}
