.wp-block-my-sql-block { background-color: #1F2A44; color: #fff; padding: 1.5rem; border-radius: 1rem}

.wp-block-my-sql-block .headline { font-size: 1.75rem;line-height: 1.2; font-weight: 500}

.wp-block-my-sql-block .subtext { font-size: 1.125rem;line-height: 1.6; font-weight: 400}

.wp-block-my-sql-block .instructors {display: flex }
.wp-block-my-sql-block .instructors img {max-width: 64px; max-height: 64px;}
.wp-block-my-sql-block .instructor:first-child {z-index: 10}
.wp-block-my-sql-block .instructor:last-child {margin-left: -16px; z-index: 1}


.wp-block-my-sql-block svg { margin-top: -3px; margin-right: 1rem}

.wp-block-my-sql-block .item-date {margin-bottom: 1rem}
.wp-block-my-sql-block .item-time {margin-bottom: 0rem}

@media (max-width: 768px){
	.wp-block-buttons { margin-top: 1rem; width: 100%}
	.wp-block-my-sql-block .instructors img {max-width: 56px; max-height: 56px;}
	.wp-block-my-sql-block .item-date {margin-bottom: 0.5rem}
}