
.wp-block-post .wp-block-post-featured-image img {
    border-radius: 40px;
    aspect-ratio: 4/3;
    object-fit: cover;

}

.wp-block-media-text__content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: relative;
    height: 100%;
}

.wp-block-group.is-style-rounded-group {
    position: relative;
}



.wp-block-group.is-style-rounded-group .wp-block-buttons {
    position: absolute;
    bottom: 2rem;
    right: 2rem;
}

.wp-block-group.is-style-rounded-group > * {
    margin-block-start: 0;
}

.wp-block-media-text__content > * {
    flex: 1;
}

.wp-block-post a {
    color: #022A33;
}

.green-banner-with-logo {
    background-image: url(../img/VisionSense-logo-green.png);
    background-repeat: no-repeat;
    background-size: contain;

    padding: 2rem 1rem 2rem 2rem;
}

.green-banner-with-logo p {
    font-weight: 600;
}

.button-with-arrow {
    font-family: cursive;
}

@media screen and (min-width: 600px) {
    .green-banner-with-logo {

    
        padding: 2rem 1rem 2rem 9rem;
    }
}



.is-style-media-text-feature figure {
    border-radius: 50%;
    border-width: 3px;
    border-color: #022A33;
    border-style: solid;
    width: 100px;   
    height: 100px;
    padding: 17px;
}



.brochure {
	max-width: 250px;
}

.pill-group {
    height: 100%;
    display: flex;
    align-items: center;
}

h2.is-style-blue-heading, h1.is-style-blue-heading, h3.is-style-blue-heading, h4.is-style-blue-heading, h5.is-style-blue-heading, h6.is-style-blue-heading {
    color: #534EB2;
    text-transform: uppercase;
    font-weight: 700;
}