.fa-rss {
    color: #cf2f51;
}

.news-content img {
    width: 100%;
    height: 250px;
    object-fit: cover;
}

.news-content button {
    font-size: 13px;
    padding: 4px;
    line-height: auto;
    line-height: 16px;
    background: #d8b60d;
    color: #fff;
    border: none;
    cursor: auto;
    margin-right: 1rem;
}

.fa-rss {
    animation: bounce 1s linear;
    animation-duration: 2s;
    animation-iteration-count: 3;
}

@keyframes bounce {
    20%,
    50%,
    80%,
    to {
        transform: translateY(0);
    }

    40% {
        transform: translateY(-30px);
    }

    70% {
        transform: translateY(-15px);
    }

    90% {
        transform: translateY(-4px);
    }
}

.tabset > input[type="radio"] {
    position: absolute;
    left: -200vw;
}

.tabset .tab-panel {
    display: none;
}

.tabset > input:first-child:checked ~ .tab-panels > .tab-panel:first-child,
.tabset > input:nth-child(3):checked ~ .tab-panels > .tab-panel:nth-child(2),
.tabset > input:nth-child(5):checked ~ .tab-panels > .tab-panel:nth-child(3),
.tabset > input:nth-child(7):checked ~ .tab-panels > .tab-panel:nth-child(4),
.tabset > input:nth-child(9):checked ~ .tab-panels > .tab-panel:nth-child(5),
.tabset > input:nth-child(11):checked ~ .tab-panels > .tab-panel:nth-child(6) {
    display: block;
}

.tabset > label {
    position: relative;
    display: inline-block;
    padding: 15px 35px 25px;
    border-bottom: 0;
    cursor: pointer;
    font-weight: 700;
    font-size: 18px;
    color: #2c7e7b;
}

.tabset > label:hover,
.tabset > input:focus + label,
.tabset > input:checked + label, .tab-panel .content .article-tags {
    color: #2c7e7b;
}

.tab-panel .content .article-tags {
    font-weight: 500;
}

.tabset > input:checked + label {
    margin-bottom: -1px;
}

.tab-panel {
    padding: 50px 0;
}

.tab-panel .content {
    text-align: left;
    color: #1e1e1e;
}

.tabset {
    text-align: center;
}

h3.tab-header {
    color: #000;
}

.tab-panel figure.news-cover {
    object-fit: cover;
}

.tab-panel figure.news-cover img {
    border-radius: 50px;
    box-shadow: 0 4px 20px #00000040;
}

.tab-panel .content .units-row {
    color: #2c7e7b;
}

.tab-panel .content h5,
.tab-panel .content p {
    color: #1e1e1e;
    line-height: 1;
}

.tab-panel .read-more-btn {
    border-radius: 8px;
    background-color: #2c7e7b;
    color: #fff;
    border: none;
    font-weight: bold;
    padding: 0.25rem 1rem;
}

.text-left {
    text-align: left;
}

.tab-panel .card-event {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    margin-bottom: 4rem;
}

.card-event figure img {
    object-fit: cover;
}

.in-photos-card {
    position: relative;
    width: 100%;
    background-color: #f2f2f2;
    border-radius: 20px;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
    object-fit: cover;
    perspective: 1000px;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.in-photos-card img {
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}

.in-photos-card:hover {
    transform: scale(1.05);
    box-shadow: 0 8px 16px rgb(170 170 170 / 30%);
}

.in-photos-card__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    padding: 20px;
    box-sizing: border-box;
    background-color: #c0fff0f5;
    color: #1e1e1e;
    transform: rotateX(-90deg);
    transform-origin: bottom;
    transition: all 0.6s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    display: flex;
    flex-direction: column;
    justify-content: center;
}

.in-photos-card:hover .in-photos-card__content {
    transform: rotateX(0deg);
}

.in-photos-card__title {
    margin: 0;
    font-size: 24px;
    color: #333;
    font-weight: 700;
}

.in-photos-card:hover img {
    scale: 0;
}

.in-photos-card__description {
    margin: 10px 0 0;
    font-size: 14px;
    color: #777;
    line-height: 1.4;
}

.in-photos-card figure.in-photos-cover {
    margin-bottom: 0;
}

@media only screen and (max-width: 360px) {
    .tabset > label {
        padding: 15px 11px 25px;
    }
}

@media only screen and (max-width: 320px) {
    .tabset > label {
        padding: 15px 10px 25px;
        font-size: 16px
    }
}
