  @font-face {
      font-family: 'golden';
      src: url('../gilroy/Gilroy-SemiBold.ttf') format('truetype');
      font-weight: normal;
      font-style: normal;
  }

.header-1{
    font-size: 25px;
    text-transform: uppercase;
    color: #222222;
}
.header-2{
    font-size: 17px;
    color: #222222;
    text-transform: uppercase;
}
.secondary-text{
    font-size: 18px;
    text-transform: capitalize;
}
.prod-img{
    width: 50%;
}
.prod-img-1{
    display: inline-block;
    margin-top: 10px;
}
.prod-info{
    display: inline-block;
    margin-top: 10px;
}
.product{
    background: #f8f9fa;
    border-radius: 10px;
    margin: 10px;
    padding: 10px;
    padding-bottom: 0px !important;
    margin-top: 20px;
}
.gn-btn{
    text-transform: uppercase;
    padding: 15px;
    margin-top: 10px;
    border: none;
    letter-spacing: 4px;
    background: #bf822a;
    border-radius: 10px;
    color: #fff;
}
.prod-name{
    text-transform: uppercase;
    letter-spacing: 2px;
    font-size: 20px;
    color: black;
    margin-bottom: 5px !important;
}
.prod-link{
    margin-top: -40px !important;
}

h3{
    font-family: 'golden' !important;
}