.site-footer {
    background: #000;
    padding: 35px 0;
    font-size: 15px;
    line-height: 24px;
    margin-top: 50px
}

.site-footer * {
    color: #fff !important
}

.site-footer h6 {
    color: #fff;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    font-weight: bolder
}

.site-footer a {
    text-decoration: none !important;
    color: #fff !important;
    font-size: 13px;
    margin-bottom: 5px
}

.site-footer a:hover {
    color: #fff !important;
    text-decoration: none
}

.copyrightContainer {
    display: flex;
    flex-direction: column;
    align-items: flex-end;
    margin-top: 65px;
    gap: 5px;
}

.copyrightContainer * {
    text-align: end
}

.copyrightContainer i {
    fill: #00B4D8 !important;
    font-size: 25px;
}

@media (max-width:991px) {
    .site-footer [class^=col-] {
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .site-footer {
        padding-bottom: 0
    }
}