.widget-snippet .bottom-cta{
      background-color: rgba(16, 46, 47, 1);
      padding: 43px 0px 0px 0px;
      border-top: 6px solid rgb(246, 200, 68);
  
}
.widget-snippet .bottom-cta .text-wrapper{
     max-width: 1400px;
     width: 100%;
     margin: 0 auto;
     display: flex;
     justify-content: space-between;
     align-items: center;
     border-bottom: 1px solid rgba(255, 255, 255, 0.2);
     padding-bottom: 54px;
}
.widget-snippet .bottom-cta a {
    background: rgba(239, 190, 79, 1);
    border-radius: 0;
    width:208px;
    color: #000;
    font-weight: 700;
    font-size: 18px;
    line-height: 22px;
    display: inline-block;
    text-align: center;
    padding: 15px;
    transition: all 300ms ease-out 0s;
    text-decoration: none;
}
.widget-snippet .bottom-cta a:hover {
    text-decoration: none;
    background: #fff;

}
.widget-snippet .bottom-cta h5{
    font-size:30px;
    line-height:45px;
    color:#fff;
    max-width:761px;
    width:100%;
}
