.customBtn {
    background-color: #1b366d;
    border-radius: 3px;
    color: #fff;
    display: inline-block;
    font-size: 16px;
    font-weight: 400;
    height: auto;
    padding: 9px 20px;
    text-transform: uppercase;
    text-align:center;
    margin: 10px 0;
}

.customBtn:hover {
    background-color:#0d7cc1;
    color:#fff;
}
@media (max-width:1200px) {
    #customBtn {
        width:100%;
        display:block;
        padding-bottom:40px;
    }
}

.center {
    text-align: center;
}