.famJam {
  background-color: #222222;
}

.famjamDescription {
  padding: 30px 0 70px;
}

.famjamDescription h1 {
  font-family: Oswald;
  font-size: 36.02px;
  font-weight: 400;
  line-height: 53.38px;
  text-align: center;
  color: #eb5805;
}

.famjamDescription p {
  font-family: Oswald;
  font-size: 24.01px;
  font-weight: 400;
  line-height: 35.59px;
  text-align: center;
  padding: 20px;
  color: white;
  width: 70%;
  margin: auto;
}

.famJamDiv {
  padding: 70px 20px;
}

.famContent {
  display: flex;
  justify-content: center;
  gap: 10px;
  margin: 30px 0;
  flex-wrap: wrap;
}

.famImage {
  width: 400px;
  height: 600px;
}
.famImage img {
  width: 100%;
  height: 100%;
}

@media (max-width: 580px) {
  .famjamDescription {
    padding: 0px 0 70px;
  }

  .famjamDescription p {
    font-size: 17.01px;
    line-height: 25.59px;
    width: 100%;
  }

  .famContent {
    flex-direction: column;
    align-items: center;
  }

    .famImage {
        width: 100%;
        height: 100%;
    }

  .famJamDiv {
    padding: 25px 25px;
  }
}

@media (min-width: 581px) and (max-width: 1200px) {
  .famContent {
    flex-wrap: wrap;
  }
    /*.famImage {*/
    /*    width: 100%;*/
    /*    height: 100%;*/
    /*}*/
}
