.atlas-list .atlas {
    margin-bottom: 1.25rem;
    height: 100%
}

.atlas-list .atlas .img {
    background-color: #f8f8f8;
    object-fit: cover;
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    width: 100%;
    height: 12.5rem;
    border-top-right-radius: 3px;
    border-top-left-radius: 3px
}

.atlas-list .atlas .atlas-content {
    background-color: #f8f8f8;
    padding: 2rem;
    height: calc(100% - 13.5rem);
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    border-bottom-right-radius: 3px;
    border-bottom-left-radius: 3px
}

@media screen and (min-width: 40em)and (max-width: 63.99875em) {
    .atlas-list .atlas .atlas-content {
        height: 16.5rem
    }
}

.atlas-list .atlas .atlas-content .title {
    font-family: "NNNittiGrotesk-Heading";
    font-size: 1.75rem;
    text-align: center
}

.atlas-list .atlas .atlas-content .description {
    font-size: 1rem;
    margin-bottom: 1.25rem
}