.container {
    margin: 40px 0px;
}

.head {
    margin-bottom: 20px;
    font-size: 18px;
    font-weight: 500;
}

.card {
    width: 150px;
    border: 1px solid #e8e8e8;
    box-shadow: 0px 0px 10px #efefef;
    padding: 5px;
    border-radius: 3px;
}
.card img {
    width: 100%;
}

.card {
    margin-right: 10px;
}
.card:last-child {
    margin-right: 0px;
}

.share {
    display: flex;
    justify-content: space-between;
    padding: 8px 25px;
}
.share_whatsapp {
    width: 20px;
}

.share button {
    background: none;
    outline: none;
    border: none;
    cursor: pointer;
}
.divider {
    height: 30px;
    width: 1px;
    background: #e0e0e0;
}
