html, * {
    color: white;
    font-family: 'Roboto', sans-serif;
    font-weight: 300;
}

html, body {
    font-size: 20px;
}

.header {
    background: rgb(2,82,54);
    background: radial-gradient(circle, rgba(2,82,54,1) 0%, rgba(1,41,27,1) 82%);
}

.header figure img {
    width: 100%;
    height: 250px;
    object-fit: cover;
    opacity: .7;
    object-position: top;
}

@media screen and (min-width: 576px) {
    .header figure img {
        height: 350px;
    }
}

@media screen and (min-width: 768px) {
    .header figure img {
        height: 600px;
    }
}

figure {
    position: relative;
    margin-bottom: 0;
}

figure figcaption {
    position: absolute;
    left: 0;
    bottom: 50px;
}

@media screen and (min-width: 576px) {

}

@media screen and (min-width: 768px) {

}

ul {
    line-height: 2.4;
    font-family: 'Roboto';
    letter-spacing: 0.8px;
    font-size: 1rem;
    margin-bottom: 0;
}

.page-wrap {
    display: flex;
    justify-content: flex-start;
    flex-direction: column;
    overflow: hidden;
}

.main {
    background: rgb(2,82,54);
    background: radial-gradient(circle, rgba(2,82,54,1) 0%, rgba(1,41,27,1) 82%);
    width: 100%;
}

.footer {
    text-align: center;
    padding: 20px;
}

img {
    width: 100%;
    height: auto;
}

.info-wrapper h2 {
    margin-top: 30px;
}

.topics {
    display: flex;
    padding: 20px;
    justify-content: center;
    list-style: none;
    flex-wrap: wrap;
}

.topics li {
    display: inline-block;
    padding: 10px 20px;
    position: relative;
}

.topics li::before {
    content: '⋅';
    font-size: 30px;
    position: absolute;
    top: 46%;
    transform: translateY(-50%);
    left: 1px;
}

.row.no-gutter > div {
    padding: 0!important;
}

h1 {
    color: white;
    font-family: "Sugo-Pro-Classic-Trial-Regular", sans-serif;
    font-size: 50px;
    margin-bottom: 0;
    line-height: 1;
}

h2 {
    color: #cecece;
    font-family: "Sugo-Pro-Classic-Trial-Regular", sans-serif;
    font-size: 40px;
}

.logo-wrapper {
    padding-left: 16px;
    position: relative;
}

.logo-wrapper::after {
    content: '';
    position: absolute;
    left: 0;
    bottom: -10px;
    width: 173px;
    height: 5px;
    background: #cecece;
}

@font-face {
    font-family: 'Sugo-Pro-Classic-Trial-Regular';
    src:url('/fonts/Sugo-Pro-Classic-Trial-Regular.ttf.woff') format('woff');
    font-weight: normal;
    font-display: swap;
    font-style: normal;
}

/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 400;
    src: local(''),
    url('/fonts/roboto-v30-latin-regular.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/roboto-v30-latin-regular.woff') format('woff'); /* Modern Browsers */
}

/* roboto-regular - latin */
@font-face {
    font-family: 'Roboto';
    font-style: normal;
    font-weight: 300;
    src: local(''),
    url('/fonts/roboto-v30-latin-300.woff2') format('woff2'), /* Super Modern Browsers */
    url('/fonts/roboto-v30-latin-300.woff') format('woff'); /* Modern Browsers */
}