/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: May 24 2021 | 08:01:51 */
.gdlr-modern-portfolio .portfolio-thumbnail img, 
.gdlr-classic-portfolio .portfolio-thumbnail img {
    height: 50px;
}

.hero-section {
  display: flex;
  flex-wrap: wrap;
  padding: 2rem 0;
}

.hero-text-container {
  width: 40%;
}

.hero-img-container {
  width: 60%;
}

@media only screen and (max-width: 800px) {
  .hero-text-container {
    width: 100%;
  }

  .hero-img-container {
    width: 100%;
  }
}

.hero-h1 {
  font-family: 'Days One';
  color: #000;
  font-size: 225%;
  text-shadow: none;
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: left;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  font-weight: 400;
}

.hero-description {
  font-family: 'Days One';
  color: #000000;
  font-size: 1.2rem;
  text-shadow: none;
  line-height: 1.5;
  font-weight: normal;
  font-style: normal;
  text-decoration: none;
  text-align: justify;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  font-weight: 400;
}

.gdlr-speaker-biography-title{
display: none;
}