.caro-container {
	height: 230px;
	width: 250px;
}

.caro-container-img {
    height: 100%;
    width: 100%;
    object-fit: cover;
} 

.featured__item__pic img {
	height:100px;
	width: 100px;
	object-fit: contain;
}
.jewels-catalog {
    background-image: url('../../../../img/jewels/fullset-1.png');
    background-size: 150px;
    width: 300px;
    height: 300px;
    border: 2px solid;
    color: pink;
  }

  .block {
    padding: 1em;
    text-align: center;
    font-family: sans;
    font-size: 2em;
  }
  .golden-base {
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    font-weight:bold;
    -webkit-margin-before: 0.3em; 
    -webkit-margin-after: 0.2em;
  }
  .golden1 {
    background-image: -webkit-linear-gradient(#FFF65C, #3A2C00);
    text-shadow: -1px -1px 1px rgba(255, 223, 0, 0.60);
  }
  .golden2 {
    background-image: -webkit-linear-gradient(#E8D800, #E0CF00 50%, #A86800 60%, #A86800 );
    text-shadow: -2px -2px 1px rgba(255, 255, 0, 0.56);
  }
  .golden3 {
    background-image: -webkit-linear-gradient(#FFF65C 45%, #9A8000 75%);
    text-shadow: 1px 1px 0 rgba(0, 0, 0, 0.09),
      -1px -1px 0 rgba(255, 220, 0, 0.670);
    font-size:2em;
  }
  #rcorners1 {
    border-radius: 25px;
    background: #73AD21;
    padding: 20px;
    width: 200px;
    height: 150px;
  }
  
  #rcorners2 {
    border-radius: 25px;
    border: 2px solid #73AD21;
    padding: 20px;
    width: 200px;
    height: 150px;
  }
  
  #rcorners3 {
    border-radius: 25px;
    background: url(paper.gif);
    background-position: left top;
    background-repeat: repeat;
    padding: 20px;
    width: 200px;
    height: 150px;
  }
  .logo {
	display: inline-block;
}