.reception{

    max-width:1100px;

    margin:0 auto;

    padding:80px 20px;
}

.reception__header{

    text-align:center;

    max-width:700px;

    margin:0 auto 48px;
}

.reception__label{

    display:block;

    margin-bottom:12px;

    font-size:.85rem;

    letter-spacing:.18em;

    text-transform:uppercase;

    color:#b57d97;
}

.reception__title{

    font-size:clamp(2.2rem,5vw,3.5rem);

    color:#b27089;

    margin-bottom:16px;
}

.reception__subtitle{

    line-height:1.8;

    color:#7a5b68;
}

.reception__card{

    max-width:650px;

    margin:0 auto;

    padding:40px;

    text-align:center;

    background:#fffaf8;

    border-radius:24px;

    box-shadow:
        0 12px 30px rgba(0,0,0,.05);
}

.reception__icon{

    font-size:2rem;

    margin-bottom:20px;
}

.reception__venue{

    color:#b27089;

    font-size:1.5rem;

    margin-bottom:16px;
}

.reception__address{

    line-height:1.8;

    color:#7a5b68;

    margin-bottom:20px;
}

.reception__date{

    font-weight:600;

    color:#6f4a57;

    margin-bottom:28px;
}

.reception__button{

    display:inline-block;

    padding:14px 28px;

    border-radius:999px;

    background:#d99ab3;

    color:white;

    text-decoration:none;

    transition:.3s ease;
}

.reception__button:hover{

    transform:translateY(-2px);
}