@media only screen and (min-width: 1000px) {
    .author-card__section {
        max-width: 790px;
        box-sizing: border-box;
        /* padding: 0 10px; */
        width: 100%;
        margin: auto;
        margin-bottom: 50px;
    }

    .author-card__section .author-card-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid#CBCBCB;
        box-sizing: border-box;
        padding: 21px 26px;
    }

    .author-card__section .author-card-wrapper .author-card__img {
        width: 66px;
        height: 66px;
        border-radius: 50%;
        object-fit: contain;
        box-shadow: 0px 0px 3px #0000001f;
        margin-right: 17px;
    }

    .author-card__section .author-card-wrapper .author-card-info {
        max-width: 135px;
        width: 100%;
        margin-right: 46px;
    }

    .author-card__section .author-card-wrapper .author-card-info span {
        display: block;
        text-align: center;
    }

    .author-card__section .author-card-wrapper .author-card-info .author-card__name {
        font-size: 19px;
        font-weight: 700;
        line-height: 32px;
        text-align: center;
        color: #1B1A25;
    }

    .author-card__section .author-card-wrapper .author-card-info .author-card__email {
        font-size: 15px;
        font-weight: 400;
        line-height: 26px;
        text-align: center;
        color: #4A4B54;
    }

    .author-card__section .author-card-wrapper p {
        max-width: 473px;
        width: 100%;
        color: #5F5F5F;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
    }
}

@media only screen and (max-width: 1000px) and (min-width: 600px) {
    .author-card__section {
        box-sizing: border-box;
        padding: 0 15px;
        width: 100%;
        margin: auto;
        margin-bottom: 50px;
    }

    .author-card__section .author-card-wrapper {
        display: flex;
        align-items: center;
        justify-content: center;
        border: 1px solid#CBCBCB;
        box-sizing: border-box;
        padding: 21px 26px;
    }

    .author-card__section .author-card-wrapper .author-card__img {
        width: 66px;
        height: 66px;
        border-radius: 50%;
        object-fit: contain;
        box-shadow: 0px 0px 3px #0000001f;
        margin-right: 17px;
    }

    .author-card__section .author-card-wrapper .author-card-info {
        max-width: 135px;
        width: 100%;
        margin-right: 46px;
    }

    .author-card__section .author-card-wrapper .author-card-info span {
        display: block;
        text-align: center;
    }

    .author-card__section .author-card-wrapper .author-card-info .author-card__name {
        font-size: 19px;
        font-weight: 700;
        line-height: 32px;
        text-align: center;
        color: #1B1A25;
    }

    .author-card__section .author-card-wrapper .author-card-info .author-card__email {
        font-size: 15px;
        font-weight: 400;
        line-height: 26px;
        text-align: center;
        color: #4A4B54;
    }

    .author-card__section .author-card-wrapper p {
        max-width: 473px;
        width: 100%;
        color: #5F5F5F;
        font-size: 14px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
    }
}

@media only screen and (max-width: 600px) {
    .author-card__section {
        box-sizing: border-box;
        padding: 0 15px;
        width: 100%;
        margin: auto;
        margin-bottom: 50px;
    }

    .author-card__section .author-card-wrapper {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        border: 1px solid#CBCBCB;
        box-sizing: border-box;
        padding: 21px 26px;
    }

    .author-card__section .author-card-wrapper .author-card__img {
        width: 66px;
        height: 66px;
        border-radius: 50%;
        object-fit: contain;
        box-shadow: 0px 0px 3px #0000001f;
        margin-right: 17px;
    }

    .author-card__section .author-card-wrapper .author-card-info {
        max-width: 135px;
        width: 100%;
        display: flex;
        flex-direction: column;
    }

    .author-card__section .author-card-wrapper .author-card-info span {
        display: block;
    }

    .author-card__section .author-card-wrapper .author-card-info .author-card__name {
        font-size: 19px;
        font-weight: 700;
        line-height: 32px;
        color: #1B1A25;
    }

    .author-card__section .author-card-wrapper .author-card-info .author-card__email {
        font-size: 15px;
        font-weight: 400;
        line-height: 26px;
        color: #4A4B54;
    }

    .author-card__section .author-card-wrapper p {
        color: #5F5F5F;
        line-height: 27px;
    }
}
