.footer-base-1 > .content > .container > .footer-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap;
    gap: 50px;
}

.footer-base-1 > .content > .container > .footer-row > div {
    text-align: left;
}

.footer-base-1 > .content > .container > .footer-row > div:last-child {
    width: 20em;    
}
.footer-base-1 > .content > .container > .footer-row img {
    display: block;
    width: 15em;
    margin: 10px 0;
    border-radius: 1.3em;
}

.footer-base-1 > .content > .container > .footer-row h1 {
    color: white;
    font-weight: 450;
    font-size: 2em;
}


.footer-base-1 > .content > .footer2-row.copy-row {
    display: flex;
    justify-content: space-between;
    align-items: center;
    font-size: 1em;
    height: 3em;
    margin: 0 3em;
}


.footer-copyright-message {
    width: fit-content;
    color: #9daac7;
}

.footer-base-1 > .content > .footer2-row.copy-row > .btn-group.social-group.btn-group-icons {
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: fit-content;
}

/* .footer-base-1 > .content > .footer-row.copy-footer-row > .btn-group.social-group.btn-group-icons > a:hover {
    color: red;
} */