.celebration-section {
    padding: 8px 0;
}

.celebration-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
}

.celebration-icon {
    margin-right: 50px;
    width: 61px;
    height: 61px;
    flex-shrink: 0;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transform: scale(2.2) rotate(-20deg);
}

.celebration-icon img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}

.celebration-wrapper b,
.celebration-wrapper strong {
    font-weight: 700;
}

.celebration-wrapper a {
    color: var(--white);
    text-decoration: none;
}

.celebration-wrapper a:hover {
    text-decoration: underline;
}

@media (min-width: 992px) {
    .celebration-wrapper,
    .celebration-wrapper p {
        font-family: 'Open Sans';
        font-style: normal;
        font-weight: 400;
        font-size: 18px;
        line-height: 25px;
    }
}

@media (max-width: 650px) {
    .celebration-icon {
        margin: 0 40px 0 20px;
        width: 50px;
        height: 50px;
    }
}