

.txt-ul-list p{
    font-size: 17px;
    font-family: 'FiraSansCondensed-Regular';
    color: #808080;
    line-height: 26px;
    text-align: justify;
}

.content-txt-div{
    background: #f1f1f15e;
    padding: 15px 15px;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-top: 8px solid #04b1ea;
}


.ctd-head h3::before{
    display: none;
}

.content-txt-div:nth-child(2){
    margin-bottom: 25px;
}

.bannerDiscription .powerListLogo{
    width:40%;
}

.content-txt-div:nth-child(1){
    background-image: url(../images/discusion-bg.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.content-txt-div:nth-child(2){
    background-image: url(../images/award-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
  }

.content-txt-div:nth-child(3){
    background-image: url(../images/Brainstorming-bg.jpg);
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}