#archives #author {
    max-width: 990px;
}

#archives #author .author-name {
    position: relative;
    z-index: 2;
    padding-left: 50px;
    font-size: 28px;
    font-weight: 800;
}

#archives #author .author-name::before {
    content: '';
    width: 32px;
    height: 28px;
    background-size: contain;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

#archives #author .author-name svg {
    width: 32px;
    height: 28px;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    fill: #fc6668;
    color: #e10489;
}

#archives #author .right .button {
    padding: 7px 22px;
    font-size: 16px;
}

#archives #author .right .button svg {
    width: 17px;
    height: 17px;
    vertical-align: middle;
    position: relative;
    top: -2px;
    margin-right: 3px;
}

#archives #author .bg-decoration {
    position: absolute;
    right: -3px;
    bottom: 0;
    width: 249px;
    height: 198px;
    z-index: -1;
    fill: #ffe7d2;
    opacity: .4;
}

@media only screen and (max-width: 1200px) {

    #archives #author .left {
        margin-right: 60px;
    }
    
    #archives #author .info p {
       font-size: 14px;
    }

    #archives #author .author-name {
        font-size: 20px;
    }

    #archives #author .right .button {
        font-size: 13px;
    }

}

@media screen and (max-width: 1024px) {

    #archives #author {
        padding: 30px;
    }

}

@media screen and (max-width: 768px) {

    #archives #author .flex-box {
        display: block;
    }

    #archives #author .left {
        margin-right: 0px;
    }

    #archives #author .right {
        width: fit-content;
        margin: auto;
        text-align: center;
    }

    #archives #author .author-name {
        margin-top: 30px;
        padding: 0;
        font-size: 18px;
    }

    #archives #author .author-name svg,
    #archives #author .author-name::before,
    #archives #author .location {
        display: none;
    }
    
}
