.text-layout-with-photo-section {
    margin-top: 88px;
    &.no-decor {
        .decor-icons {
            display: none;
        }
    }

    &.default-image {
        .row {
            .image-cover {
                aspect-ratio: 784/470;
                width: auto;
                margin: 0;
            }
        }
    }
}

.text-layout-with-photo-section .row{
    align-items: center;
}
.text-layout-with-photo-section .row-image-width.position-right{
    margin-right: 0;
    margin-left: 144px;
}
@media (max-width: 1600px){
    .text-layout-with-photo-section .row-image-width.position-right{
        margin-left: 50px;
    }
}
@media (max-width: 1366px){
    .text-layout-with-photo-section .row-image-width.position-right{
        margin-left: 30px;
    }
}
@media (max-width: 768px){
    .text-layout-with-photo-section .row-image-width.position-right{
        margin-left: 0;
    }
}

.text-layout-with-photo-section .section-title{
    margin-bottom: 50px;
}
.text-layout-with-photo-section .subtitle{
    line-height: 1.41;
    margin-bottom: 48px;
}
.text-layout-with-photo-section .plaintext {
    line-height: 1.47;
}
.text-layout-with-photo-section .plaintext p{
    margin: 22px 0;
}

.platforms-subtitle {
    font-size: 10px;
    margin: 20px 0;
    display: block;
    text-align: center;
}

.investment-platform-page-links-section .platforms-subtitle {
    text-align: left;
    padding-top: 20px;
    border-top: 1px solid #c2d9e2;
}

.front-page-text-with-photo-section .section-background {
    transform: scaleX(-1);
    left: 0;
    width: 70%;
    overflow: hidden;
}

.front-page-text-with-photo-section .section-background:before {
    background-color: transparent;
    background-image: url('dist/images/diamond-bg.svg');
    background-repeat: no-repeat;
    background-position: center right;
    background-size: contain;
    transform: scaleX(-1);
    bottom: 0;
    height: 90%;
    top: auto;
}

.row .col.col-badge {
    flex-grow: 0;
    margin-top: 9px;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 16px;
    margin-bottom: 40px;
}

.badge-title {
    font-family: "CorporateAPro", serif;
    color: #447196;
    font-size: 16px;
    font-weight: 500;
    line-height: 1.45;
    letter-spacing: -0.04em;
    margin-bottom: 0;
}

.badge-text {
    font-family: "CorporateAPro", serif;
    font-size: 7px;
    font-weight: 300;
    margin-bottom: 30px;
}

.badge-image {
    max-width: 67px;
    width: 100%;
    margin: 0;
}

.badge-image img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: contain;
}

@media (min-width: 640px) {
    .row .col.col-badge {
        gap: 30px;
    }

    .badge-title {
        font-size: 32px;
    }

    .badge-image {
        max-width: 134px;
    }

    .badge-text {
        font-size: 14px;
    }
}

@media (min-width: 768px) {
    .investment-platform-page-links-section .platforms-row .platforms-col {
        height: inherit;
    }

    .investment-platform-page-links-section .platforms-row .platforms-col .button-container {
        overflow: hidden;
        padding-top: 0;
    }

    .investment-platform-page-links-section .platforms-row .platforms-col:hover .button-container {
        padding-top: 2.66em;
    }

    .investment-platform-page-links-section .platforms-row .platforms-col .button-text {
        padding: 0 1em;
        -webkit-transition: background-color .3s ease-out, padding 0.2s ease-out 0.2s;
        transition: background-color .3s ease-out, padding 0.2s ease-out 0.2s;
    }

    .investment-platform-page-links-section .platforms-row .platforms-col:hover .button-text {
        padding: 1.723em 1em;
        -webkit-transition: background-color .3s ease-out, padding 0.2s ease-out;
        transition: background-color .3s ease-out, padding 0.2s ease-out;
    }

    .front-page-text-with-photo-section .section-background {
        width: 40.5%;
        left: auto;
    }

    .row .col.col-badge {
        max-width: unset;
        margin-left: auto;
        flex-direction: column-reverse;
        align-items: flex-end;
        width: 50%;
        gap: 0;
        margin-bottom: 0;
    }

    .badge-title {
        font-size: 26px;
    }

    .badge-image {
        margin-right: 50px;
    }
}

@media (min-width: 1024px) {
    .row .col.col-badge {
        margin-top: 55px;
    }

    .badge-title {
        font-size: 32px;
    }

    .badge-text {
        margin-bottom: 60px;
    }

    .badge-image {
        margin: 0 50px 0 auto;
    }
}

.post-content-section .article .text-section-content blockquote:before{
    background: url(dist/images/quotes.svg);
    background-size: 100%;
}

/* .year-filter {
  list-style: none;
  display: flex;
  gap: 10px;
  padding: 0;
}

.year-btn {
  cursor: pointer;
  background: transparent;
  border: 1px solid #ccc;
  padding: 5px 10px;
}

.year-btn.is-active {
  background-color: #000;
  color: #fff;
  border-color: #000;
} */

.all-posts .posts-wrapper .post .link-more:after{
    background: url(dist/images/arrow-right.svg);
    background-size: 100%;
}