.logo_size{
  width: 250px!important;
}
#services {
  width: 100%;
  padding: 50px 50px;
  background-color: #1976D2;
}

#col_A {
  width: 30%;
  height: 250px;
  overflow-y: scroll;
  padding-right: 15px;
   display: inline-block;
}

#col_A::-webkit-scrollbar {
  width: 30%; /* Hide scrollbar */
}

#Col_B {
  width: 69%;
  
  padding: 20px;
  transition: background-color 0.3s ease;
  display: inline-block;
}

#servicesList {
  list-style-type: none;
  padding-left: 0;
}

#servicesList li {
  padding: 15px;
  font-size: 16px;
  cursor: pointer;
  transition: transform 0.3s ease;
  color:white;
  opacity:0.5;
}

#servicesList li:hover {
  transform: scale(1.2);
  opacity:1;
}

.service-content {
  padding: 20px;
  height: 100%;
}

#serviceDescription {
  font-size: 18px;
}
.outline_heading{
    -webkit-text-fill-color: transparent;
    -webkit-text-stroke: 1px #ffffff;
    text-transform: capitalize;
    word-break: break-word;
    font-size: 5em;
    font-family: sans-serif;
    font-weight: 700;
    z-index: 1;
  }
  .list-group-item{
    background-color: none!important;
    border:none!important;

    #col_B img{
      width: 500px!important;
    }
    #service-details{
      color:white;
      font-size: 3em;
    }}