.tv-news-section .intro-content.main {
  padding-right: 20px;
}

.tv-news-section .intro-content.main .heading-wrp {
  margin-bottom: 0;
}

.tv-news-section .content-border-wrp {
    background-image: var(--section-border-overlay);
    padding: 2px;
    border-radius: 0 20px 0 0 ;
    position: relative;
    top: -2px;
}

.tv-news-section .content-border-wrp .content-border-inner-wrp {
  background-color: var(--white);
  border-radius: 0 17px 0 0 ;
  padding: 40px 20px 0;
}

.tv-news-section .content-border-wrp .news-col-content {
  margin-bottom: 36px;
}

.tv-news-section .content-border-wrp .news-col-content .btn-read-more {
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  width: fit-content;
}