@import url('https://fonts.googleapis.com/css2?family=Cormorant+Garamond:wght@400;500;600&display=swap');

.tlyc-cards-b91baed5 {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 26px;
    max-width: 1120px;
    margin: 16px auto 64px;
    padding: 0 28px;
    font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
}

.tlyc-card-b91baed5 {
    border-radius: 6px;
    padding: 40px 30px 36px;
    text-align: center;
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #2A2520;
}

.tlyc-card--sage-b91baed5 {
    background: #B7C0A6;
}

.tlyc-card--cream-b91baed5 {
    background: #E5D9C3;
}

.tlyc-card--navy-b91baed5 {
    background: #2A3848;
    color: #EFE7D6;
}

.tlyc-card-b91baed5 .tlyc-icon-wrap-b91baed5 {
    width: 78px;
    height: 78px;
    border-radius: 50%;
    background: rgba(255, 255, 255, 0.55);
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 18px;
}

.tlyc-card--navy-b91baed5 .tlyc-icon-wrap-b91baed5 {
    background: rgba(239, 231, 214, 0.12);
}

.tlyc-card-b91baed5 h2 {
    font-size: 30px;
    font-weight: 500;
    margin: 0 0 14px;
    letter-spacing: 0.2px;
    color: inherit;
    font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
}

.tlyc-card-b91baed5 p {
    font-size: 17px;
    line-height: 1.55;
    margin: 0 0 26px;
    flex-grow: 1;
    max-width: 280px;
    font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
}

.tlyc-btn-b91baed5 {
    display: inline-block;
    padding: 9px 26px;
    border-radius: 4px;
    color: #fff;
    font-size: 15px;
    letter-spacing: 0.4px;
    text-decoration: none;
    transition: opacity 0.2s ease, transform 0.2s ease;
    font-family: 'Cormorant Garamond', Georgia, 'Times New Roman', serif;
}

.tlyc-btn-b91baed5:hover {
    opacity: 0.88;
    transform: translateY(-1px);
    color: #fff;
}

.tlyc-btn--sage-b91baed5 {
    background: #6E7558;
}

.tlyc-btn--cream-b91baed5 {
    background: #A8744F;
}

.tlyc-btn--navy-b91baed5 {
    background: #4A5C73;
}

@media (max-width: 860px) {
    .tlyc-cards-b91baed5 {
        grid-template-columns: 1fr;
    }
}
