@media only screen and (min-width: 768px) {
    .cta-author-block .profile {
        display: flex;
    }
}

.cta-author-block{
    display: flex;
    /* width: 80%; */
    padding: 40px 40px;
    padding-top: 0px;
    gap: 10px;
}

.cta-author-block .profile {
    border: 5px solid rgba(0,0,0,.05);
    margin-top: 40px;
    padding: 20px;
    background: #fff;
    gap: 30px;
}

.cta-author-block .profile__author {
    width: 100%;
    text-align: center;
    margin-bottom: 20px
}

.cta-author-block .profile__text {
    background: #efefef;
    font-size: 1.6rem;
    padding: 15px;
    margin-bottom: 20px
}

.cta-author-block .profile__author img {
    border-radius: 50%;
    margin-bottom: 10px
}

.cta-author-block .profile__name {
    font-size: 1.6rem;
    margin-bottom: 5px
}

.cta-author-block .profile__group {
    font-weight: 400
}

.cta-author-block .profile__description {
    line-height: 1.75;
    margin-bottom: 20px
}

.cta-author-block .profile__list {
    list-style: none;
    display: flex;
    justify-content: center;
    overflow: auto;
    margin-bottom: 20px
}

.cta-author-block .profile__item {
    margin: 0 2.5px
}

.cta-author-block .profile__link {
    display: block;
    width: 30px;
    height: 30px;
    margin: 0 auto;
    line-height: 30px;
    border-radius: 50%;
    font-size: 14px;
    text-align: center;
    transition: .15s;
    color: #fff
}

.cta-author-block .profile__link.icon-facebook {
    background: #3b5998
}

.cta-author-block .profile__link.icon-twitter {
    background: #00b0ed
}

.cta-author-block .profile__link.icon-instagram {
    background: radial-gradient(circle farthest-corner at 32% 106%,#ffe17d 0,#ffcd69 10%,#fa9137 28%,#eb4141 42%,transparent 82%),linear-gradient(135deg,#234bd7 12%,#c33cbe 58%)
}

.cta-author-block .profile__link.icon-google-plus {
    background: #df4a32
}

.cta-author-block .profile__link.icon-youtube {
    background: #cd201f
}

.cta-author-block .profile__link.icon-linkedin {
    background: #0079ba
}

.cta-author-block .profile__link.icon-pinterest {
    background: #ce0f19
}

.cta-author-block .profile__link.icon-rss {
    background: #f90
}


.cta-author-block .profile__link.icon-facebook:hover,
.cta-author-block .profile__link.icon-google-plus:hover,
.cta-author-block .profile__link.icon-instagram:hover,
.cta-author-block .profile__link.icon-linkedin:hover,
.cta-author-block .profile__link.icon-pinterest:hover,
.cta-author-block .profile__link.icon-rss:hover,
.cta-author-block .profile__link.icon-twitter:hover,
.cta-author-block .profile__link.icon-youtube:hover {
    animation: flash 1s
}

.cta-author-block .btn-center {
    text-align: center;
    width: 100%;
    line-height: 1;
    display: flex;
}
.cta-author-block .btn-center .btn__link-secondary {
    padding: 5px 25px 5px 15px;
    border-radius: 5px;
    background: #a83f3f;
    border: none;
    border-bottom: solid 3px rgba(0, 0, 0, .25);
    font-size: 1.2rem;
    font-weight: 700;
    color: #fff;
    overflow: hidden;
    line-height: normal;
    width: 100%;
    text-decoration: none;
}


.post-date-box {
    right: 10px;
    display: flex;
    /* flex-direction: column; */
    gap: 10px;
    justify-content: center;
    margin-top: 10px;
}

.post-date-box p {
    margin-bottom: 0;
    font-size: 1.3rem !important;
    margin-top: 0 !important;
}

@media screen and (max-width: 768px) {
    .post-date-box {
        flex-direction: column;
    }
}