#PaasGiveaway{
    background-color: #e7e1cb;
    color: black;
}

#PaasGiveaway .col-12{
    padding: 0;
}

#PaasGiveaway .mobile {
  display: none;
}
#PaasGiveaway img{
    max-width: 100%;
}

#PaasGiveaway a{
    color: #e83e33;
    text-decoration: none;
    font-weight: 800;
}

#PaasGiveaway button{
    color: white;
    background-color: #e83e33;
    border-radius: 10px;
    border: none;
    padding: 15px 15px;
    text-align: center;
    text-decoration: none;
    display: inline-block;
    font-size: 16px;
    margin: 4px 2px;
    cursor: context-menu;
}

#PaasGiveaway .btn:hover{
  color: #e83e33;
}

@media (max-width: 665px) {
  #PaasGiveaway .mobile {
    display: block;
  }
  #PaasGiveaway .desktop {
    display: none;
  }
}