@import url('https://fonts.googleapis.com/css?family=Source+Sans+Pro:200,300,400,600,700,900&display=swap');

:root
{

  --color1:#17a43b; /* Green */
  --color2:#F59B29; /* yellow */
  /*--color2:#ff9600;*/ /* yellow */

  --gray1:#f1f1f1;

  /*
    font-family: 'Source Sans Pro', sans-serif;
    font-weight: 600;
  */
}

#rightSideAreaNews
{
  height: 300px;
  overflow: hidden;
}

.rightSideAreaNews
{
  margin-top: 3px;
}

.rightSideAreaNews .block
{
  margin-bottom: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #e7e7e7;
}

.rightSideAreaNews .block .leftArea
{
  float: left;
  margin-right: 10px;
}
.rightSideAreaNews .block .leftArea .dateTime
{
  background-color: var(--color2);
  width: 80px;
  padding: 0px 0;
  box-shadow: 0 0 10px rgba(0,0,0,.2);
}

.rightSideAreaNews .block .leftArea .dateTime .date
{
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 40px;
  color: var(--white);
  display: block;
  text-align: center;
  margin-bottom: 7px;
  line-height: 30px;
  padding:7px 0;
}
.rightSideAreaNews .block .leftArea .dateTime .month-year
{
  font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  font-size: 16px;
  color: var(--white);
  display: block;
  text-align: center;
  background-color: var(--color1); 
  padding: 5px 0;
}

.rightSideAreaNews .block .RightDetailArea
{
  margin:0px 0;
  display: inline-block;
  width: 80%;
}

.rightSideAreaNews .block .RightDetailArea .title
{
   font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  text-transform: uppercase;
  font-size: 20px;
  margin-bottom: 10px;
  line-height: 20px;
}

.rightSideAreaNews .block .RightDetailArea .title a
{
  color:#333;
}

.rightSideAreaNews .block .RightDetailArea .title:hover a
{
  color: var(--color1);
  text-decoration: none;
}

.rightSideAreaNews .block .RightDetailArea .descri p a
{
  margin-bottom: 0px;
  line-height: 22px;
  text-align: justify;
   font-family: 'Source Sans Pro', sans-serif;
  font-weight: 400;
  color: #333;
}

.rightSideAreaNews .block .RightDetailArea .anchorBtn .btns
{
   font-family: 'Source Sans Pro', sans-serif;
  font-weight: 600;
  color: var(--color2);
  text-transform: uppercase;
}
.rightSideAreaNews .block .RightDetailArea .anchorBtn .btns:hover{
  color: var(--color2);
}