.carousel-indicators{
    bottom: 100%;
    margin-bottom: 50px;
}
.carousel-indicators [data-bs-target]{
    color: var(---secondary);
    cursor: pointer;
    background-color: transparent;
    width: fit-content;
    height: auto;
    text-indent: 0;
    padding: 8px 24px;
}
.my-bg-gradient{
    background-image: linear-gradient(131.34deg, #F4EDE1 16.74%, #98B1C6 103.17%);
    
}

.my-bg-gradient img{transition: .3s;}

.my-bg-gradient img:hover{
    transform: scale(1.05, 1.1);
}
