body {
    font-family: Roboto, sans-serif !important;
    font-size: 16px;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin: 0;
}

h1 {
    font-weight: bold;
    font-size: 36px;
    color: #000000;
    font-family: inherit;
    margin: 0;
}

h2 {
    margin-bottom: .2rem;
    font-size: .875rem;
}

.banner-wrapp {
    margin: 2rem 0;
    padding: 3rem;
    background-color: white;
    background-image: url("./img/back_tree.png"), url("./img/back_top.jpg");
    background-repeat: no-repeat;
    background-size: 20%, 100%;
    background-position: right, top;
    box-shadow: 0 3px 4px 1px rgba(221,190,54,0.25), 0 0 36px 4px rgba(203,171,29,0.19);
    border-radius: 36px;
    font-family: Roboto, sans-serif !important;
    font-size: 16px;
    color: #656565 !important;
    text-rendering: optimizeLegibility;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

.header-container {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.title-container p {
    color: black;
    margin: 0;
}

.image-container img {
    height: 140px;
}

.body-container {
    display: flex;
    font-size: .875rem;
}

.body-container div:first-child {
    padding-right: 4rem;
}

.body-container div ul {
    padding-left: 1rem;
    padding-top: 0;
    margin: 0;
}

.body-container a, a:visited, a:active {
    color: inherit;
}

.body-container a:hover {
    color: black;
}

.body-container-col {
    width: 50%;
}

@media (max-width: 800px) {
    h1 {
        font-size: 30px ;
    }

    .banner-wrapp {
        padding: 2rem;
        background-repeat: no-repeat;
        background-size: 50%, 200%;
        background-position: right, top left;
        box-shadow: 0 3px 4px 1px rgba(221,190,54,0.25), 0 0 36px 4px rgba(203,171,29,0.19);
        border-radius: 24px;
    }

    .image-container img {
        height: 100px;
        margin: 2rem 0;
    }

    .body-container {
        flex-wrap: wrap;
    }

    .body-container div:first-child {
        padding-right: 0;
    }

    .body-container-col {
        width: 100%;
    }
}
