/*End Generated Styles*/.row {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start;
    max-width: 100%;
    gap: 20px;
}

.row a {
    width: 20%;
    line-height: 100%;
    border-bottom: 0;
}

.row a img {
    width: 100%;
    border-radius: 4px;
}

.row a:hover img {
    opacity: .7;
}

.button {
    padding: 8px 24px;
    border: 1px solid #000;
    border-radius: 4px;
    background: #000;
    color: #fff;
    cursor: pointer;
    transition: all .3s;
    margin: 0 15px 0 0;
}

.button:hover {
    background: #fff;
    color: #000;
    transition: all .3s;
}

blockquote {
    position: relative;
    padding: 20px 0;
    margin: 40px 0;
    font-size: 24px;
    line-height: 150%;
}

blockquote:before {
    content: '';
    position: absolute;
    height: 120px;
    width: 120px;
    background-size: 100% 100% !important;
    top: -10px;
    left: 40px;
    background: url('/uploads/2025/08/13/quote.png');
    opacity: .1;
}

.socials {
    margin: 20px 0;
}

.socials a {
    line-height: 100%;
    margin-right: 5px;
    border: none;
}

.whatsnew_date {
  margin-bottom: 10px;
}
.whatsnew_title {
font-size: 1.25rem;
  margin-bottom: 10px;
}
.whatsnew_empty .page_title {
font-size: 2rem;
font-weight: bold;
}

.subtitle {
font-size: 16px;
font-style:italic;
  margin-bottom: 20px;
}

@media screen and (max-width:640px) {
    
    .row a {
        width: 50%;
    }

    blockquote {
        font-size: 18px;
    }

    .button {
        display: block;
        text-align: center;
        margin: 10px 0;
    }
}