.container-bigbox-box {
    padding-bottom: 0 !important;
}

.bigbox-container {
    border: 2px #6F7D88 dashed;
    padding: 10px;
    background: #B6BCC1;

}
.bigbox-circle {
    background-color: #6f9ea5;
    background-position:  center;
    background-repeat: no-repeat;
    background-size: cover;
    display: inline-block;
    width: 140px;
    height: 140px;
    border-radius: 70px;
    color: #FFF;
    line-height: 95px;
    font-size: 50px;
    margin-bottom: 30px;
}
.bigbox-row-button.row.button {
    border: none;
    background-color: #6f9ea5;
}
.bigbox-btn {
    /*background-color: #F00;*/
    background-color: #6f9ea5;
    border: none;
}
.bigbox-btn .btn {
    background-color: transparent !important;
}
