@media screen and (max-width: 915px) {

/*-------------------------------------------------------*/
/* About sections */  
    
  .header-image {
        position: relative;
        display: flex;
        flex-direction: row;
        gap: 4vw;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 35vw;
        opacity: 0.63;
        overflow: hidden;
}
.headline-img {
        width: 100%;
        height: auto;
}
.first-rectangle {
        position: relative;
        display: flex;
        width: 100%;
        padding-bottom: 4vw;
        background-color: #E55A94;
}
.first-rectangle-blurb {
        width: 70%;
        height: auto;
        padding-left: 4vw;
        padding-top: 4vw;
        font-weight: 350;
        font-size: 6vw;
        line-height: 7.5vw;
}
.first-rectangle-desc {
        width: 30%;
        height: auto;
        padding-top: 4vw;
        padding-right: 4vw;
        color: white;
        font-size: 6.5vw;
        line-height: 7.5vw;
        font-weight: 350;
        text-align: right;
}
.second-rectangle {
        position: relative;
        display: flex;
        width: 100%;
        padding-bottom: 4vw;
        background-color: #3E9DA2;
}
.second-rectangle-blurb {
        width: 70%;
        height: auto;
        padding-left: 4vw;
        padding-top: 4vw;
        font-weight: 350;
        font-size: 6vw;
        line-height: 7.5vw;
}
.second-rectangle-desc {
        width: 30%;
        height: auto;
        padding-top: 4vw;
        padding-right: 4vw;
        color: white;
        font-size: 6.5vw;
        line-height: 7.5vw;
        font-weight: 350;
        text-align: right;

}
.third-rectangle {
        position: relative;
        display: flex;
        width: 100%;
        padding-bottom: 4vw;
        background-color: #1E1E1E;
	gap: 1vw;
}
.third-rectangle-blurb {
        width: 70%;
        height: auto;
        padding-left: 4vw;
        padding-top: 4vw;
        color: white;
        font-weight: 350;
        font-size: 5vw;
        line-height: 7.5vw;
}
.third-rectangle-desc {
        width: 30%;
        height: auto;
        padding-top: 4vw;
        padding-right: 4vw;
        color: white;
        font-size: 6.5vw;
        line-height: 7.5vw;
        font-weight: 400;
        text-align: right;
        }
.update-rectangle {
        background-color: #1E1E1E;
}
.stay-updated {
        font-family: var(--sds-typography-subtitle-font-family);
        font-size: var(--sds-typography-subtitle-size-base);
        font-weight: 400;
        line-height: 38.4px;
        color: #757575;
        text-align: center;
}

}
