.c241{
    width: 90%;
    padding: 20px;
    margin: 100px auto;
    display: flex;
    flex-direction: row;
    justify-content: center;
}

.c242{
    width: 250px;
    margin: 20px 10px;
    box-shadow: 0 0 20px 2px rgba(0, 0, 0, 0.1);
    transition: 1s;
}

.c243{
    display: block;
    width: 100%;
    border-radius: 5px;
    
}

.c242:hover{
    transform:scale(1.3);
    z-index: 2;
}

.c244{
    height: 36%;
}