.image-txt__img {
    width:auto;
    max-width: 500px;
    height: auto;
}

@media only screen and (max-width: 812px) {
    .image-txt__img img {
        height: auto;
    }
}

.header-space {
    height: 50px;
}

.footer-col h5, .footer-col h4, .footer-col h3, .footer-col h2 {
    color: white;
}

.footer-columns > .footer-col:first-child {
    max-width: 300px;
}

@media only screen and (max-width: 1023px) {
    .footer-columns > .footer-col:first-child {
        max-width: none;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
}

::marker {
    color: #5b269b;
}

.ref__image img {
    max-height: none;
    width: 142px;
    height: 142px;
    object-fit: cover;
}


@media only screen and (max-width: 667px) {
    .ref__image img {
        width: 90px;
        height: 90px;
    }
}