[data-component-id="insaurance_aum:button"] {
  /* @todo Add your styles here. */
}

.headline-component-wrapper h2 {
    font-weight: 700;
    font-size: 25.67px;
    line-height: 100%;
    margin-bottom: 23.58px;
    color: #000;
}
.headline-component-wrapper .headline-component__body p {
    font-weight: 400;
    font-size: 16.33px;    
    color: #222;
    display: -webkit-box;
    -webkit-line-clamp: 6;
    -webkit-box-orient: vertical;
    overflow: hidden;
    margin-bottom: 47.81px;
}
.headline-component-wrapper {
    padding: 32.67px 53.49px 33.29px 0px;
}

.headline-component-wrapper .headline-component__created {
    font-weight: 700;
    font-size: 18.67px;
    line-height: 100%;
    color: #B1B1B1;
    margin-bottom: 12.52px;
}
.headline-component-wrapper .headline-component__body a {
    font-family: Open Sans;
    font-weight: 700;
    font-size: 18.67px;
    line-height: 100%;
    border-bottom: 3px solid #75B000;
    padding-bottom: 2.55px;
    transition: all 0.3s;
    color: #75B000;
}
.headline-component-wrapper .headline-component__body a:hover{
  border-color: #222;
  color: #222;
}
.headline-component__banner{
  position: relative;
  height: 100%;
  max-height: 373px;
}
.headline-component__banner img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.new-badge {
    position: absolute;
    top: 0;
    left: 0;
    background: #73AE00;
    font-weight: 700;
    font-size: 19.17px;
    line-height: 100%;
    text-transform: uppercase;
    color: #fff;
    padding: 13px 38px;
}
.headline-component-row {
    display: flex;
    gap: 42px;
    background: #F2F5F8;
}
.headline-component-row .headline-component-column1 {
    width: 58.33333333%;
    float: left;
}
.headline-component-row .headline-component-column2 {
    width: 41.66666667%;
    float: left;
}
.headline-component {
    padding: 90px 0 0 0;
}
@media (min-width: 1200px) and (max-width: 1440px) {
  .headline-component {
      padding-left: 36px;
      padding-right: 36px;
  }
}
@media(max-width: 991px){
  .headline-component-wrapper h2{
    font-size: 20.67px;
    line-height: normal;
  }
  .headline-component-wrapper .headline-component__body p{
    margin-bottom: 27.81px;
    font-size: 16px;
  }
  .headline-component-wrapper .headline-component__created{
    font-size: 16px;
  }
  .headline-component-wrapper{
    padding: 32.67px 20px 33.29px 0;
  }
  .headline-component-row{
    gap: 20px;
  }
  .new-badge{
    font-size: 16px;
    padding: 10px 30px;
  }
  .headline-component-wrapper .headline-component__body p{
    -webkit-line-clamp: 3;
  }
}
@media(max-width: 767px){
  .headline-component-row{
    flex-wrap: wrap;
  }
  .headline-component-wrapper{
    padding-left: 20px;
  }
  .headline-component-row .headline-component-column1{
    width: 100%;
  }
  .headline-component-row .headline-component-column2{
    width: 100%;
  }
  .headline-component{
    padding: 50px 0 0;
  }
  .headline-component .container {
    padding-left: 15px;
    padding-right: 15px;
  }
  .headline-component-wrapper .headline-component__body p{
    display: block;
  }

}