.rules-redirect {
    display: inline-block;
    align-items: center;
    justify-content: center;
    color: #f6f6f6 !important;
    border: solid 1px #06a9ec;
    width: 100%;
    height: 220px;
    border-radius: 20px;
    background-color: #06a9ec;
    box-shadow: 0 0.65rem 0.65rem rgba(0, 0, 0, 0.075) !important;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    transition: all 500ms ease-in-out 0s;
}
.rules-redirect div {
    width: 100%;
}
.rules-redirect .icon-card {
    margin-top: 5%;
    color: #f6f6f6;
    font-size: 100px;
    -webkit-transition: all 500ms ease-in-out 0s;
    -moz-transition: all 500ms ease-in-out 0s;
    -o-transition: all 500ms ease-in-out 0s;
    transition: all 500ms ease-in-out 0s;
}

.rules-redirect:hover {
    color: #06a9ec !important;
    -moz-transform: translate(-5px, -5px);
    -ms-transform: translate(-5px, -5px);
    -o-transform: translate(-5px, -5px);
    -webkit-transform: translate(-5px, -5px);
    transform: translate(-5px, -5px);
    background-color: #f6f6f6;
    box-shadow: 0.5rem 2rem 2rem rgba(0, 0, 0, 0.075) !important;
}
.rules-redirect:hover .icon-card {
    color: #06a9ec;
}

.rule-box {
    margin-top: 30px;
}

.margin-top {
    margin-top: 30px;
}

.margin-bottom {
    margin-bottom: 30px;
}

.action-button {
    width: 45px;
}

.button-bottom-right {
    bottom: 0;
    right: 0;
}

.button-bottom-left {
    bottom: 0;
    left: 0;
}