.speaker-region {
    margin: 0 0 45px 15px;
    padding: 0 15px;
}

.speaker-header {
    display: flex;
    flex-flow: row nowrap;
    align-items: center;
    margin-bottom: 15px;
}

.speaker-header h2 {
    flex: 0 0 auto;
    margin: 0 15px 0 0;
    font-weight: bold;
    font-size: 2rem;
    text-transform: capitalize;
}

.speaker-image {
    width: 100%;
}

.speaker-image > img {
    display: block;
    max-width: 100%;
}

.speaker-title {
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.6;
    margin: 0;
}

.speaker-date {
    font-size: 1.3rem;
    line-height: 1.6;
    margin: 0;
}

.speaker-role {
    font-size: 1rem;
    font-weight: bold;
    line-height: 1.6;
    margin: 0;
}

@media (min-width: 0px) and (max-width: 567px) {
    .speaker-region {
        margin: 0 0 45px 0;
    }

    .speaker-header div.color-border-three {
        display: none;
    }

    .speaker-profile {
        margin: 0 0 15px 0;
    }

    .speaker-image > img{
        margin: 0 auto;
    }
}

@media (min-width: 567px) {
    .speaker-region {
        margin: 0 0 45px 15px;
    }

    .speaker-header div.color-border-three {
        border-width: 5px;
        border-style: solid;
    }

    .speaker-profile {
        margin: 0;
    }

    .speaker-image > img{
        margin: 0;
    }
}