#ocdbanner-45 .title-banner {
  font-size: 22px;
  font-weight: 500;
  color: #fff;
  background-color: #0000008a;
  width: 40%;
  padding: 10px;
  margin-top: 20px;
}
#ocdbanner-45 {
  margin-top: 30px;
}
.banner-desc {
  position: absolute;
  bottom: 20px;
  right: 20px;
}
.banners-item-btn {
  font-weight: 500;
  color: rgb(255, 255, 255);
  background: rgb(113, 190, 0);
  display: inline-block;
  padding: 11px 25px;
  box-sizing: border-box;
  border-radius: 1px;
  letter-spacing: 0.3px;
  transition: background 0.3s ease, color 0.3s ease;
}
@media (max-width: 767px) {
  #ocdbanner-45 .title-banner {
    width: 60%;
  } 
}