.section-list {
  padding-right: 0px;
  padding-left: 0px;
  margin-bottom: 0;
   font-size:15px;

 }

.start-list {
  padding-left: 0px;
  padding-right: 0px;
  margin-bottom: 0;
    font-size:18px;
     

 }

span.arrow-icon {
  font-size: 7px !important;
  top: -2px !important;

}

@media (min-width: 768px){
  #left {
    position: absolute;
    top: 190px;
    bottom: 0;
    left: 0;
    width: 26%;
    overflow-y: scroll; 
  }
  
  #right {
    position: absolute;
    top: 190px;
    bottom: 0;
    right: 0;
    overflow-y: scroll;
    width: 74%;
  }
}

#left {
  /*background-color: #FC6E51;*/
  text-align: left;
  height:auto;
  font-size:15px;
  padding: padding-left:10px;padding-right:0px;
  text-indent: 0px;

#right {
  height:auto;
  /*background-color: #4FC1E9;*/
  text-align: justify;
  padding: 25px;
}
