.ts-banner-v2-section {
    padding-bottom: 88px;
    padding-top: 193px;
    position: relative;
    width: 100%;
    overflow: hidden;
    border-radius: 50px;
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}
.ts-banner-v2-section .page-center {
    position: relative;
    z-index: 1;
    max-width: 1020px;
}

.ts-banner-v2-title h1 {
    font-size: 95px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
    text-transform: uppercase;
}

.ts-banner-v2-title {
    margin-bottom: 23px;
}

.ts-banner-v2-content {
    font-weight: 400;
    line-height: 1.5; /* 153.333% */
    letter-spacing: -0.15px;
    margin-bottom: 45px;
    max-width: 460px;
      padding-bottom: 1px;
}

.ts-banner-v2-content p {
    margin-top: 0;
}

.line-border-left {
    width: 551px;
    height: 514px;
    position: absolute;
    left: 0;
    bottom: 0;
}

.line-border-right {
    width: 551px;
    height: 514px;
    position: absolute;
    right: 0;
    bottom: 0;
}


@media (max-width: 991px) {
.ts-banner-v2-title h1 {
    font-size: 65px;
}
}


@media (max-width: 767px) {
.ts-banner-v2-title h1 {
    font-size: 55px;
}
.ts-banner-v2-image-item {
    margin-top: 50px;
}
  
.line-border-left, .line-border-right {
    display: none;
}  
.ts-banner-v2-section {
    padding-bottom: 80px;
    padding-top: 150px;
}  