
.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;
}
h2.wp-block-heading.has-text-align-center {
    margin-block-end: 2em;
}

h2.wp-block-heading.has-text-align-center::after {
    content: " ";
    display: block;
    width: 300px;
    max-width: 100%;
    height: 2px;
    border-bottom: 2px solid var(--wp--preset--color--button);
    margin: 1em auto;
}

.wp-block-list li::marker  {
	content: "";
}

.wp-block-list li::before {
	content: " ";
    background-image: url(../img/plussa.svg);
    background-size: contain;
    background-repeat: no-repeat;
	font-size: 2em;
	position: relative;
	top: 0.1em;
    width: 1.2rem;
    height: 1.2rem;
    display: inline-block;
    padding-right: 1rem;
    margin-right: 10px;
}