.content{

  margin: auto;
  max-width: 70%;
  background-color: #000;
  margin-top: 100px;
  padding-bottom: 30%;
  margin-bottom: 150px;
  background: rgba(84, 226, 79, 0.5);

}

.content-grid{

  display: grid;
  grid-template-columns: 45% 45%;
  width: 100%;
  justify-content: center;
  grid-column-gap: 5%;
  grid-row-gap: 0.7%;

}

.content-name{

  color: #fff;
  text-align: center;
  font-size: 30px;
  padding: 20px;

}

.content-box{

  width: 95%;
  margin: auto;

}

.content-img{

  width: 100%;
  height: auto;
  object-fit: cover;
  transition: transform 0.5s;

}

.content-img:hover{

  transform: scale(1.03);

}

.gal-img{

    width: 100%;
    height: auto;

}

.back{

  display: grid;
  grid-template-columns: 90%;
  width: 95%;
  justify-content: center;
  margin: auto;
  margin-top: 40%;
  margin-bottom: -40%;
}

.step-back{

  font-size: 30px;
  color: #FFF;
  padding: 10px;
  text-decoration: none;
  border: 1px solid #fff;
  transition: 1s;

}

.step-back:hover{

  background-color: #fff;
  color: #000;
  border-radius: 20px;

}

@media only screen and (max-width: 1000px){

  .content{

    padding-bottom: 140%;

  }

  .content-grid{

    display: grid;
    grid-template-columns: 90%;
    width: 100%;
    justify-content: center;
    grid-column-gap: 10%;
    grid-row-gap: 0.5%;

  }

  .content-name{

    color: #fff;
    text-align: center;
    font-size: 25px;
    padding: 20px;

  }

  .back{

    margin-top: 195%;
    margin-bottom: -195%;

  }

}

@media only screen and (max-width: 800px){

  .content{

    max-width: 90%;
    padding-bottom: 180%;

  }

}
