#content {
    min-height: 70vh;
    display: grid;
}

.image-container {
    height: 200px;
    background-image: url("../images/bg/image-5.jpg");
    background-position-y: 30%;
    background-size: cover;
}

.card-body {
    padding: 0 !important;
}

.card-body .text-container a {
    background-color: #2dbe60;
    border: none;
    padding: 15px 20px;
    color: white;
    font-size: 20px;
    font-weight: bold;
    border-radius: 10px;
    text-decoration: none;
}

.card-body .text-container a:active {
    color: white;
    text-decoration: none;
}

@media (min-width: 768px) {

    .button-container {
        margin-bottom: 0 !important;
    }

    .image-container {
        height: 300px;
        background-position: 40% 50%;
    }

    .text-container h1 {
        margin-top: 0 !important;
    }
}