.custom-content {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
    gap: 1vw;
    cursor: pointer;
    margin-left: 8vw;
    margin-bottom: 50px;
}
 
.content{
    width: 100%;
    text-align: center;
}