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

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

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

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

.single_boxes {
  width: 537px;
  text-align: center;
  margin-bottom: 40px; }

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

.news-texts {
  font-size: 16px;
  line-height: 27px;
  color: #262626;
  max-width: 344px;
  text-align: left;
  margin: 0;
  margin-left: 28px; }

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

.single-news-title {
  min-height: 70px;
  font-size: 23px;
  line-height: 35px;
  text-align: left;
  color: #262626;
  font-weight: 600;
  margin-bottom: 15px;
  text-decoration: none; }

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

.news-show-more-btn {
  width: 100%;
  color: #FB8500;
  display: block;
  text-align: center;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  cursor: pointer; }

.new-card-content {
  display: flex; }

.new-card-img {
  width: 165px;
  height: 109px; }

.new-card-img img {
  width: 100%;
  max-width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 10px; }

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

.container article .news-text-content h3 {
  margin-bottom: 30px; }

@media only screen and (min-width: 768px) {
  .casino-news-section {
    padding: 40px 15px; } }
@media only screen and (min-width: 1000px) {
  .casino-news-section {
    box-sizing: border-box;
    padding: 60px 15px 91px 15px; } }
@media only screen and (max-width: 768px) {
  .news-boxes {
    flex-direction: column;
    padding: 0px 15px;
    width: 100%; }

  .single_boxes {
    margin-bottom: 53px; }

  .news-texts {
    max-width: 70%; }

  .single_boxes {
    width: 100%; } }
@media only screen and (max-width: 600px) {
  .news-text-content {
    width: 100%;
    padding: 0px 15px; }

  .new-card-content {
    flex-direction: column; }

  .news-texts {
    margin-left: 0px;
    margin-top: 10px;
    max-width: 100%; }

  .new-card-img {
    width: 100%;
    height: 129px; }

  .new-card-img img {
    max-width: 100%;
    width: 100%;
    height: 100%;
    object-fit: cover;
    border-radius: 10px; }

  .new-card-img {
    width: 100%;
    height: 129px; }

  .single_boxes {
    width: 100%; } }
@media only screen and (min-width: 769px) and (max-width: 1100px) {
  .single_boxes {
    width: 100%; }

  .news-texts {
    max-width: 75%; } }
/** sidebar  */
@media only screen and (min-width: 1000px) {
  .container article .news-texts {
    max-width: 70%; }

  .container article .casino-news-section {
    padding: 35px 26px 43px 63px; }

  .container article .single_boxes {
    width: 100%; } }
