/* Custom Styles */
.pop_c .col-sm-12 {
    margin: 0 !important;
    padding: 0 !important;
}
a.my_btn {
    background: #bfab72 !important;
    border-color: #bfab72 !important;
    color: #fff !important;
    border: 2px solid;
    padding: 0.4rem 1.875rem;
    font-weight: 600;
    border-radius: 4px;
    white-space: normal;
    display: inline-block;
    box-shadow: 0 4px 6px rgb(50 50 93 / 11%), 0 1px 3px rgb(0 0 0 / 8%);
    font-size: 16px;
    text-transform: uppercase;
    margin: 0;
}
