.displace-dance {
    max-width: 1100px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    padding: 30px 0 50px;
  }
  .displace-dance .left-content {
    width: 45%;
  }
  .displace-dance .left-content img{
    width: 100%;
    object-fit: cover;
  }
  .displace-dance .right-content {
    width: 55%;
    padding: 0 0 0 60px;
  }
  .displace-dance .right-content h1 {
    margin: 0;
    padding: 0 0 10px;
    font-size: 20px;
    font-weight: 400;
    color: #333333;
    font-family: 'Tahoma';
    line-height: 25px;
    font-style:italic;
    text-transform: uppercase;
  }
  .displace-dance .right-content p ,
  .displace-dance .right-content p b{
    padding: 0 0 15px;
    font-size: 13px;
    font-weight: 400;
    color: #4d4d4d;
    font-family: 'Tahoma';
    line-height: 25px;
  }
  .displace-dance .right-content p.link-text{
    color:#666666;
  }
  .displace-dance .right-content p.link-text a{
      font-size: 13px;
    font-weight: 400;
      font-family: 'Tahoma';
    line-height: 25px;
  }
  .displace-dance .right-content p.link-text a:hover{
    color: #4d4d4d;
    text-decoration: underline;
  }
