

.footer-social-media{
    overflow: hidden;
    font-size: 2rem;
    margin-top: 1rem;
    list-style: none;
}

.footer-social-media li{
    float: left;
    width: auto;
    padding: 0 .5rem;
}

.footer-social-media li:first-child{
    padding-left: 0;
}

.footer-social-media li:last-child{
    padding-right: 0;
}

.footer-patter:before{
    content:'';
    height: 1px;
    background: var(--bs-dark);
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 1.5rem;
    right: 1.5rem;
    transform: translateY(-50%);
}

.footer-patter .patter{
    margin: 0 !important;
}

.footer-patter h1{
    text-align: center;
    background: #fff;
    width: auto;
    padding: 0 2rem;
    display: inline-block;
}

.footer-copyright{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    color: rgb(255 255 255 / 35%);
    font-size: .8rem;
    text-transform: uppercase;
}

.footer-logo-holder{
    max-width: 280px;
}