.footer-content {
    color: #ffffff;
    background-color: #A12124;

    padding: 4.5% 8%;
    padding-top: 3%;

    width: 100%;

    display: flex;
    flex-direction: column;
    bottom: 0;
}

.footer-image {
    width: 70%;
    margin-left: -2rem;
}

.footer-image img {
    width: 420px;
    float: left;
}

.footer-col-1 {
    display: flex;
    flex-direction: column;
}

.footer-details {
    display: flex;
    flex-direction: row;
    gap: 15%;
    margin-top: 2.5rem;
}

.footer-col-1 strong,
.footer-col-2 strong {
    font-size: 22px;
}

.footer-col-1 a,
.footer-col-2 a,
.footer-col-3 a {
    text-decoration: none;
    color: #ffffff;
}

.footer-col-1 a:hover,
.footer-col-2 a:hover,
.footer-col-3 a:hover {
    text-decoration: underline;
}

/* ========================== BACK TO TOP ========================== */

#back-to-top {
    display: flex;
    justify-content: center;
    align-items: center;
    position: fixed;
    bottom: 60px;
    right: 35px;
    width: 50px;
    height: 50px;
    background-color: #85181a;
    color: #ffffff;
    border: none;
    border-radius: 50%;
    opacity: 0;
    text-decoration: none;
    cursor: pointer;
    transition: opacity 0.3s ease-in-out;
    justify-self: anchor-center;
}



#back-to-top:hover {
    opacity: 1;
    background-color: #721214;
    color: #ffffff;
}

.contanct-footer{
    margin: 1rem 0rem 0rem 0rem !important;
}