﻿.equal-image {
    width: 100%;
    object-fit: cover;
    aspect-ratio: 4 / 3; 
}

@media (min-width: 992px) {
    .desktop-max-height {
        max-height: 15vw !important;
    }
}

.header-title {
    color: #f6b600;
}
