
* {
  box-sizing: border-box;
}
.item2 {
  display: inline-block;
  /*border:2px solid grey;*/
  border-radius: 15px;
  box-shadow: 0px 0px 2px 2px white;*/
  width: 80%;


}
/* on PC */
@media screen and (min-width: 550px) {
  .featured-image {
    float: left;
    width: 40%;
    padding-left: 15px;
    padding-right: 15px;

  }
  .featured-image img {
    width: 100%;
    border-radius: 10px;

  }
  .description {
    float: left;
    width: 60%;
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 15px;
    line-height:1.5;

  }
}
/* on Mobile */
@media screen and (max-width: 550px) {
  .featured-photo {
    width: 100%;
  }
  .featured-photo img {
    width: 100%;
  }
  .description {
    width: 100%;
    padding-top: 15px;

  }
}






.highlight-container {
  background: #EBEBEB;
  padding: 25px 20px;
  color: #EBEBEB;
  text-align: left;
}











.buttons {
  display: flex;
  justify-content: center;

}

.button {
  display: inline-block;
  padding: 17px 32px;
  background: rgba(255, 199, 44, 1);
  border: 0;
  letter-spacing: 2px;
  font-size: 16px;
  font-weight: 600;
  color: #ffffff;
  border-radius: 3px;
}

  .button:hover {background: rgba(56, 205, 255, 1);
    
      color: #ffffff;

    
  }

@media (max-width: 50%) {

  h2 {
    font-size: 28px;
    text-align: center;
  }

  p {
    font-size: 17px;
    line-height: 1.5;
  }

  .sm-user-ui .sm-tile-info .sm-tile-title {
    font-size: 4px;
  }

  .button {
    padding: 28px 24px;
    letter-spacing: 1px;
    font-weight: 400;
    color: #ffffff;

  }

  .hightlight-container {
    padding: 25px 5px;
    text-align: left;
  }

}

