﻿.content-media .text-p {
    font-size: 1rem;
    font-weight: 700;
    font-family: "Roboto", sans-serif;
    text-transform: uppercase;
    color: var(--secondary-color);
}

.content-media .media-image {
    aspect-ratio: 4 / 3;
    width: 100%;
    height: 100%;
}