.casino-how-to-section {
  background-color: rgba(248, 239, 239, 0.66);
  box-sizing: border-box; }

.casino-how-to-content {
  width: 1140px;
  max-width: 100%;
  margin: 0 auto; }

.how-to-text-content {
  width: 790px;
  margin: 0 auto;
  max-width: 100%; }
  .how-to-text-content h2 {
    font-weight: bold;
    font-size: 35px;
    line-height: 53px;
    text-align: Left;
    color: #1e1d1c; }
  .how-to-text-content p {
    font-size: 16px;
    line-height: 28px;
    color: #262626;
    margin-bottom: 0px; }

.how-to-boxes {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  width: 1605px;
  max-width: 100%;
  margin: 0 auto; }

.single-how-to {
  width: 370px;
  min-height: 245px;
  border-radius: 10px;
  background-color: white;
  text-align: center;
  margin-bottom: 40px;
  margin-right: 12px;
  margin-left: 12px;
  border-top-right-radius: 50px;
  border-top-left-radius: 50px; }

.single-box-title {
  font-size: 22px;
  line-height: 33px;
  text-align: center;
  color: white;
  display: block;
  font-weight: 600;
  margin: 10px auto; }

.how-to-boxes-content {
  width: 382px;
  max-width: 100%; }
  .how-to-boxes-content button {
    width: 218px;
    height: 47px;
    background-color: #ffbb37;
    text-align: center;
    padding: 0px;
    border-radius: 10px;
    outline: none;
    border: none;
    display: flex;
    box-sizing: border-box; }
    .how-to-boxes-content button a {
      font-size: 18px;
      line-height: 27px;
      color: white;
      text-decoration: none;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      flex-direction: column; }

.how-to-texts {
  margin: 0px 30px;
  margin-right: 30px;
  font-size: 14px;
  line-height: 24px;
  color: #262626;
  margin-top: 15px;
  margin-bottom: 35px;
  text-align: left; }

.single-how-to-head {
  display: flex;
  margin: 0px 30px;
  margin-top: 23px;
  margin-bottom: 18px;
  font-size: 23px;
  line-height: 35px;
  color: #1E1D1C;
  font-weight: 600; }
  .single-how-to-head span {
    display: flex;
    justify-content: center;
    flex-direction: column; }

.single-how-to-title {
  max-width: 80%;
  font-size: 23px;
  line-height: 35px;
  text-align: left;
  color: #1E1D1C;
  font-weight: 600; }

.single-how-to-num {
  font-size: 23px;
  line-height: 35px;
  text-align: center;
  color: #262626;
  width: 45px;
  height: 45px;
  background-color: #F1EEEA;
  border-radius: 50%;
  font-weight: 600;
  margin-right: 20px; }

.how-to-boxes-img {
  max-width: 100%;
  max-height: 245px;
  width: 100%;
  height: 100%;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  position: relative;
  overflow: hidden; }
  .how-to-boxes-img img {
    max-width: 100%;
    max-height: 245px;
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: 0.6s; }
    .how-to-boxes-img img:hover {
      transform: scale(1.2);
      transition: 0.6s; }

.image-step {
  width: 100%;
  height: 52px;
  position: absolute;
  background-color: #FFF7E1;
  bottom: 0;
  left: 0;
  display: flex;
  justify-content: center;
  align-items: center;
  color: #262626;
  font-size: 20px;
  font-weight: 600; }

.how-to-table-boxes-info {
  background-color: #ffffff;
  color: #5F5F5F;
  margin-top: 30px;
  margin-bottom: 23px;
  padding: 14px 41.5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 19px;
  width: 790px;
  margin: 30px auto 32px auto;
  padding: 14px 10px;
  display: flex;
  justify-content: space-between;
  max-width: 100%;
  flex-wrap: wrap; }
  .how-to-table-boxes-info span {
    color: gray; }
    .how-to-table-boxes-info span strong {
      font-weight: 600;
      color: black;
      font-size: 15px; }

.how-to-descriction {
  margin: 30px 0px; }

@media only screen and (min-width: 768px) {
  .casino-how-to-section {
    padding: 0 10px; } }
@media only screen and (max-width: 790px) {
  .how-to-boxes {
    flex-direction: column;
    padding: 0px 15px;
    width: 100%; }

  .how-to-text-content {
    width: 100%;
    padding: 0px 15px; }

  .single-how-to {
    margin-bottom: 25px;
    margin-right: 0px;
    width: 100%;
    margin-right: 0px;
    margin-left: 0px; }

  .how-to-boxes-content {
    width: 100%;
    padding-bottom: 20px; }
    .how-to-boxes-content button {
      margin: 0 auto; }

  .how-to-table-boxes-info {
    width: auto;
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px; }
    .how-to-table-boxes-info span {
      text-align: center;
      width: 100%;
      margin-bottom: 16px; }
      .how-to-table-boxes-info span:last-child {
        margin-bottom: 0px; }

  .casino-how-to-section {
    padding: 50px 0px 50px 0px; }

  .how-to-texts {
    margin: 0px 12px; }

  .single-how-to-head {
    margin: 20px 12px 10px 12px; } }
@media only screen and (min-width: 820px) {
  .casino-how-to-section {
    padding: 80px 0px 80px 0px; } }
/**  sidebar */
@media only screen and (min-width: 1000px) {
  .container article .single-how-to {
    width: 350px; }

  .container article .how-to-boxes {
    width: 100%;
    justify-content: space-between;
    max-width: 730px; }

  .container article .casino-how-to-section {
    padding: 30px; }

  .container article .single-how-to {
    margin-right: 0px;
    margin-left: 0px; }

  .container article .how-to-text-content {
    width: 100%; }

  .container article .single-how-to {
    max-width: 48%; } }
.how-to-text-content p {
  margin: 0px; }

.container article .casino-how-to-section {
  padding-top: 30px; }
