.tns-carousel {
    display: flex;
}

.at-jo {
    position: relative;
    min-height: 16rem;
    width: 100%;
    margin-bottom: 30px;
    padding: 1rem;
    overflow: hidden;
    text-decoration: none;
    text-align: center;
    color: inherit;
}

.at-jo__inner {
    height: 100%;
    padding: 1rem;
    border: 0.1rem solid #f4f4f4;
    background: #fff;
}

.at-jo:hover {
    text-decoration: none;
}

.at-jo__image {
    max-width: 80%;
    margin-bottom: 1rem;
}

.at-jo__title {
    font-size: 1.1rem;
    font-weight: 700;
}

@media (min-width: 576px) {
    .at-jo {
        width: calc(50% - 30px);
    }
}

@media (min-width: 768px) {
    .at-jo {
        width: calc(33.333% - 30px);
    }
}
