.text-light{
  font-weight:400;
  margin-bottom:0;
  margin-top:0;
}

.box{
  padding:2em;
  margin-bottom: 2rem;
}

.title{
  margin-top: 0;
  font-size: 24px;
  font-weight: 700;
}

.mb-0{
  margin-bottom:0;
}

.btn-w {
    color: #fff;
    padding: 1em 3em;
    border-radius: 0;
    text-decoration: none;
}

{#.box-image{
  position: relative;
}

.company{
  position:absolute;
  font-size:16px;
  font-weight: bold;
  right:10px;
  top:10px;
  padding:10px;
  color:#fff;
}#}
.row-webinar{
  justify-content: flex-start;
}
@media (max-width: 767px){
  .btn-w{
    padding: .8em;
  }
}