
#contentsArea {
    background: linear-gradient(180deg, #F0F7FF 2%, #FFFFFF 0%);
  }

  
@media screen and (max-width: 600px) and (min-width: 750px) {
    #contentsArea {
        background: linear-gradient(180deg, #F0F7FF 1.7%, #FFFFFF 0%);
      }
}
  .text-link-decoration{
    text-decoration: underline!important;
    color: #000000!important;
    font-weight: normal!important;
  }
  .text-link-decoration:hover{
    text-decoration: none!important;
  }
