div[data-title="Press"]{
	margin: 1em 0;
	padding: 0;
	background-color: transparent;
	width: 100%;
	color: #000000;
}

.wp-block-genesis-custom-blocks-press{
    padding: 24px;
	background-color: var(--color1HEX);
	border: 1px solid var(--color1HEX);
    color: white;
}

.wp-block-press{
    display: flex;
    flex-direction: row-reverse;
    flex-wrap: wrap;
    align-items: center;
    justify-content: space-between;
}

.wp-block-press__container{
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px){
    .wp-block-press__container{
        flex-direction: row;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
    }
}

.entry__photo{
    margin: 0 auto;
    width: 100%;
}

@media (min-width: 414px){
    .entry__photo{
        max-width: 240px;
    }
}

@media (min-width: 768px){
    .entry__photo{
        margin: 0 24px 0 0;
    }
}

.entry__contact{
    width: 100%;
    display: flex;
    flex-direction: column;
}

@media (min-width: 768px){
    .entry__contact{
        max-width: calc(50% - 24px);
    }
}

.entry__contact span{
    display: block;
}

.entry__contact span:first-of-type{
    font-family: var(--hed-font);
    font-size: 21px;
    font-weight: 700;
    line-height: 1.25;
}

.entry__contact span:not(:first-of-type){
    line-height: 1.5;
}

.entry__contact span a:not([class]):not([id]){
    color: white;
}

.entry__contact span a:not([class]):not([id]):hover{
    color: var(--color4HEX);
}