.info-card-box {
    box-sizing: border-box;
    transition: background-color 0.3s ease, border-radius 0.3s ease, box-shadow 0.3s ease, padding 0.3s ease;
}

.info-card-box-image {
    line-height: 0;
    transition: margin-bottom 0.3s ease;
}

.info-card-box-image img {
    max-width: 100%;
    height: auto;
    object-fit: cover;
    transition: width 0.3s ease, border-radius 0.3s ease;
}

.info-card-box-title {
    margin: 0;
    line-height: 1.3;
    transition: color 0.3s ease, margin-bottom 0.3s ease;
}

.info-card-box-desc {
    transition: color 0.3s ease, margin-bottom 0.3s ease;
}

.info-card-box-desc p:last-child {
    margin-bottom: 0;
}

.info-card-box-button {
    display: inline-block;
    text-decoration: none;
    line-height: 1;
    transition: background-color 0.3s ease, color 0.3s ease, border-radius 0.3s ease, padding 0.3s ease;
}
