.site-footer-two {
    background-color: #0e0e0e;
}

.site-footer-two__shape-1,
.site-footer-two__shape-2,
.site-footer-two__shape-3 {
    display: none;
}

.site-footer-two__about {
    background-color: transparent;
    background-image: url('../../svg/footer/Rectangle.svg');
    background-size: cover;
    background-repeat: no-repeat;
}

.footer-widget-two__title, .site-footer-two__contact-title, .site-footer-two__social-title {
    background: linear-gradient(270deg, #F59609 0%, #FFD494 100%);
    background-clip: text;
}

.site-footer-two__contact-icon::before {
    background: linear-gradient(270deg, #e9aa5c 0%, #fc9e3d 100%);
}

.site-footer-two__contact-list li:before {
    width: 100%;
    background: linear-gradient(270deg, #F59609 0%, #FFD494 100%);
}

.site-footer-two__social-box-inner a:before {
    background: linear-gradient(270deg, #e9aa5c 0%, #fc9e3d 100%);
}