@charset "UTF-8";

.string-img{
  justify-content: flex-start;
  margin: 2rem 0;
}

.string-price{
  background-color: #FFF!important;
}

.string-item{
  width: 260px;
  height: 260px;
  border-radius: 500px;
  border: 3px solid #FD5B50;
  text-align: center;
  overflow: hidden;
  font-size: 12px;
}

@media screen and (max-width: 768px) {
  .string-desc{
 	width: 90%;
  }
}