.msg-wrapper-43c4947a {
    width: 100%;
}

.msg-header-43c4947a {
    margin-bottom: 40px;
    display: flex;
    flex-direction: column;
    align-items: center; /* Override with text-align if needed, but centering is safe default */
}

.msg-subheading-43c4947a {
    font-size: 14px;
    font-weight: 600;
    text-transform: uppercase;
    letter-spacing: 1px;
    color: #a0aec0;
    margin-bottom: 10px;
}

.msg-heading-43c4947a {
    font-size: 36px;
    font-weight: 700;
    color: #2d3748;
    margin: 0 0 15px 0;
}

.msg-divider-43c4947a {
    width: 60px;
    height: 4px;
    background-color: #3182ce;
    border-radius: 2px;
}

.msg-grid-43c4947a {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 30px;
}

.msg-card-43c4947a {
    background-color: #2b6cb0;
    border-radius: 12px;
    padding: 30px 20px;
    text-align: center;
    transition: all 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-decoration: none;
    color: inherit;
    box-shadow: 0 4px 6px rgba(0, 0, 0, 0.05);
}

a.msg-card-43c4947a {
    cursor: pointer;
}

.msg-card-43c4947a:hover {
    transform: translateY(-5px);
    box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
}

.msg-card-img-wrap-43c4947a {
    background-color: #ffffff;
    width: 100%;
    height: 140px;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-bottom: 20px;
    padding: 15px;
    box-sizing: border-box;
}

.msg-card-img-43c4947a {
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
}

.msg-card-content-43c4947a {
    width: 100%;
}

.msg-card-title-43c4947a {
    font-size: 18px;
    font-weight: 700;
    color: #ffffff;
    margin: 0 0 10px 0;
}

.msg-card-desc-43c4947a {
    font-size: 14px;
    color: rgba(255, 255, 255, 0.8);
    margin: 0;
    line-height: 1.5;
}
