.vc-title-desc{ text-align: center;  } 
.vc-title-desc .vc-title-desc-inner{ background: #00213C; padding: 30px 100px; border-radius: 20px; width: 90%; max-width: 1000px; margin: auto; position: relative; }
.vc-title-desc h3{ color: #fff; font-size: 36px; line-height: 1.2; font-family: 'Helvetica-Neue-Bold'; font-weight: normal;  margin: 0 0 30px; position: relative; text-transform: none; letter-spacing: 0; }
.vc-title-desc .btn{ color: rgba(0, 52, 97, 0.8); border: 1px solid #DC2229; border-radius: 9px;  padding: 12px 30px;font-size: 16px; font-family: 'Helvetica-Neue-Bold'; font-weight: normal; position: relative; display: inline-block; background: #fff; }  
.vc-title-desc .vc-text-content{ color: #fff; font-size: 16px; font-family: 'Helvetica-Neue-Regular'; line-height: 1.8; font-weight:400; margin-bottom: 30px; } 
.vc-title-desc .vc-title-desc-tag{ width: 155px; height: 155px; border-radius: 100%; background: #DF222A; color: #fff; text-align: center; display: flex; align-items: center; justify-content: center; flex-direction: column; line-height: 1.25;
    position: absolute;
    right: 0;
    top: 0;
    transform: translate(40%, -40%);
    font-family: 'Helvetica-Neue-Bold'; font-weight: 400;
}
.vc-title-desc .vc-title-desc-tag strong{
    font-size: 40px; text-transform: uppercase; margin-bottom: 5px;  font-family: 'Helvetica-Neue-Bold'; font-weight: 400; line-height: 1;
}



.vc-simple-title-desc{

}
.vc-simple-title-desc .vc-title-desc-inner{
    width: 80%; max-width: 1200px; margin: auto; 
}
.vc-simple-title-desc h3{color: rgba(0, 52, 97, 0.8); margin: 0 0 40px;  font-family: 'Helvetica-Neue-Bold'; font-size: 17px;}
.vc-simple-title-desc .vc-text-content{ color: rgba(0, 52, 97, 0.8); margin: 0 0 40px; margin-top: -15px; }
.vc-simple-title-desc p{ margin: 0 0 30px; }


body.page-template-multi_form_full_width  .vc-title-desc .vc-title-desc-tag{ top: 85%; right: 20%;  }


@media (max-width:767px){
    .vc-title-desc .vc-title-desc-inner{ padding: 30px; }
    .vc-title-desc h3{ font-size: 21px; }
    .vc-title-desc .vc-title-desc-tag{ transform: translate(40%, -40%) scale(0.6); }
    body.page-template-multi_form_full_width .vc-title-desc .vc-title-desc-tag {
        top: 102%;
    }
}