.sk-bulletin {
	background: #0b2573;
  padding-top: 100px;
    padding-bottom: 100px;
  }
 #ncon {
  padding: 30px 100px 30px 100px; 
    }
  .sk-bulletin p{
	line-height: 22px;
    color: #000000;
    font-size: 15px;
  }
  @media only screen and (max-width: 601px){
    .sk-bulletin {
      
      padding-top: 50px !important;
        padding-bottom: 50px !important;
      }
     #ncon {
      padding: 30px 15px 30px 15px !important;
        }
    .gt-sponsor-bg-wrapper {
         
          padding: 10px 15px 10px 15px !important;
         
      }
  }


  .gt-couinter-box-item-5 {
    border-radius: 10px;
    background: rgb(255, 255, 255);
    padding: 16px 0;
    text-align: center;
    position: relative;
	}
	.gt-sponsor-bg-wrapper {
    border-radius: 0px;
    display: flex;
    align-items: center;
    justify-content: space-between;
    padding: 60px 60px 60px 60px;
    position: relative;
    z-index: 9;
    overflow: hidden;
}
	.gt-sponsor-bg-wrapper::before {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    content: "";
    inset: 0;
    border-radius: 0px;
	background: linear-gradient(180deg, #0d3a5bcf 30%, #fe8e0ba1 100%);
    opacity: 0.8;
    z-index: -1;
}


  .sk-slider {
	transition: transform 0.4s ease;
  }
  
  .sk-slide {
	min-width: 50%;
  }
  
  .sk-date {
	min-width: 80px;
	width: 80px;
	background: #fff;
	border-radius: 10px;
	text-align: center;
	border: 2px solid #c9212a;
	
  }
  
  .sk-month {
	background: #c9212a;
	color: #fff;
	display: block;
	font-weight: 600;
	padding: 4px 0;
	border-top-right-radius: 7px; 
	border-top-left-radius: 7px;
  }
  
  .sk-day {
	display: block;
	font-size: 26px;
	font-weight: 700;
	padding: 8px 0;
	color: #0b2573;
  }
  
  .sk-badge {
	background: #c9212a;
    font-size: 10px;
    padding: 1px 5px;
    border-radius: 5px;
    display: inline-block;
    font-family: "DM Sans", sans-serif;
    line-height: 15px;
    font-weight: 900;
  }
  
  /* Mobile */
  @media (max-width: 767px) {
	.sk-slide {
	  min-width: 100%;
	}
  }
  