.checkbox-with-button {

}
.checkbox-with-button a.btn-blue.disabled {
    opacity: 0.2;
}
.checkbox-with-button label {
    display: flex;
}
.checkbox-with-button input[type=checkbox] {
    margin-right: 10px;
    margin-left: 0;
}
.checkbox-with-button .text-wrapper *:first-child{
    margin-top: 0;
}

@media only screen and (max-width: 1181px) {
    .checkbox-with-button label {
        justify-content: center;
    }
}