
.awards .award .image {
    height: 100%;
    aspect-ratio: 1/0.83;
}

.awards .award .flex-container {
    column-gap: 100px;
}

.awards .award .image {
    flex: 0 0 calc(50% - 50px);
    max-width: 500px;
}

.awards .award .text {
    flex: 0 0 calc(50% - 50px);
}

.awards .award:nth-child(even) .flex-container {
    flex-direction: row-reverse;
}

.awards .award .title .arrow {
    position: absolute;
    left: 0;
    top: 5px;
    transform: translateX(-35px);
}

.awards .award:nth-child(even) .title .arrow {
    transform: translateX(0px) rotate(180deg);
    left: auto;
    right: -35px;
}