.template {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%;
    padding: 2rem;
}
.template .header {
    display: flex;
    justify-content: flex-end;
}
.template .header img {
    height: 23px;
    width: auto;
}
.template .body {
    color: #FFF;
}
.template .body .h4,
.template .body h4 {
    font-size: 1rem;
    font-size: 16px;
}
.template .body .action {
    margin-top: 10px;
    margin-left: -8px;
}
.template .footer {
    position: absolute;
    display: flex;
    justify-content: flex-end;
    bottom: 23px;
    right: 30px;
}
.template .body .speaker,
.template .footer .speaker,
.template .footer .partner {
    height: 48px;
    width: 48px;
    border-radius: 100%;
    background-position: center center;
    filter: grayscale(1);
    background-size: cover;
}
.template .spacer {
    min-height: 23px;
}
.template-7 .speaker{
    flex: 0 0 48px;
}
.template.template-7 .body .action{
    margin-top: 1rem;
}
.template-7 .speaker-position{
    font-size: 9px;
    font-weight: 700;
}