@import "style.css";


h5 {
    margin-bottom: 20px;
}

.featurette-divider {
    margin: 4rem 0;
    /* Space out the Bootstrap <hr> more */
}

.btn-custom {
    border: none;
    background-color: #ffffff;
    color: #5a5a5a;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 100px;
    width: 100%;
}

.btn-custom:hover {
    background-color: #d3e7e5;
    color: #5a5a5a;
}

.featurette-divider {
    margin: 1rem 0;
    /* Space out the Bootstrap <hr> more */
}