

/* Start:/9-let/style.css?17870479962970*/
.anniversary {
    max-width: 1100px;
    margin: 0 auto;
    padding: 8px 0 80px;
    color: #212121;
}

.anniversary__hero {
    max-width: 640px;
    margin: 0 auto;
    text-align: center;
}

.anniversary__hero-image,
.anniversary__card-image {
    display: block;
    object-fit: cover;
    background-color: #e9e9e9;
}

.anniversary__hero-image {
    width: 375px;
    max-width: 100%;
    height: 500px;
    margin: 0 auto;
}

.anniversary__card-image {
    width: 180px;
    height: 240px;
    margin: 0 auto;
    flex-shrink: 0;
}

.anniversary__title {
    margin: 65px 0 0;
    font-family: inherit;
    font-weight: 400;
    font-style: normal;
    font-size: 28px;
    line-height: 32px;
    letter-spacing: 0;
    text-align: center;
    color: #212121;
}

.anniversary__text {
    margin: 65px 0 0;
    font-family: inherit;
    font-weight: 400;
    font-style: normal;
    font-size: 18px;
    line-height: 28px;
    letter-spacing: 0;
    text-align: center;
    color: #212121;
}

.anniversary__invite {
    margin: 65px 0 0;
    font-size: 18px;
    font-weight: 400;
    line-height: 28px;
    text-align: center;
    color: #212121;
}

.anniversary__grid {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 48px 24px;
    margin-top: 64px;
}

.anniversary__card {
    display: flex;
    flex-direction: column;
    align-items: center;
    min-width: 0;
    text-align: center;
}

.anniversary__card-title {
    margin: 20px 0 0;
    font-family: inherit;
    font-weight: 400;
    font-style: normal;
    font-size: 22px;
    line-height: 26px;
    letter-spacing: 0;
    text-align: center;
    color: #212121;
}

.anniversary__card-text {
    margin: 12px 0 0;
    font-family: inherit;
    font-weight: 400;
    font-style: normal;
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0;
    text-align: center;
    color: #212121;
}

.anniversary__card-text_muted {
    margin-top: 0;
    color: #949494;
}

.anniversary__card-title,
.anniversary__card-text {
    width: 100%;
}

.anniversary__btn {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: 168px;
    height: 48px;
    margin: 24px auto 0;
    padding: 0;
    box-sizing: border-box;
    flex-shrink: 0;
}

.anniversary__btn:hover {
    text-decoration: none;
}

.dop-text
{
    margin-top:65px;
    font-weight: 400;
    font-style: normal;
    font-size: 14px;
    line-height: 24px;
    color: #949494;
    text-align:center;
}


@media (max-width: 767.98px) {
    .container.anniversary__container {
        padding-left: 40px;
        padding-right: 40px;
    }

    .anniversary {
        padding: 8px 0 48px;
    }

    .anniversary__hero-image {
        height: auto;
        aspect-ratio: 375 / 500;
    }

    .anniversary__invite {

    }

    .anniversary__grid {
        grid-template-columns: 1fr;
        gap: 48px;
        margin-top: 48px;
    }

    .dop-text
    {
        text-align:left;
    }
}

/* End */
/* /9-let/style.css?17870479962970 */
