.campain-card {
    position: relative;
    box-shadow: 0 0 10px rgb(0 0 0 / 10%);
    margin-bottom: 15px;
    display: flex;
    align-items: center;
    flex-direction: row;
    border-radius: 0;
}

.campain-card .image {
    height: 175px;
    overflow: hidden;
    width: 50%;
    order: 2;
    border-radius: 0;
}

.campain-card:hover {
    box-shadow: 0 15px 25px 1px rgb(0 0 0 / 15%);
    transition: 0.15s;
}

.campain-card .image img {
    max-width: 100%;
    height: 100%;
    object-fit: cover;
}

.campain-card .content {
    width: 50%;
    padding: 17px;
}

.campain-card .content .title {
    font-size: 1.1rem;
    font-weight: 600;
}
