
.fresh-pop-up {
    padding: 48px;
    border-radius: 12px;
    border: 2px solid #5E0035;
    min-height: 614px;
}

.fresh-pop-up__mini-title {
    color: #950952;
    font-family: 'Avenir';
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    margin-bottom: 24px;
}

.fresh-pop-up__title,
.fresh-pop-up__author-name {
    color: #181B31;
    font-family: 'Avenir';
    font-weight: 800;
    font-style: normal;
    line-height: normal;
}


.fresh-pop-up__title {
    font-size: 32px;
    margin-bottom: 24px;
}

.fresh-pop-up__author-image-wrapper,
.fresh-pop-up__author-image {
    height: 80px;
    width: 80px;
    border-radius: 80px;
}

.fresh-pop-up__author-wrapper {
    display: flex;
    margin-bottom: 24px;
    flex-direction: column;
    justify-content: center;
}


.fresh-pop-up__author-name {
    font-size: 19px;
    margin-bottom: 8px;
}

.fresh-pop-up__author-description,
.fresh-pop-up__card-excerpt,
.fresh-pop-up__card-details p {
    font-family: 'Avenir';
    font-size: 19px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

.fresh-pop-up__card-details {
    display:none;
}
.fresh-pop-up__author-description {
    color: #595959;

}

.fresh-pop-up__card-excerpt {
    color: #352A41;
}

.fresh-pop-up__card-excerpt--limit {
    display: -webkit-box;
    -webkit-line-clamp: 5;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 24px;
}
.fresh-pop-up__card-excerpt--limit p:last-child {
    margin-bottom: 0;
}

.mfp-content .pop-up-content {
    position: relative;
    background: #FFF;
    padding: 80px;
    width: auto;
    max-width: 1174px;
    margin: 20px auto;
}

.mfp-content .pop-up-content .fresh-pop-up__card-details {
    display: block;
}

.mfp-content .pop-up-content .fresh-pop-up__see-more,
.mfp-content .pop-up-content .fresh-pop-up__card-excerpt {
    display: none;
}
