.content-opp {
  margin-top: 20px !important;
}
.content-opp .element {
  display: inline-block;
  width: 300px;
  margin-right: 18px;
  height: 235px;
  position: relative;
  overflow: hidden;
  background: #777877;
}
.content-opp .element:last-child {
  margin-right: 0;
}
.content-opp .element img {
  height: 100%;
  -webkit-transition: 0.2s ease;
  -moz-transition: 0.2s ease;
  -o-transition: 0.2s ease;
  -ms-transition: 0.2s ease;
  transition: 0.2s ease;
}
.content-opp .element img:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  -ms-transform: scale(1.1);
  transform: scale(1.1);
  opacity: 0.9;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=90)";
  filter: alpha(opacity=90);
}
.content-opp .element .footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 37px;
  padding: 5px 10px;
  background: #000001;
}
.content-opp .element .footer .opp-title {
  color: #fdfdfe;
  font-size: 14px;
}
.content-opp .element .footer .opp-view {
  float: right;
  color: #b0b0b0;
}
.u_padding_opp {
  padding-top: 26px !important;
  padding-bottom: 23px;
}
.u_font_24 {
  font-size: 24px !important;
}
.u_hover:hover {
  color: #feb10d !important;
}
