:root {
    --br-yellow: #FFDE17;
}

p {
    margin: 0 !important;
    display: inline-block !important;
}

body {
    overflow-x: hidden !important;
}

.br-yellow {
    color: var(--br-yellow);
}

.br-btn-container {
    max-width: max-content;
}

img {
    display: block !important;
}

.br-overflow-hidden {
    overflow: hidden !important;
}

.br-footer-left-col::after {
    content: url('/wp-content/uploads/2024/09/Mock-2.png') !important;
    position: absolute;
    right: 0;
    bottom: -5px;
    z-index: -1;
    overflow: hidden !important;
}

.br-footer-socials a {
    display: flex !important;
}

@media screen and (max-width: 600px) {
    .br-footer-left-col::after  {
        right: -85px;
    }
}