.rbxsell-contacts {
  display:grid;
  align-items:center;
  gap:24px;
  padding:0 0 132px;
  user-select:none;
  -webkit-user-select:none
}
.rbxsell-contacts-top {
  display:grid;
  align-items:center;
  justify-content:center;
  gap:5px
}
.rbxsell-contacts-top-title {
  color:#fff;
  font-weight:700;
  font-size:32px;
  line-height:67px;
  text-align:center
}
.rbxsell-contacts-top-subtitle {
  color:#a8a8a8;
  font-weight:400;
  font-size:20px;
  line-height:24px;
  text-align:center
}
.rbxsell-contacts-content {
  display:flex;
  align-items:center;
  justify-content:space-between;
  gap:13px
}
.rbxsell-contacts-content-item {
  width:100%;
  height:400px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  border-radius:var(--border-radius);
  background:#1c1c1d
}
.rbxsell-contacts-content-item-icon {
  height:132px;
  margin:0 0 20px
}
.rbxsell-contacts-content-item-title {
  color:#993de1;
  font-weight:500;
  font-size:18px;
  line-height:22px;
  margin:0 0 5px
}
.rbxsell-contacts-content-item-link {
  color:#fff;
  font-weight:600;
  font-size:18px;
  line-height:22px;
  text-decoration:none;
  transition:.3s
}
.rbxsell-contacts-content-item-link:hover {
  color:#993de1
}
@media (max-width: 991px) {
  .rbxsell-contacts-content {
    flex-direction:column
  }
}
@media (max-width: 768px) {
  .rbxsell-contacts {
    padding:0 16px 132px
  }
  .rbxsell-contacts-top-subtitle {
    font-size:18px
  }
}
@media (max-width: 576px) {
  .rbxsell-contacts {
    justify-content:unset
  }
  .rbxsell-contacts-content-item {
    width:100%
  }
  .rbxsell-contacts-content-item-icon {
    height:100px
  }
}
