﻿.whitebox {
    background-color: white;
    color: #133b8d;
    color: #133b8d;
    font-weight: 900;
    position: absolute;
    bottom: 80px;
    left: 25px;
    height: 30px;
    padding: 5px 23px;
    line-height: 20px;
    font-size:16px;
}

.bluebox {
    background-color: #133b8d;
    color: white;
    position: absolute;
    bottom: 30px;
    left: 25px;
    height: 30px;
    padding: 5px 23px;
    line-height: 20px;
}

    .bluebox a {
        color: white;
        text-decoration: none;
    }

.cardImg {
    width: 100%
}

@media screen and (max-width: 767px) {
    .container {
        display:none;
    }
}