.special-occasions {
    padding-top: 56px;
    height: 844px;
    background-color: #f6f7fb;
    position: relative;
}

.special-occasions h2 {
    margin: 0;
    text-align: center;
    font-family: 'Playfair Display', serif;
    font-size: 36px;
    font-weight: bold;
    color: #2b2654;
    width: 100%;
    margin-bottom: 86px;
}

@media (max-width: 61.24em) {
    .special-occasions h2 {
        margin-bottom: 24px;
    }
}

@media (max-width: 61.24em) {
    .special-occasions {
        padding: 10vw 5vw;
        height: auto;
    }
}

.occasions-block {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

@media (max-width: 61.24em) {
    .occasions-block {
        -ms-flex-direction: column;
        flex-direction: column;
        -ms-flex-pack: distribute;
        justify-content: space-around;
        -ms-flex-align: center;
        align-items: center;
    }
}

.occasion {
    position: relative;
}

@media (max-width: 61.24em) {
    .occasion {
        margin-bottom: 48px;
    }
}

.occasion-team-building {
    margin-right: 123px;
}

@media (max-width: 61.24em) {
    .occasion-team-building {
        margin-right: 0;
    }
}

.occasion-picture {
    height: 336px;
    width: 336px;
    position: absolute;
    top: 0;
    left: 0;
}

@media (max-width: 61.24em) {
    .occasion-picture {
        display: none;
    }
}

.occasion-square {
    position: relative;
    height: 320px;
    width: 320px;
    opacity: 0.93;
    top: 48px;
    left: 91px;
}

.occasion-square h3 {
    text-transform: uppercase;
    font-family: 'Playfair Display', serif;
    font-weight: 700;
    font-size: 26px;
    padding-left: 39px;
    margin: 0;
    margin-bottom: 24px;
}

.occasion-square h4 {
    font-family: "pangram-regular";
    font-weight: 400;
    font-size: 18px;
    padding-top: 74px;
    padding-left: 39px;
    margin: 0;
}

.occasion-square p {
    font-family: "pangram-regular";
    font-size: 14px;
    padding-left: 39px;
    padding-right: 39px;
}

@media (max-width: 61.24em) {
    .occasion-square {
        top: 0;
        left: 0;
        height: 90vw;
        width: 90vw;
        max-height: 320px;
        max-width: 320px;
    }
}

.occasion-square--tb {
    background-color: #ead8cc;
    color: #1f1c35;
}

.occasion-square--gc {
    background-color: #2f2164;
    color: #ffffff;
}

.learn-more-occasions {
    position: absolute;
    bottom: calc(-45px / 2);
    left: calc(50% - 170px / 2);
}

.go-up-button {
    width: 170px;
    height: 45px;
    font-family: "pangram-regular";
    font-size: 14px;
    text-transform: uppercase;
    font-weight: bold;
    color: #1f1c35;
    border-radius: 30px;
    border: solid 1px #1f1c35;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
    justify-content: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
}

@media (max-width: 61.24em) {
    .go-up-button {
        display: none;
    }
}

.go-up-button img {
    margin-right: 6px;
}

// WEBPACK FOOTER //
// ./src/styles/SpecialOccasions.css