.author-section .author-social {
    font-size: max(18px, calc(1.25vw* var(--scale)));
}

.author-section .author-social .social-inner {
    min-width: max(20px, calc(1.39vw* var(--scale)));
    width: max(20px, calc(1.39vw* var(--scale)));
    height: max(20px, calc(1.39vw* var(--scale)));
}

.author-section .author-card-links {
    gap: max(14px, calc(0.97vw * var(--scale)));
    padding-top: 2px;
    flex-wrap: wrap;
}

.author-image-wrapper {
    display: none;
}

.author-with-profile-image .hero-text-content,
.author-with-profile-image .custom-hero-bottom {
    margin-left: calc(44vw + var(--small-padding));
}

.author-with-profile-image .hero-text-content {
    margin-top: max(76px, calc(5vw* var(--scale)));
}

.author-with-profile-image .author-image-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: -19vh;
    left: 0;
    height: 100vh;
    width: 44vw;
}

@media (max-width: 991px) { 
    .author-with-profile-image .hero-text-content,
    .author-with-profile-image .custom-hero-bottom {
        margin-left: 0px;
    }

    .author-with-profile-image .hero-text-content {
        margin-bottom: 81px;
        margin-top: 0px;
        max-width: 100%;
        padding-top: 12vh;
        padding-bottom: 12vh;
    }

    .author-with-profile-image .author-image-wrapper {
        position: static;
        height: auto;
        width: 100%;
    }

    .author-section .author-card-links {
        justify-content: center;
    }

    .author-with-profile-image .custom-hero-bottom {
        display: none;
    }

    .author-with-profile-image .hero-paragraph {
        max-width: max(386px, calc(26.8vw* var(--scale)));
        margin-left: auto;
        margin-right: auto;
    }

    .author-with-profile-image .author-image-wrapper {
        margin-top: 12px;
        margin-bottom: 16px;
    }
}