/* Frontend styles for the Container block */




.container {
    max-width: 1300px;
    margin: auto;
    padding: 0 40px;
}

.full-width-section {
    width: 100vw;
    margin-left: calc(-50vw + 50%);
    box-sizing: border-box;
    padding: 80px 0;
    position: relative;
    display: flex;
}

.full-width-section .container {
    max-width: 1300px;
    margin-left: auto;
    margin-right: auto;
    z-index: 2;
    position: relative;
}
.full-width-section .overlay,
.featured-image-full-width .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    
}
.wp-block-mytheme-container .container {
    max-width: 1300px;
    margin: auto;
    padding: 40px;
}
.full-width-section .overlay,
.featured-image-full-width .overlay {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 1;
    
}
.wp-block-image.is-style-rounded img,.wp-block-image .is-style-rounded img {border-radius: 10px !important}




.sponsor-logo {
    margin-bottom: 20px;
    text-align: center;
}
.sponsor-logo img {
    max-width: 100%;
    height: auto;
}
