.footer-title-image {
    width: 265px;
    object-fit: cover;
    object-position: center;
}

p.footer.normal {
    font-family: "Hamlin";
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 30px;

    text-transform: uppercase;
    color: #e9ecdc;
    mix-blend-mode: normal;
    opacity: 0.8;
}

p.footer.small {
    font-family: "Hamlin";
    font-style: normal;
    font-weight: 400;
    font-size: 10px;
    line-height: 150%;
    color: #e9ecdc;
    mix-blend-mode: normal;
    opacity: 0.5;
}
p.footer.medium {
    font-family: "Hamlin";
    font-style: normal;
    font-weight: 400;
    font-size: 9px;
    line-height: 18px;

    text-transform: uppercase;
    color: #e9ecdc;
    mix-blend-mode: plus-lighter;
    opacity: 0.5;
}

.footer-bottom-title {
    font-family: "Hamlin";
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 130%;

    text-transform: uppercase;
    color: #e9ecdc;
    mix-blend-mode: plus-lighter;
    opacity: 0.5;
    margin: 10px 0px 0px 0px;
}

ul.footer-social {
    display: flex;
    padding: 0;
    margin: 0;
    justify-content: end;
    gap: 32px;
}

h4.footer-col-title {
    font-family: "Hamlin";
    font-style: normal;
    font-weight: 800;
    font-size: 16px;
    line-height: 200%;

    text-transform: uppercase;
    color: #e9ecdc;
    mix-blend-mode: normal;
    opacity: 0.8;
}
