.ton-autores-header {
    background: transparent linear-gradient(85deg, #104B97 0%, #093F84 100%) 0% 0% no-repeat padding-box;
    padding: 22px 20px 26px 20px;
    width: 100%;
    margin-bottom: 32px;
}
.ton-autores-header > h2 {
    font-family: 'NunitoSans-Black', sans-serif;
    font-size: 38px;
    line-height: 51px;
    color: #FFFFFF;
    text-align: center;
}
.ton-autores-header > p {
    font-family: 'NunitoSans-Regular', sans-serif;
    font-size: 18px;
    line-height: 40px;
    letter-spacing: -0.36px;
    color: #FFFFFF;
    text-align: center;
}
.ton-autores-ad-topo {
    max-width: 1240px;
    padding: 0 20px;
    margin: 0 auto 32px;
}
.ton-autores {
    padding: 0 20px;
    max-width: 1240px;
    margin: 0 auto 60px;
    display: flex;
    justify-content: space-between;
    gap: 40px;
}
.ton-autores > .ton-autores-container {
    display: flex;
    flex-direction: column;
    gap: 28px;
    width: 100%;
    padding-left: 54px;
}
.ton-autores > .ton-autores-container > div {
    background-color: #E1E4E7;
    position: relative;
    border-radius: 20px;
    min-height: 214px;
    width: 100%;
    padding: 25px 46px 25px 144px;
}
.ton-autores > .ton-autores-container > div > img {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: -54px;
    width: 168px;
    height: 168px;
    border-radius: 50%;
    box-shadow: 10px 10px 30px #00000066;
    object-fit: cover;
}
.ton-autores > .ton-autores-container > div > div {
    display: flex;
    gap: 8px;
}
.ton-autores > .ton-autores-container > div > div > h3 {
    font-family: 'NunitoSans-Regular', sans-serif;
    font-size: 28px;
    line-height: 30px;
    letter-spacing: 0.22px;
    color: #353535;
    margin-bottom: 12px;
}
.ton-autores > .ton-autores-container > div > div > h3 > b {
    font-family: 'NunitoSans-Bold', sans-serif;
}
.ton-autores > .ton-autores-container > div > p {
    font-family: 'NunitoSans-Regular', sans-serif;
    font-size: 16px;
    line-height: 20px;
    color: #353535;
    margin-bottom: 16px;
}
.ton-autores > .ton-autores-container > div > a {
    padding: 10px 42px;
    border-radius: 20px;
    background-color: #00529E;
    font-family: 'NunitoSans-ExtraBold', sans-serif;
    font-size: 14px;
    line-height: 18px;
    color: #FFFFFF;
    display: block;
    width: fit-content;
}
.ton-autores > .ton-autores-container > div > a > svg {
    display: none;
}
.ton-autores > .ton-autores-ad {
    max-width: 300px;
    width: 100%;
    display: flex;
    flex-direction: column;
    gap: 30px;
}
@media screen and (max-width: 768px) {
    .ton-autores-header {
        padding: 16px 20px;
        margin-bottom: 22px;
    }
    .ton-autores-header > h2 {
        font-size: 24px;
        line-height: 26px;
        letter-spacing: -0.72px;
    }
    .ton-autores-header > p {
        font-size: 16px;
        line-height: 20px;
        letter-spacing: -0.32px;
    }
    .ton-autores-ad-topo {
        margin: 0 auto 22px;
    }
    .ton-autores {
        margin: 0 auto 40px;
    }
    .ton-autores > .ton-autores-container {
        gap: 32px;
        padding-left: unset;
    }
    .ton-autores > .ton-autores-container > div {
        min-height: unset;
        padding: 14px 16px;
    }
    .ton-autores > .ton-autores-container > div > img {
        top: -15px;
        transform: unset;
        left: 0;
        width: 76px;
        height: 76px;
    }
    .ton-autores > .ton-autores-container > div > div {
        display: flex;
        flex-direction: column;
        gap: 0;
        padding-left: 72px;
        margin-bottom: 32px;
    }
    .ton-autores > .ton-autores-container > div > div > h3 {
        font-size: 18px;
        line-height: 22px;
        letter-spacing: 0.14px;
        margin-bottom: unset;
    }
    .ton-autores > .ton-autores-container > div > p {
        font-size: 12px;
        line-height: 16px;
        margin-bottom: 14px;
    }
    .ton-autores > .ton-autores-container > div > a {
        padding: unset;
        border-radius: unset;
        background-color: unset;
        font-size: 12px;
        line-height: 18px;
        display: flex;
        align-items: center;
        gap: 10px;
        color: #00529E;
    }
    .ton-autores > .ton-autores-container > div > a > svg {
        display: block;
    }
    .ton-autores > .ton-autores-ad {
        display: none;
    }    
}