.des-1{
 background-image: url(/thumb/Logos/KOSMIC_LOGO-min.jpg);
}

.des-2{
 background-image: url(/thumb/LandingP/Logos/HONIG_LOGO.jpg);
}
.des-3{
 background-image: url(/thumb/LandingP/Logos/HAGSTON_LOGO.jpg);
}




.des-4{
 background-image: url(/thumb/LandingP/Logos/InternetRADIO_LOGO.jpg);
}
.des-5{
 background-image: url(/thumb/Logos/CUBY_LOGO-min.jpg);
}
.intro{
  display: flex;
  justify-content: center;
}
.wrapper{
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
  width:80vw;
  margin-bottom: 10px;
  padding-bottom: 50px;
  padding-top: 50px;
  
}
.wrapper h1{
  font-weight: 500;
  margin: 20px;
  font-size: 1.6em;
}
.wrapper h2{
  margin-top: 20px;
  
  font-size: 2.3em;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: 500;
}



 @media(max-width: 710px){
.wrapper h1{
  font-size: 1.2em;
}
  }  
  @media(max-width: 710px){
.wrapper h2{
  font-size: 1.5em;
  line-height: 1.5em;
}
  }  
  
  .grid-container{
   
    margin-right: 80px;
  }
 .cta-button{
  position: relative;
  padding: 1rem 2rem;
  font-size: 2rem;
  font-weight: 600;
  color: white;
  background: none;
  border: 2px solid rgb(215, 75, 19);
  border-radius: 8px;
  cursor: pointer;
  overflow: hidden;
  transition: all 0.3s ease;
  margin-bottom: 30px;
   box-shadow: 2px 2px 4px rgba(48, 27, 2, 0.404); 
  color: rgb(46, 21, 3);
}
.cta-button:hover{
  cursor: pointer;
  background-color: rgb(215, 75, 19);
  color: whitesmoke;

}
@media(max-width: 600px){
  .cta-button{
    font-size: 1em;
    padding: 2px;
  }
}
.liquid {
  background: linear-gradient(rgb(215, 75, 19) 0 0) no-repeat calc(200% - var(--p, 0%))
    100% / 200% var(--p, 0.2em);
  transition: 0.2s var(--t, 0s),
    background-position 0.3s calc(0.3s - var(--t, 0s));
}

.liquid:hover {
  --p: 100%;
  --t: 0.3s;
  color: #fff;
}
.head3{
  background-image: url(/thumb/LandingP/HG_Weblogo.jpg);
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
  background-position: center;
  height: 500px;
  overflow-x: hidden;

}
.headline{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  line-height: 65px;
  height: 300px;
  padding-bottom: 0px;
  padding-top: 0px;
  margin-top: 0px;
  margin-bottom: 0px;
  justify-content: center;

  flex-wrap: nowrap;
  width: 100%;
}

.headline #best0{
  color: rgba(255, 153, 0, 0.863);
   text-shadow: 3px 4px #000000b6;
   font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif Georgia, 'Times New Roman', Times, serif;
font-size: 4em;
}
@media (max-width: 600px){
.headline #best0{
  font-size: 2em;
}
}