.card-container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.global-container {
    flex: 0 0 48%;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    box-shadow: rgb(0 0 0 / 15%) 0 8px 20px;
    margin-bottom: 40px;
}

.left-card-content {
    width: 75%;
}

.right-card-content {
    width: 25%;
    display: flex;
    align-items: center;
}
.right-card-content img {
    object-fit: cover;
    height: -webkit-fill-available !important;
}

.left-card-content .main-content {
    display: flex;
    align-items: center;
}

.bracket-left,
.bracket-right {
    font-family: Arial, sans-serif;
    font-size: 200px;
}

.bracket-left {
    color: #FF7C00;
  }
  
  .bracket-right {
    color: #11735A;
  }

.logos-ch {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
  }

  .logos-ch img {
    height: 30px !important;
    width: auto;
    margin-right: 0px;
  }
  
.custom-field-ch {
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
    font-weight: 700;
  }

.zoom-color {
    color: #003779;
}

.global-container .left-card-content a:hover {
    color: #7A7A7A;
}
  
.title-ch {
    margin-top: 10px;
    text-align: center;
  }
  
.title-ch .title {
    font-size: 12px;
    color: #000000;
    font-weight: 700;
    padding-left: 0px;
    padding-bottom: 0px;
  }

  .content-ch#collaborator, .content-ch#workstream {
    margin-top: 0px;
  }
  
.content-ch {
    font-size: 12px;
    margin-top: 10px;
    text-align: center;
  }
  
.content-ch p {
    color: black;
    background-color: #e7e6e6;
    font-weight: 700;
  }
#podcast .content-ch p {
  font-weight: 400;
}
.content-ch#workstream p {
    color: black;
    background-color: transparent;
  }
  
#podcast .content-ch h6 {
    font-size: 12px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

.content-ch#speaker {
  background-color: #e7e6e6;
}

 @media screen and (max-width:767px) {
  .left-card-content {
    width: 70%;
    display: flex;
    flex-direction: column;
  }
  .right-card-content {
    width: 30%;
  }
.left-card-content .main-content {
  flex-direction: column;
}
  .bracket-left, .bracket-right {
    height: 60px;
    display: flex;
    align-items: center;
    transform: rotate(90deg);
    position: relative;
    left: 15px;
  }
  .content-ch {
    padding-right: 5px;
    padding-left: 5px;
  }
  .card-container {
    max-width: 100%;
    margin-bottom: 70px;
 }
 .global-container {
  flex: 0 0 100%;
 }
}

@media screen and (min-width:768px) and (max-width: 1240px) {
  .card-container {
    max-width: 100%;
    margin-bottom: 70px;
    justify-content: center;
  }
  .global-container {
    flex: 0 0 80%;
  }
}
