.m-single {
    padding-top: 60px;
    margin-bottom: 20px;
}
.m-single h1 {
    font-weight: 400;
    font-size: 40px;
    letter-spacing: -0.05em;
    color: #002a3f;
    margin-bottom: 10px;
}
.m-single h2 {
    font-style: normal;
    font-weight: 400;
    font-size: 32px;
    letter-spacing: -0.04em;
    color: #002a3f;
    text-transform: none;
}
.m-single__category {
    font-style: normal;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    color: #002a3f;
}

.m-single small {
    margin-bottom: 10px;
}
.m-single__date {
    display: flex;
    align-items: center;
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #005187;
    margin-bottom: 30px;
    margin-top: 20px;
    
}
.m-single__date::before {
    display: block;
    content: "";
    width: 16px;
    height: 16px;
    background: url("../images/ico-calendar.svg") no-repeat;
    margin-right: 4px;
}

.m-single figcaption {
    font-style: normal;
    font-weight: 400;
    font-size: 12px;
    color: #666666;
    max-width: 50%;
    margin-top: 12px;
    margin-bottom: 30px;
}
.m-single aside .m-social {
    justify-content: flex-start;
    margin-bottom: 90px;
}
.m-single aside .m-social li {
    margin-left: 10px;
}
.m-single .text-column {
    column-count: 2;
    font-weight: bold;
    margin-bottom: 40px;
    column-gap: 30px;
}

.m-single blockquote {
    position: relative;
    display: inline-block;
    padding: 50px 100px;
    font-style: italic;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: -0.02em;
    color: #005187;
    margin: 60px 0 60px 60px;
}
.m-single blockquote::after {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 100%;
    content: "";
    background: url("../images/ico-quote.svg") no-repeat 40px 40px;
    z-index: -1;
}
.m-single blockquote::before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    right: 0;
    width: 72px;
    height: 72px;
    background: url("../images/ico-square.svg") no-repeat;
}

.m-single p a {
font-size: unset !important;
}

@media (max-width: 576px) {
    .m-single {
        padding: 40px 0;
        margin-bottom: 0px;
    }
    .m-single aside .m-social {
        position: static;
        justify-content: center;
        margin-bottom: 0px;
        margin-top: 40px;
    }
    .m-single figcaption {   
        max-width: none;
    }
    .m-single blockquote {
        padding: 0;
        margin-left: 30px;
    }
    .m-single blockquote::before {
        display: block;
        position: static;
        top: 0;
        left: 0;
        width: 31px;
        height: 30px;
        background: url("../images/ico-quote.svg") no-repeat;
    }
    .m-single blockquote::after {
        display: none;
    }
}