.gallary-texted-item{
    border: 0px !important; 
    text-align: center;
    color: #FFD580; 
}

.list-horizontal li {
    display:inline-block;
}
.list-horizontal li:before {
    content: '\00a0\2022\00a0\00a0';
    color:#999;
    color:#FFD580;
    font-size:11px;
}
.list-horizontal li:first-child:before {
    content: '';
}

.banner-container2 {
    position: relative;
    text-align: center;
    color: white;
  }

.banner-bottom-left {
    position: absolute;
    bottom: 8px;
    left: 16px;
}
  
.banner-top-left {
    position: absolute;
    top: 0;
    left: 0;
}
  
.banner-top-right {
    position: absolute;
    top: 0;
    left: 12%;
}
  
.banner-bottom-right {
    position: absolute;
    bottom: 8px;
    right: 16px;
}
  
.banner-centered6 {
    position: absolute;
    bottom: 10%;
    left: 100px;
    font-weight: bold;
    font-size: 5vw;
    background: #A74AC7;
    /*background: green;*/
    padding: 10px;
    border: 5px solid white;
    border-radius: 50px;
    width: 75%;
    /*transform: translate(-50%, -50%);*/
}