/**************************MY WORLD******************/
.myworld-section{
  width: 100%;
  height: 100vh;
  background-image: linear-gradient(rgba(0,0,0,0.7),rgba(0,0,0,0.7)), url(../images/myworld-image.jpg);
  background-size: cover;
  background-position: center;
  padding: 10px 8%;
  position: relative;
}
.myworld-content{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%,-50%);
  text-align: center;
  margin-top: 70px;
}
.myworld-content h1{
  font-size: 55px;
  line-height: 70px;
  font-weight: 600;
  max-width: 650px;
}
.myworld-content h3{
  font-weight: 500;
  font-size: 30px;
  margin-top: 15px;
  margin-bottom: 20px;
  text-transform: uppercase;
  color: #db0001;
}
.myworld{
  padding: 50px 12%;
  /*font-size: 1.3rem;*/
}
.myworld h2{
  font-size: 2rem;
  color: var(--color-red);
  font-weight: 500;
  margin-bottom: 1.2rem;
}
.sessions h4, .sessions h5{
  text-transform: uppercase;
  color: #db0001;
  margin-top: 15px;
}
.myworld ul li{
  list-style: none;
  font-size: 1rem;
  font-weight: 400;
  padding-top: 10px;
  margin-bottom: 5px;
}
.myworld ul li span{
  font-size: 1.1rem;
  color: #db0001;
  cursor: pointer;
}
/*----------------*/
@media only screen and (max-width: 600px) {
  .myworld-content{
    width: 80vw;
  }
  .myworld-content h1 {
    font-size: 2rem;
    letter-spacing: 1px;
    line-height: 1.7;
    text-transform: uppercase;
  }
  .myworld-content b{
    font-size: 1rem;
    line-height: 1.4;
    margin: 1rem;
  }
  .myworld-content h3{
    font-size: 1.2rem;
    line-height: 1.5;
    margin: 1rem;
  }
  .myworld p{
    font-size: 1rem;
    line-height: 1.4;
  }
  .myworld h2{
    font-size: 1.2rem;
  }
  .myworld h3{
    font-size: 1rem;
  }
  .myworld h4, .myworld h5{
    font-size: 0.9rem;
  }
  .myworld ul li{
    font-size: 13px;
    font-weight: 500;
  }
  .myworld{
    padding: 3rem 5%;
  }
}
