.info-card-alt{

    background: white;
    border-radius: 8px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
    padding: 2rem;
    margin-bottom: 2rem;
    img{
        width: 100%;
        height: auto;
        border-style: solid;
        border-radius: 15px;
        border-color: var(--gam-color);
        box-sizing: border-box;
    }
    h2{
        color: var(--gam-color);
    }
    tbody{
        border-collapse: collapse;
        td{
            align-items: center;
            border-style: solid;
            padding: 15px;
            border-width: 3px;
            border-color: rgba(105, 105, 105, 0.5);
        }
    }

    .contact-info td:first-child {
        font-weight: 600;
        width: 200px;
    }

}
