.casino-reviews-section {
  background-color: rgba(248, 239, 239, 0.66);
  padding: 40px 0px; }

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

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

.review-boxes {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 790px;
  margin: 0 auto;
  max-width: 100%; }

.single-boxes {
  width: 100%;
  max-width: 388px;
  min-height: 245px;
  border-radius: 10px;
  background-color: white;
  text-align: center;
  margin-bottom: 40px; }

.review-boxes-content {
  margin: 37px 20px; }
  .review-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; }
    .review-boxes-content button a {
      font-style: SemiBold;
      font-size: 18px;
      line-height: 27px;
      color: white;
      text-decoration: none;
      width: 100%;
      height: 100%;
      display: flex;
      justify-content: center;
      flex-direction: column; }

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

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

.single-review-head {
  display: flex;
  justify-content: flex-start; }
  .single-review-head span {
    display: flex;
    justify-content: center;
    flex-direction: column; }

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

.single-review-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; }

@media only screen and (min-width: 768px) {
  .casino-reviews-section {
    padding: 40px 10px; }

  .single-boxes {
    max-width: 48%; }

  .review-boxes {
    flex-direction: row; } }
@media only screen and (max-width: 767px) {
  .review-boxes {
    flex-direction: column;
    padding: 0px 15px;
    width: 100%; }

  .single-boxes {
    width: 100%;
    margin-bottom: 25px;
    max-width: 100%; }

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

  .review-boxes-content button {
    margin: 0 auto; }

  .single-review-title {
    max-width: 70%; } }
@media only screen and (min-width: 1000px) {
  .casino-reviews-section {
    box-sizing: border-box;
    padding: 50px 10px 87px 10px; } }
@media only screen and (min-width: 820px) {
  .casino-reviews-section {
    max-width: 100%;
    padding: 40px 15px; } }
/** with  sidebar */
@media only screen and (min-width: 1000px) {
  .container article .single-boxes {
    width: 350px;
    width: 100%;
    max-width: 48%; } }
.container article .casino-reviews-section {
  max-width: 100%;
  padding: 30px; }
