.authorContainerByNoxxLeftImage {
    width: 131px;
    height: 131px;
    background-size: cover;
    background-position: center;
    border-radius: 50%;
    margin: auto;
    margin-left: 0;
    display: block;
    margin-top: 0;
    margin-right: 34px;
}
.authorContainerByNoxx {
    background: #FFFFFF;
    border: 1px solid rgba(0, 0, 0, 0.2);
    box-sizing: border-box;
    border-radius: 15px;
    width: 100%;
    padding: 32px;
    box-sizing: border-box;
    display: flex;
    justify-content: center;
    align-items: center;
    margin-top: 85px;
}
.authorContainerByNoxxRight {
    max-width: calc(100% - 131px - 34px);
    margin: auto;
    margin-top: 0;
    margin-left: 0;
}
.authorContainerByNoxxRightTitle {
    font-style: normal;
    font-weight: 800 !important;
    font-size: 30px;
    line-height: 32px !important;
    color: #000000 !important;
    font-family: 'freight-sans-pro' !important;
    margin: auto;
    margin-bottom: 8px;
    display: block;
}
.authorContainerByNoxxRightDescription {
    font-style: normal;
    font-weight: normal;
    font-size: 16px;
    line-height: 140%;
    color: #000000;
    font-family: ff-tisa-sans-web-pro;
    margin-top: 14px;
}
.authorContainerByNoxxRightFunctionAndSocial {
    display: flex;
    justify-content: center;
    align-items: center;
    width: max-content;
    margin: auto;
    margin-left: 0;
}
.authorContainerByNoxxRightFunction {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
    line-height: 30px;
    font-family: 'ff-tisa-web-pro';
    margin-right: 10px;
    color: rgba(0, 0, 0, 0.5);
}
a.authorContainerByNoxxRightSocialItem {
    width: 28px;
    height: 28px;
    display: block;
    cursor: pointer;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    margin: auto 5px;
}
a.authorContainerByNoxxRightSocialItem.linkedin{
	background-image: url(/wp-content/uploads/2021/01/Group-2-1.png);
}

body.author .authorContainerByNoxx {
    margin: auto;
    border: initial;
    background: initial;
    margin-bottom: 75px;
}

body.author .authorContainerByNoxx {
    padding: 0;
}

body.author .authorContainerByNoxxLeft {
    min-width: 250px;
    display: block;
    margin-right: 75px;
}
body.author a.authorContainerByNoxxLeftImage {
    height: 250px;
    border-radius: 6px;
    margin: auto;
    margin-left: 0;
    display: block;
    min-width: 250px;
}




/* ONLY DESKTOP */
@media only screen and (min-width: 1025px){
    body.author .authorContainerByNoxx {
        width: 75%;
    }
}


/* MOBILE STYLES */
@media only screen and (max-width: 595px){
    .authorContainerByNoxx {
        flex-direction: column;
    }
    .authorContainerByNoxx {
        padding: 35px 15px;
    }
    .authorContainerByNoxxRight {
        margin: auto;
        justify-content: center;
        align-items: center;
        margin-top: 34px;
    }
    .authorContainerByNoxxRightDescription {
        font-size: 15px;
    }
    .authorContainerByNoxxRightTitle {
        text-align: center;
    }
    .authorContainerByNoxxRightFunctionAndSocial {
        margin: auto;
    }
    .authorContainerByNoxxRightDescription {
        text-align: center;
    }
    .authorContainerByNoxxRight {
        max-width: 100%;
    }
    .authorContainerByNoxxLeftImage {
        margin: auto;
    }
    body.author .authorContainerByNoxxLeft {
        margin: auto;
    }
}




