
.farsi_box { background: #16a1ca; overflow: hidden; }
.farsi_box figure { margin: 20px 0 0; }
.farsi_box p:last-child { margin-bottom: 0; }
.farsi_hd { background: url(../img/farsi-charades/clouds.png) no-repeat; background-size: 100%; background-position: bottom; padding: 30px; }
.farsi_box .app_stores { margin-top: -20px; }
.ptb_3 { padding: 30px 0; }
.farsi_dark_bg { background: #0d7fa4; }
.farsi_how_play .col-md-6:nth-child(2) { margin-top: 70px; }
.farsi_list ul { text-align: center; display: flex; flex-wrap: wrap;}
.farsi_list ul li { margin-top: 25px; padding-left: 40px; text-align: left; width: 49.5%; display: flex; vertical-align: middle; position: relative; z-index: 11; }
.farsi_list ul li:after {
  content: '';
  background-color: #ff9601;
  width: 24px;
  height: 24px;
  border-radius: 6px;
  position: absolute;
  top: 0px;
  left: 0;
  z-index: -1;
}
.farsi_list ul li:before {
  content: '';
  background-color: #ff9601;
  border: 4px solid #0d7fa4;
  width: 18px;
  height: 18px;
  border-radius: 4px;
  position: absolute;
  top: 3px;
  left: 3px;
}
.font-bold{font-weight: 700;}
.farsi_category h2 { text-align: center; color: var(--white); font-weight: 600; }

.bowl_gaming_screenshot { padding: 30px 0; }
@media (max-width:880px){
	.farsi_list ul li { width: 100%; }
}
@media (max-width:767px) {
  .farsi_how_play .col-md-6:nth-child(2) {margin-top: 0;}
}