body.widget-snippet  .release-section{
	padding:40px;
}
body.widget-snippet  .release-date-row{
	padding:10px;	
}
body.widget-snippet .release-section-bottomleftpart tbody tr,body.widget-snippet .release-section-bottomrightpart tbody tr {
    display: flex;
    padding: 15px;
    position: relative;
    flex-wrap: wrap;
    width: 700px;
}

body.widget-snippet .release-section-bottomleftpart tbody td, body.widget-snippet .release-section-bottomrightpart tbody td{
    width: 330px;
}

.widget-snippet .release-section-top{
	background: #F6F6F6;
	padding:40px;
	display:flex;
}
.widget-snippet .release-date{
    background: rgb(0,255,255);
    background: linear-gradient(90deg, rgba(0,255,255,1) 0%, rgba(0,0,255,1) 100%, rgba(0,212,255,1) 100%);
	padding:10px;
	display:flex;
	margin-top:18px;
	margin-bottom: -113px;
}
.widget-snippet .release-date-row{
	display:flex;
}
.widget-snippet .release-section-topright {
    flex-basis: 64%;
	padding-left:10px;
}
.widget-snippet .release-section-topleft {
    flex-basis: 36%;
}

.widget-snippet .release-section-bottom{
	display:flex;
}
.widget-snippet h2.release-section-title {
    font-style: normal;
    font-weight: 500;
    font-size: 32px;
    line-height: 39px;
    color: #1C1C1C;
    margin: 0;
    padding: 0 0 15px 0;
}
.widget-snippet .release-section-top {
    background: #F6F6F6;
    padding: 45px 115px 45px 115px;
    display: flex;
}
.widget-snippet .release-section-title-right{
    font-style: normal;
    font-weight: 600;
    font-size: 20px;
    line-height: 28px;
    color: #000;
    margin: 0;
    padding: 0 0 15px 0;
}
.widget-snippet .release-section-bottom{
	padding-top:160px;	
}
.widget-snippet .release-date-leftpart {
    flex-basis: 35%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
.widget-snippet .release-date-leftpart h4 {
    font-style: normal;
    font-weight: 600;
    font-size: 17px;
    line-height: 28px;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
    padding: 0;
}
.widget-snippet .release-date-leftpart h5 {
    font-style: normal;
    font-weight: 600;
    font-size: 26px;
    line-height: 28px;
    color: #FFFFFF;
    text-align: center;
    margin: 0;
    padding: 0;
}
.widget-snippet .release-date-rightpart {
    flex-basis: 65%;
}
.widget-snippet .release-date-row-col {
    flex-basis: 50%;
    font-style: normal;
    font-weight: 500;
    font-size: 18px;
    line-height: 28px;
    color: #000000;
    background: rgba(255, 255, 255, 0.9);
    margin: 1px;
    padding: 17.5px 20px;
    text-align: left;
    font-family: 'Montserrat', sans-serif;
}
.widget-snippet .release-date .release-date-row-col:last-child {
	text-align:right;
}
.widget-snippet .release-section-topright p {
    font-style: normal;
    font-size: 16px;
    line-height: 28px;
    color: #000000;
    margin: 0;
    padding: 0 0 15px 0;
}
.widget-snippet .release-section-bottom  table {
    border-collapse: collapse;
    border-spacing: 0;
    border: none;
}
.widget-snippet .release-section-bottom  table  th {
    padding: 0;
    border: none;
    font-family: 'Montserrat', sans-serif;
	font-style: normal;
	font-weight: 600;
	font-size: 18px;
	line-height: 22px;
	text-transform: uppercase;
	color: #007FFF;
	background-color:#fff;
}
.widget-snippet .release-section-bottom  table  th div{
    padding: 25px 0 10px 0;
    border-bottom: 2px solid #007FFF;
}
.widget-snippet .release-section-bottom  table  td{
    padding: 0;
    border: none;
    font-family: 'Montserrat', sans-serif;
 	font-weight: 500;
	font-size: 16px;
	line-height: 20px;
	color: #1C1C1C;
	background-color:#fff;
}
.widget-snippet .release-section-bottom  table  tr{
    height: 60px;
}
.widget-snippet .release-section-bottom  table  td div{
    padding: 40px 0 10px 0;
     border-bottom: 1px solid rgba(0, 127, 255, 0.4);
    height: 70px;
}
.widget-snippet .release-section-bottomleftpart {
    padding-right: 26px;
}
.widget-snippet .release-section-bottomrightpart {
    padding-left: 26px;
}

.widget-snippet .release-section-bottom table td, .widget-snippet .release-section-bottom table th {
    padding-right: 45px;
}



@media screen and (max-width: 1200px) {
.widget-snippet .release-section-bottom table td div {
  height: 85px;
      }
}
@media screen and (max-width: 991px) {
	
}
@media screen and (max-width: 767px) {
	
}
