.channelSelectionTitleWrapper
{
   align-self: flex-start;
   margin-left: 5%;
}
.channelSelectionTitle
{
   font-family: var(--font-family-headline);
   font-size: 46px;
   font-style: normal;
   font-weight: 400;
   line-height: normal;
   letter-spacing: -0.23px;
   color: var(--content-bg, #13293D);
   margin-bottom: 32px;
}
.channelList
{
   display: flex;
   flex-direction: row;
   width: 90%;
}
@media screen and (max-width: 700px) 
{
   .channelSelectionTitleWrapper
   {
      border-left: 2px solid #F2E4C4;
      padding: 14px 0;
      margin: 16px
   }
   .channelSelectionTitle
   {
      border-left: 8px solid #DEBB6B;
      font-size: 24px;
      font-weight: 400;
      letter-spacing: -0.12px;
      padding: 5px 8px;
      
   }
   .channelList
   {
      width: calc(100% - 32px);
   }
}