.tf-bannerbox .before-title,
.tf-bannerbox.style2 .title span {
    display: inline-block;
    font-size: 14px;
    font-weight: 700;
    color: #fff;
    padding: 11px 7px;
    line-height: 0;
    border-radius: 5px;
    background: #ff7506;
    text-transform: uppercase;
    margin-bottom: 6px;
}

.tf-bannerbox .title {
    font-size: 18px;
    font-weight: 600;
    color: #020e28;
    font-family: 'Poppins';
    margin-bottom: -2px;
}

.tf-bannerbox .description {
    font-size: 16px;
    font-weight: 400;
    color: #777777;
    display: flex;
    align-items: center;
    margin-bottom: 10px;
}

.tf-bannerbox .description i {
    margin-right: 9px;
}

.tf-bannerbox .content {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    align-items: center;
    padding: 24px 39px;
    padding-bottom: 14px;
    border-radius: 5px;
    border: 1px solid #e5e6e9;
}

.tf-bannerbox.style2 .content {
    flex-wrap: nowrap;
    border: unset;
    background: #fff;
    padding: 26px 10px 15px 29px;
}

.tf-bannerbox.style2 .before-title {
    display: block;
    font-family: 'Poppins';
    font-size: 14px;
    font-weight: 600;
    color: #777777;
    padding: unset;
    line-height: 0;
    border-radius: unset;
    background: unset;
    text-transform: capitalize;
    margin-bottom: 16px;
}

.tf-bannerbox.style2 .title {
    line-height: 22px;
    margin-bottom: 14px;
}

.tf-bannerbox.style2 .title span {
    display: inline-block;
    margin-bottom: 0;
    margin-left: 3px;
    padding: 11px 10px;
}

.tf-bannerbox.style2 .description {
    font-size: 14px;
}

.tf-bannerbox.style2 .thumb {
    flex-shrink: 0;
    margin-right: 25px;
}

.tf-bannerbox.style2 .inner {
    margin-top: 10px;
}