.thaliDetailGroup {
    display: flex;
    align-items: stretch;
    justify-content: space-around;
    margin-top: 20px;
    align-content: space-around;
    flex-wrap: wrap;
}

.mt-50 {
    margin-top: 50px;
}
