

.carousel-inner img
{
   width: 100%;
   margin: auto;
}

.catbed-intro {
   background: url(./n-goods/top-1.png) no-repeat top center / contain; 
   padding-top: 25rem;
 }

 @media (max-width: 1200px) {
   .card-title {
     font-size: 1.2rem;
   }
 }

 @media (max-width: 1200px) {
   .card-text {
     font-size: 0.8rem;
   }
 }


	.text-b{
    padding: 10px 0;
    margin: 0;
    font-size: 14px;
    
    background-image: linear-gradient(
      70deg,
      #000000 45%, /* font color */
      #FFF 50%,
      #dc143c 55% /* font color */
    );
    background-size: 500% 100%;
    background-clip: text;
    -webkit-background-clip: text;
    color: transparent;
    animation: shine 2s infinite;
  }
  
  @keyframes shine {
    0% {
      background-position: 100% 50%;
    }
    100% {
      background-position: 0% 50%;
    }
  }