/*============================================================================================
	Start Play Rules Area
==============================================================================================*/

.play-rule-grid-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 55px;
  display: grid;
}

.play-rule-single-wrap {
  background-color: #fef1f3;
  padding: 10px;
}

.play-rule-border-wrap {
  padding: 10px;
  position: relative;
}

.play-rule-details-wrap {
  background-color: var(--white-color);
  padding: 28px;
}
.play-rule-main-title {
  font-size: 58px;
}
.play-rule-title {
  font-size: 40px;
}
.play-rule-main-title,
.play-rule-title {
  margin-bottom: 16px;
  font-weight: 800;
  line-height: 130%;
}

.play-rule-details._1 {
  margin-bottom: 55px;
}

.play-rule-single-title {
  margin-bottom: 8px;
}

.play-rule-border {
  width: 110px;
  height: 2px;
  background-color: var(--primary-color);
  position: absolute;
}

.play-rule-border._1 {
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.play-rule-border._2 {
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  transform: translate(-55px, 54px) rotate(90deg);
}

.play-rule-border._3 {
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.play-rule-border._4 {
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: translate(55px, -54px) rotate(90deg);
}

@media only screen and (min-width: 992px) and (max-width: 1199.99px) {
  .play-rule-main-title {
    font-size: 42px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 991.99px) {
  .play-rule-main-title {
    font-size: 32px;
  }
  .play-rule-details-wrap {
    padding: 16px;
  }
  .play-rule-single-title {
    font-size: 24px;
  }
  .play-rule-title {
    font-size: 32px;
  }
}
@media only screen and (max-width: 767.99px) {
  .play-rule-main-title {
    font-size: 24px;
  }

  .play-rule-title {
    font-size: 24px;
  }
  .play-rule-grid-wrap {
    grid-template-columns: 1fr;
  }

  .play-rule-single-title {
    font-size: 20px;
  }
  .play-rule-details-wrap {
    padding: 24px;
  }
}

/*============================================================================================
	End Play Rules Area
==============================================================================================*/
