.telos-banner-text {
    background: #893AEA;
    padding:60px 100px;
    border-radius: 30px;
    position:relative;
    overflow:hidden;
}
  .telos-banner-text::before {
    width: 60px;
    height: 100px;
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    background: #ffffff1c;
    border-bottom-left-radius: 90px;
}
  .telos-banner-text::after {
    width: 60px;
    height: 100px;
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    background: #ffffff1c;
    border-top-right-radius: 90px;
}
.telos-banner-text {
    position: relative;
    z-index: 1;
}
.telos-banner-text-wrap {
    text-align: -webkit-center;
}

.telos-banner-text-wrap h1 {
    text-align: center;
    font-style: normal;
    font-weight: 400 !important;
    color: #ffff;
    font-size:45px;
    line-height:61px;
    margin: 0;
    font-family: ProximaNova!important;
}

@media screen and (max-width:767px){
  .telos-banner-text {
    padding:30px 20px;
}
  .telos-banner-text-wrap h1 {
    line-height:32px;
    font-size:28px !important;
}