.finance_area {
  background: beige;
  padding-top: 40px;
  padding-bottom: 40px; }

.finance_item .media .d-flex {
  vertical-align: middle;
  align-self: center;
  padding-right: 25px; }
.finance_item .media .d-flex i {
  font-size: 36px;
  color: darkorange; }
.finance_item .media .media-body h5 {
  color: #222222;
  font-size: 18px;
  line-height: 27px;
  margin-bottom: 0px; }


/*----------------------------------------*/
/*  4. Notice CSS
/*----------------------------------------*/
.notice-left, .notice-right{
  padding: 45px 55px 70px 55px;
  box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.15);
  position: relative;
}
.notice-area.three .notice-left{
  padding: 35px 55px 30px 55px;
}
.notice-right{
  padding: 40px 50px 50px;
}
.notice-left h3, .notice-left-wrapper h3, .notice-right-wrapper h3{
  font-family: 'Open Sans', sans-serif;
  font-size: 800;
  color: #2c2b5e;
  text-transform: uppercase;
  margin-bottom: 55px;
}
.notice-right-wrapper h3, .notice-left-wrapper h3{margin-bottom: 33px}
.notice-right-wrapper {margin-right: 27px}
.single-notice-left, .single-notice-right{border-bottom: 1px solid #E7E7E7}
.col-md-6 .single-notice-left:last-child, .col-md-6 .single-notice-left:nth-child(3), .col-md-6 .single-notice-left:nth-child(6), .col-md-6 .single-notice-right:last-child{border-bottom: none}
.single-notice-left h4{
  font-family: 'Open Sans', sans-serif;
  font-size: 16px;
  color: #ec1c23;
  margin-bottom: 5px;
}
.single-notice-left p, .single-notice-right p{
  font-family: 'Open Sans', sans-serif;
  font-size: 14px;
  color: #303030;
  margin-bottom: 0px;
}
.single-notice-right h3{
  font-family: 'Open Sans', sans-serif;
  font-size: 20px;
  color: #2c2b5e;
  text-transform: uppercase;
  margin-bottom: 15.5px;
}
.notice-area.two .notice-left {
  padding: 33px 58px 31px;
  height: auto;
  overflow-y: auto;
}
.notice-left{
  height: auto;
  overflow-y: auto;
}

