
text {
  font-weight: 600;
}
.trackInfo {
    display: none;
}
.scheduleContentCardDayOne.fullWidth:last-child p {
  margin-bottom: 5px;
}
.scheduleContentCardDayOne.fullWidth {
    box-sizing: border-box;
    background-color: #e3f3fe;
    width: 100%;
    padding: 20px 36px 20px 36px;
    /* height: 180px; */
    height:200px;
    border-radius: 24px;
    text-align: center;
    margin-bottom: 16px;
    position: relative;
}
.fullWidth h4 {
    color: #468DB1;
    font-family: 'Montserrat';
    font-weight: 400;
    letter-spacing: 1px;
    margin-bottom: 10px;
    text-transform: uppercase;
    font-size: 16px;
    line-height: 1;
}
.fullWidth h3,
.fullWidth h3 p {
    font-weight: 600;
    margin-bottom: 8px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    color: #000;
    font-size: 18px;
    line-height: 1.3;
	margin:0px;
}
.fullWidth p {
    font-size: 18px;
    line-height: 1;
    margin-bottom: 25px;
    font-family: 'Montserrat';
    color:#000;
    font-weight: 300;
	margin:0px;
}
.fullWidth h5 {  
    color: #000000;
    font-family: 'Montserrat';
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
}
.fullWidth .scheduleCardFooter h6 {
    text-align: center;
    color: #000000;
    font-family: 'Roboto', sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1;
}
.fullWidth  .scheduleCardFooter {
    display: initial;
     justify-content: none;
}
.fullWidth .trackInfoLink {
    position: absolute;
    /* right: 18px; */
	right:65px;
    bottom: 19px;
}
@media(max-width:1024px)
{
    /*Day 1 Schdule*/
  .scheduleContentItemListDayOne .scheduleContentCardDayOne.fullWidth {   
    height: auto;
  }
  .scheduleContentItemListDayOne .fullWidth h4 {    
    font-weight: 600;
    letter-spacing: 2px;    
    font-size: 12px;   
  }
  .scheduleContentItemListDayOne .fullWidth h3 {
    font-weight: 600;
    margin-bottom: 8px;
    font-family: 'Montserrat';
    text-transform: uppercase;
    color: #000;
    font-size: 17px;
    line-height: 1.45;
  }
.scheduleContentItemListDayOne .fullWidth p {
  font-size: 16px;
  line-height: 1.5;  
}
  /*Day 1 Schdule*/     
}

@media(max-width:767px)
{
    .fullWidth .scheduleCardFooter {
        display: flex;
        justify-content: space-between;
        padding-top: 16px;
    }
}