.rtb_projects-post-container {
    background-image: linear-gradient(-90deg, #000000c2, rgba(0, 0, 0, 0) 70%),url("../assets/2.1_feed_picture.png");
    width: 100%;
    height: 715px;
    background-size: cover;
}

.rtb-post-projects {
    height: 100%;
    width: 100%;
    max-width: 1120px;
    margin-left: auto;
    display: flex;
    flex-flow: column;
    justify-content: center;
}

.rtb-post-text-parent {
    display: flex;
    flex-flow: column;
}

.rtb-post-explore-link {
    width: 319px;
    height: 57px;
    background: #E2AE2A;
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 27px;
    color: #FFFFFF !important;
    border-bottom: unset !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.rtb-post-explore-link .fa-angle-right {
    margin-left: 10px;
    font-size: 25px;
}

.rtb-post-text-small {
    font-family: PT Sans;
    font-style: normal;
    font-weight: normal;
    font-size: 25px;
    line-height: 32px;
    color: #FFFFFF;
}

.rtb-post-text-small.rtb-portfolio-text {
    font-weight: bold;
    color: #ffc107;
}

.rtb-post-text-large {
    font-family: PT Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 89px;
    line-height: 115px;
    color: #FFFFFF;
    display: flex;
    align-items: center;
}

.rtb-post-projects-number {
    font-family: PT Sans;
    font-style: normal;
    font-weight: bold;
    font-size: 49px;
    line-height: 63px;
    color: #FFFFFF;
}

.rtb-post-explore-button-parent {
    padding: 42px 99px;
}

@media (max-width: 600px) {
    .rtb_projects-post-container {
        background-image: linear-gradient(-134deg, #000000c2, rgba(0, 0, 0, 0) 70%),url("../assets/2.1_feed_picture.png");
        background-size: cover;
        background-position: center;
    }

    .rtb-post-projects {
        max-width: 320px;
        margin: auto;
    }

    .rtb-post-projects-number {
        font-size: 25px;
        line-height: 32px;
    }

    .rtb-post-text-small {
        font-size: 14px;
        line-height: 18px;
    }

    .rtb-post-text-large {
        font-size: 36px;
        line-height: 38px;
        padding-bottom: 24px;
    }

    .rtb-post-explore-link {
        width: 146px;
        height: 24px;
        font-size: 12px;
        line-height: 16px;
    }

    .rtb-post-explore-link .fa-angle-right {
        margin-left: 7px;
        font-size: 16px;
    }
}
