p {
  margin: 0 0 15px 0; }

.benefits {
  width: 100%;
  padding: 32px 0;
  position: relative; }
  .benefits:before {
    content: "";
    width: 100vw;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 0, 38, 0.25) 0%, rgba(255, 0, 38, 0) 100%); }

.benefits-content {
  width: calc(100% - 30px);
  max-width: 1000px;
  margin: 0 auto;
  display: flex;
  flex-direction: row;
  font-family: 'Saira Condensed', sans-serif;
  gap: 16px; }

.benefits-text-wrapper {
  width: 323px;
  color: #ffffff;
  padding-right: 50px;
  z-index: 5; }
  .benefits-text-wrapper .title {
    font-size: 21px;
    font-weight: 700;
    margin-bottom: 4px; }
  .benefits-text-wrapper .text {
    font-size: 14px;
    font-weight: 400; }

.benefits-list {
  display: flex;
  flex: 1;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 15px;
  z-index: 5; }

.benefit-item {
  display: flex;
  flex-direction: row;
  width: calc(100% / 3 - 10px);
  height: 50px;
  padding: 16px;
  justify-content: center;
  align-items: center;
  gap: 16px;
  border-radius: 16px;
  background: #232323; }
  .benefit-item .icon {
    height: 16px;
    width: 16px; }
  .benefit-item .name {
    color: #FFF;
    font-size: 14px;
    font-weight: 700;
    line-height: 18px; }

@media only screen and (max-width: 768px) {
  .benefits-content {
    flex-direction: column; }

  .benefits-text-wrapper {
    width: 100%; }

  .benefits-list {
    width: 100%;
    gap: 8px; }

  .benefit-item {
    width: calc(50% - 4px);
    height: 66px;
    flex-direction: column;
    gap: 8px; } }

/*# sourceMappingURL=benefits-casino-v1.css.map */
