.title-block {
    text-align: center;
    margin-bottom: 40px;
}

.title-block h1 {
    margin-bottom: 8px;
    font-size: 28px;
}

.title-block h2 {
    color: #397019;
}

.content-contain img {
    max-width: 280px;
    height: auto;
}

.horiz {
    height: 4px;
    background: black;
    width: 280px;
    margin-top: 30px;
    margin-bottom: 30px;
}

.desc {
    width: 280px;
    padding: 20px;
    background: #EAE4E1;
    border-radius: 5px;
    box-shadow: 0 4px 6px #cbcbcb;
}

h3 {
    font-size: 20px;
    margin-bottom: 40px;
    margin-top: 25px;
}

.button-grid {
    margin-top: 40px;
}

.button-grid a {
    background: #397019;
    color: white;
    border-radius: 5px;
    border: 2px solid #397019;
    text-decoration: none;
    font-weight: bold;
    padding: 6px 10px;
}

.button-grid a:hover, .button-grid a:focus{
    background: #FFFFFF;
    color: black;
}

.button-grid a:focus:not(:focus-visible) {
    background: #397019;
    color: white;
}

@media only screen and (min-width: 375px) {
    .content-contain img {
        max-width: 320px;
    }

    .horiz {
        width: 320px;
    }

    .desc {
        width: 320px;
    }
}

@media only screen and (min-width: 425px) {
    .content-contain img {
        max-width: 350px;
    }

    .horiz {
        width: 350px;
    }

    .desc {
        width: 350px;
    }
}

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

    .title-block h1 {
        font-size: 32px;
    }

    .content-contain img {
        max-width: 650px;
    }

    .horiz {
        width: 650px;
    }

    .desc {
        width: 650px;
    }

    #container{
        margin-bottom: 125px;
    }

    h3{
        font-size: 22px;
    }
}

@media only screen and (min-width: 1024px) {
    .content-contain img {
        max-width: 800px;
    }

    .horiz {
        width: 800px;
    }

    .desc {
        width: 800px;
    }
}

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

}

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

}

