
.list-group .list-group-item{
    margin-bottom: 10px;
    cursor: pointer;
    color: #272343;
    background: linear-gradient(90deg, rgba(249,185,78,1) 0%, rgba(173,126,46,1) 100%);
    z-index: 1;
}

.list-group .list-group-item:hover {
    background: #272343;
    color: #F3FBFB;
}

.list-group li span {
	display: flex;
	transform: translateX(calc(-0.15em * 3 - 0.08em * 2));
	transition: 0.3s;
}

.list-group li:hover span {
    transform: translateX(0.15em);
}

/*.carousel-inner h5 {
    color : #272343;
    align-items: center;
}

.carousel-inner p {
    color : #272343;
}
.carousel-inner a {
    
    color: #272343;
    font-weight: 500;
    border-radius: 5px;
    padding: 6px 15px;
    margin: 0 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: linear-gradient( 135deg, #FFD803  10%, #BAE8EB 100%);
}

.carousel-inner a:hover {
    background: #272343;
    color: #F3FBFB;
    text-decoration: none;
}

.carousel-item {
    background-image: linear-gradient( 135deg, #BAE8EB 10%, #F3FBFB 100%);
    height: 200px;
    width: 100%;
    z-index: 1;
}
*/
.owl-carousel p {
    color : #272343;
}

.owl-carousel a {
    
    color: #272343;
    font-weight: 500;
    border-radius: 0px;
    padding: 6px 15px;
    margin: 0 8px;
    cursor: pointer;
    transition: all 0.3s ease;
    background: #FDD803;
}
.owl-carousel a:hover {
    background: #272343;
    color: #F3FBFB;
    text-decoration: none;
}

fieldset{
  border-top-color: red; 
  box-sizing: border-box; 
  grid-area: 1 / 1; 
  padding: 20px; 
  width: inherit; 
}

legend{
  font: 15px; 
  margin: auto; 
  padding: 0 4px; 
} 