.enteraddons-call-to-action-wrapper {
    padding: 30px;
    background-size: cover;
    background-position: center;
    background-color: #000;
    text-align: center;
}
.enteraddons-call-to-action-wrapper .cta-title {
    padding-bottom: 8px;
    color: #fff;
    font-size: 36px;
    margin-bottom: 10px;
}
.enteraddons-call-to-action-wrapper .cta-desc {
    font-size: 16px;
    color: #fff;
    max-width: 570px;
    display: inline-flex;
}
.enteraddons-call-to-action-wrapper .enteraddons-btn {
    border-radius: 0;
    background-color: transparent; 
    border: 1px solid #ffffff; 
    text-transform: uppercase; 
    font-size: 14px; 
    margin-bottom: 10px;
    padding: 10px 30px 10px 30px;
    color:  #fff;
    display: inline-flex;
    z-index: 1;
    transition: 0.3s;
    border-radius: 5px;
}
.enteraddons-call-to-action-wrapper.layout-2 {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.enteraddons-call-to-action-wrapper.layout-1 .cta-desc {
    margin-bottom: 30px;
}

@media (max-width: 767px){
    .enteraddons-call-to-action-wrapper.layout-2 {
        flex-direction: column !important;
    }
}
