﻿#nexIcon {
        background-color: black;
        width: 9%;
        height: 15%;
        position: absolute;
        top: 260px;
        right: 0px;
      }
#preIcon {
        background-color: black;
        width: 9%;
        height: 15%;
        position: absolute;
        top: 260px;
        left: 4px;
      }
      
      
#contentBG1 {
        width: 49%;
        height: 300px;
        float: left;
        padding-top: 40px;
        background-color: #71b6bc;
        margin-right:1%;
      }
#contentBG2 {
        width: 49%;
        height: 300px;
        float: left;
        padding-top: 40px;
        background-color: #aec640;
        margin-left: 1%;
      }
#whiteCircle1 {
        height: 40px;
        width: 40px;
        margin-left: 31px;
        display: inline-block;
        border: 1px solid white;
        border-radius: 50px;
        background-color: white;
      }
#whiteCircle2 {
        height: 40px;
        width: 40px;
        margin-left: 31px;
        display: inline-block;
        border: 1px solid white;
        border-radius: 50px;
        background-color: white;
      }
      #contentPara1 {
        padding: 0px 40px;
        font-weight: 700;
        height:137px;
        overflow:hidden;
      }
#contentPara2 {
        padding: 0px 40px;
        font-weight: 700;
        height:137px;
        overflow:hidden;

      }
#contentDate1 {
        float: right;
        padding-right: 25px;
        transform: translateY(35px);
        color: whitesmoke;
      }
#contentDate2 {
        float: left;
        padding-left: 25px;
        transform: translateY(35px);
        color: whitesmoke;
      }