.agenda-holder{
    display: flex;
    flex-direction: row;
    justify-content: center;
    gap:4vw;
    align-items: center;
    background-color: var(--bluey);
    border-radius: var(--radius-lg);
    margin: 15vh 0 1vh 0;

    width: 1280px;
    height: 845px;
}
.agenda-column{
    display: flex;
    flex-direction: column;

    justify-content: center;
}
.agenda-chamada{
    font-weight: bold;
    font-size: 36px;
    line-height: 1.1;
    color: black;
    margin: 2vh 0 1vh 0;
}
.agenda-text{
    max-width: 380px;
    font-size: 16px;
}
.agenda-selo{
    display: flex;
    flex-direction: row;
    gap: 3vw;
    margin: 4vh 0 0 0;
}
.selo{
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.selo-title{
    font-size: 22px;
    font-weight: bold;
    color: black;
    margin: 0;
}
.selo-text{
    max-width: 313px;
    margin: 0;
    font-size: 14px;
}
.agenda-icones{
    display: flex;
    flex-direction: row;
    align-items: start;
}
.agenda-icones img{
    padding: 0 2vh 2vh 0;
}