.tabs-with-lists .course-class-title
{
  text-align: center;
  margin:0px auto;
  max-width:720px;
}
.tabs-with-lists .item
{
  width:100%;
  padding:20px 0px;
}
.tabs-with-lists .tabPanel
{
  padding:100px;
  padding-top:140px;
  padding-bottom:40px;
}
.tabs-with-lists .itemPanel
{
  width:100%;
  padding:50px 100px 100px 100px;  
}

.tabs-with-lists .itemPanel.beginner
{
  background-color:#E1E3CC;
}
.tabs-with-lists .itemPanel.intermediate
{
  background-color:#BABCAA;
}
.tabs-with-lists .itemPanel.advanced
{
  background-color:#959587;
}

.tabs-with-lists .itemPanel .iconPanel
{
  width:50px;
  height:50px;
  background-color:transparent;
  margin:auto;
  background-repeat: no-repeat;
  background-size: contain;  
}

.tabs-with-lists .itemPanel .iconPanel.front-end
{
  background-image: url('https://cdn2.hubspot.net/hubfs/6576384/Images/TARGIT/University/Course%20Category/Front-end.png');
}

.tabs-with-lists .itemPanel .iconPanel.back-end
{
  background-image: url('https://cdn2.hubspot.net/hubfs/6576384/Images/TARGIT/University/Course%20Category/Back-end.png');
}

.tabs-with-lists .itemPanel .iconPanel.certification
{
  background-image: url('https://cdn2.hubspot.net/hubfs/6576384/Images/TARGIT/University/Course%20Category/Certification.png');
}
.tabs-with-lists .itemPanel .itemDetail
{
  width:100%;
  
}

.tabs-with-lists .speaker-info {
  margin-left: 20px;
}

.tabs-with-lists .speaker {
  display: flex;
  align-items: center;
}

@media (max-width: 992px)
{
  .tabs-with-lists .tabPanel
  {
    padding:10px;
  }
  .tabs-with-lists .itemPanel
  {
    padding:10px;  
  }
  .tabs-with-lists .FloatRight
  {
   float:none; 
  }
  
  .tabs-with-lists .speaker-img {
    max-width: 90px;
  }
  
  .tabs-with-lists .speaker {
    display: block;
  }
  
  .tabs-with-lists .speaker-info {
    margin-left: 0px;
  }
}

.tabs-with-lists .targit-tab .tab-button {
    background-color: #cfcece;
    border: 1px solid transparent;
    border-radius: 0px;
    color: #333230;
    display: inline-block;
    float: left;
    letter-spacing: 1.4px;
    outline: 0;
    padding: 32px 30px;
}

.tabs-with-lists .targit-tab .tab-button.active {
    background-color: #f0eeed;
    color: #000;
}

.Button.black-white {
    background-color: var(--color-black); 
    color: var(--color-white); 
    border: 1px solid var(--color-black);