.single-post main {
    margin-top: 83px;
}

.single-post .breadcrumbs-item>span {
    display: inline-table;
}
.container-single {
    max-width: 69%;
    margin: auto;
    margin-top: 60px;
}

.date-press span,
.author span {
    margin-left: 37px;
}

.date-press .icon,
.author .icon {
    position: relative;
}

.date-press .icon::before {
    content: '';
    background-image: url(../images/calendar.svg);
    width: 25px;
    height: 25px;
    position: absolute;
}

.author .icon::before {
    content: '';
    background-image: url(../images/newspaper.svg);
    width: 25px;
    height: 25px;
    position: absolute;
}

.date-press,
.author {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 10px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    font-weight: 500;
}

.author .text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
}

.date-press .icon,
.author .icon {
    width: 25px;
    height: 25px;
}

.date-press span,
.author span {
    margin-left: 12px;
    line-height: 23px;
    color: #8F90A6;
    font-family: var(--font-body-text);
    font-weight: 500;
}

.author span.author {
    margin: 0;
    text-decoration: underline;
    text-transform: capitalize;
    margin-left: 5px;
    color: #282828;
}
.author span.author a {
    background: initial;
    border: inherit;
    color: #282828;
    padding: 0;
    line-height: inherit;
    height: inherit;
    font-weight: 500;
}

.date-press span {
    padding-top: 5px;
}

@media (max-width:991px) {
    .container-single {
        max-width: 90%;
        margin-top: 40px;
    }
}

@media (max-width:767.98px) {

    .date-press span,
    .author span {
        font-size: 14px;
        line-height: 22px;
        letter-spacing: 0.02em;
    }
}