.image {
    padding: 20px;
    width: 100%;
}

.image img {
    border: 5px solid white;
}

.image-top {
    margin-bottom: -6px;
}

.flex {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.flex-col {
    flex-direction: column;
}

/*
.variable-flex > p:first-child {
    margin-top: 0;
    flex-grow: 0;
}
.variable-flex > p {
    flex-grow: 1;
}

.variable-flex > ul {
    flex-grow: 2;
}
*/
.flex-center {
    justify-content: center;
}

.entry-title {
    width: 50%;
}

.main {
    padding: 0 5% 0 5%;
    height: 70%;    
}

.description {
    color: white;
    font-size: 1.2em;

    padding: 0px 30px !important;
}

.description li {
    list-style-type: disc !important;
    list-style-position: inside;
}

.description > p > a {
    background-color: white;;
    padding: 5px !important;
    margin-top: 25px;
    width: 100%;
    border: 5px solid white;
    border-radius: 5px;
    text-align: center;
    display: block;    
}

.content {
    padding: 5% !important;
}

@media only screen and (max-width: 992px) {    
    .halfway-button-container {
        margin-top: 50px;
    }

    .main {
        background: rgb(168, 191, 225) !important;
    }
}