/*Media Centre*/
.purpose-button {
    background-image: linear-gradient(to right, #e8be8c, #eac291, #ecc695, #efca9a, #e7be8a, #e7be8a, #e7be8a, #e7be8a, #efca9a, #ecc695, #eac291, #e8be8c);
    border-radius: 0px;
    width:         200px;
    height:        39px;
    color:         #ffffff !important;
    display:       inline-block;
    font:          15px;
    text-align:    center;
    border: none;
    margin-top: 10px;
    cursor: pointer;
    padding-top:10px;
  }
  .purpose-button-grey {
    background: #404040;
    border-radius: 0px;
    width:         200px;
    height:        39px;
    color:         #ffffff !important;
    display:       inline-block;
    font:          15px;
    text-align:    center;
    border: none;
    margin-top: 10px;
    cursor: pointer;
    padding-top:10px;
  }
  .purpose-button-silver {
    background: #b9b6b1;
    border-radius: 0px;
    width:         200px;
    height:        39px;
    color:         #ffffff !important;
    display:       inline-block;
    font:          15px;
    text-align:    center;
    border: none;
    margin-top: 10px;
    cursor: pointer;
    padding-top:10px;
  }
  .purpose-button-black {
    background: #000000;
    border-radius: 0px;
    width:         200px;
    height:        39px;
    color: white !important;
    display:       inline-block;
    font:          15px;
    text-align:    center;
    border: none;
    margin-top: 10px;
    cursor: pointer;
    padding-top:10px;
  }
  .text-purpose-headline {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  
    padding-bottom: 5rem;
  }
  .text-purpose {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    padding-top: 20px;
  
  }
  .purpose-image-bottom {
    object-fit: contain;
    width: 100%;
    height: auto;
  }
  .purpose-image-bottom-mobile {
    object-fit: contain;
    width: 100%;
    height: auto;
  }
  .hover-text{
    color: #ffffff;
    font: bold;
    font-size: 16px;
    padding-top: 16px;
    padding-bottom: 16px;
  }
  .purpose-box:hover .image {
    opacity: 0.3;
    
  }
  .purpose-box:hover {
    background: #252525;
  }
  .purpose-box:hover .purpose-box:active {
    opacity: 1;
    
  }
  .purpose-box:hover .purpose-text {
    opacity: 1;
  }
  .button-group {
    display: flex;
    justify-content: space-between;
  }
  span.sm-txt{
    font-size:80%;
  }
  
  @media only screen and (max-width: 992px) {
    .purpose-image-mobile {
      object-fit: contain;
      width: 100%;
      height: auto;
    }
  }
  @media only screen and (max-width: 768px) {
    .button-group {
      display: flex;
      flex-direction: column;
      justify-content: space-between;
      align-items: center;
    }
  }
  