
.row {
    display: flex;
}

.column {
    float: left;
    width: 50%;
    padding: 10px;
    height: auto; 
}
  
.row:after {
    content: "";
    display: table;
    clear: both;
}

.box-members.first {
    margin: auto;
    width: 280.2px;
    background: linear-gradient(90deg, #ff7300, #ff4500, #ff0000);
    border-radius: 5px;
}

.box-members.first:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
}

.member-count{
    justify-content: center;
    margin: 20px 0;
}

.member-count h3{
    padding: 12px 16px;
    font-size: 16px;
    display: grid;
}

.member-count h3 img{
    width: 50px;
    margin-bottom: 10px;
}

.member-count > img{
    width: 50%;
    padding: 12px 16px;
    padding-top: 0;
    border-radius: 5px;
}

.data{
    padding: 12px 16px;
    padding-top: 0;
}

.id-card{
    display: flex;
    justify-content: space-between;
    color: #fff;
    padding-top: 20px;
}

.data p{
    padding-top: 10px;
    justify-content: center;
    display: flex;
    font-size: 14px;
}

.box-members.last{
    margin: auto;
    width: auto;
    background: #ff5100;
    border-radius: 5px;
    display: grid;
    margin: 20px 0;
    margin-right: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}
.box-members.last .member-count h3{
    color: #fff;
    padding: 0;
}

.box-members.last .member-count{
    padding: 12px 16px;    
    justify-content: center;
}

.box-members.last .member-count a.button {
    margin-top: 10px;
    padding: 12px;
    width: -webkit-fill-available;
    background: #fff;
    justify-content: center;
    display: flex;
    text-decoration: none;
    font-weight: 600;
    color: #ff0000;
}

.box-members.last .member-count a.button:hover {
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2); 
}

.column .row{
    margin: auto;
    width: auto;
    background: #ff5100;
    border-radius: 5px;
    display: grid;
    margin: 20px 0;
    margin-right: 20px;
    box-shadow: 0 4px 15px rgba(0, 0, 0, 0.1);
}

.live{
    padding: 12px 16px;
    width: max-content;
    font-family: 'Anuphan', sans-serif;
}
