
.venue-sec-row {
    display: block;
}

.venue-sec-row .col-1,
.venue-sec-row .col-2 {
    width: 50%;
    font-weight: 700;
    font-size: 20px;
}

.venue-sec-row .full-section {
	width: 100%;
    display: flex;
    margin-bottom: 40px;
    border-bottom: 1px solid #e1e3e5;
    padding-bottom: 20px;
}

.first-row {
	width: 15%;
}

.second-row {
	width: 85%;
    padding-left: 40px;
}

.airdatetime {
	font-size: 16px;
    margin-bottom: 10px;
}

.duration {
	font-size: 16px;
    margin-bottom: 10px;
}

.title {
	font-size: 25px;
    margin-bottom: 15px;
    font-weight: 700;
}

.channel {
	font-size: 15px;
    font-weight: 700;
    margin-bottom: 20px;
    
}

.description {
    font-size: 15px;
    margin-bottom: 15px;
}

.competitionname {
	font-style: italic;
    font-size: 16px;
    font-weight: 700;
}

@media all and (max-width: 480px) {
    .venue-sec-row .full-section {
        width: 100%;
        display: block;
    }
    .first-row,
    .second-row,
    .right-view {
        width: 100% !important;
    }
    .second-row {
        padding-left: 0;
        margin-top: 25px;
    }
}

.owl-prev,
.owl-next {
  position: absolute;
  top: 30%;
  transform: translateY(-30%);
}

.owl-prev {
  left: -2rem;
  font-size: 60px !important;
}

.owl-next {
  right: -2rem;
  font-size: 60px !important;
}

.home .title,
.home .channel,
.home .airdatetime,
.home .description,
.home .ration,
.home .competitionname{
    text-align: left;
    margin-bottom: 5px!important;
}
