.my-card{
    padding: 16px;
}
.my-card *{
    margin-bottom: 0.8rem;
}
.my-card img{
    min-width:50px;
}
.over-lay{
    background: linear-gradient(329deg, #1C1E53 -10.96%, rgba(28, 30, 83, 0.42) 103.96%);
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 2;
}
.my-product-card{
    padding: 32px;
    width: 350px;
    background-color: white;
    margin: 8px;
}

.carousel-control-next, .carousel-control-prev{
    top:80%;
    left: 100%;
    color: black;
    font-size: 1.4rem;
    width: 40px;
    height: 40px;
    border-radius: 50%;
    background-color: white;
    transform: translateX(-100%);
}
.carousel-control-prev{
    transform: translateX(-220%);
}
.carousel-control-next:focus, .carousel-control-next:hover, .carousel-control-prev:focus, .carousel-control-prev:hover {
    background-color: var(---secondary) !important;
}
.carousel-item.active{color: black!important;}
.author{
    display: flex;
    align-items: center;
    margin-top: 48px;
}
.author-img{
    width: 52px;
    height: 52px;
    margin-right:1rem;
    border-radius: 50%;
    overflow: hidden;
}
.author-img img{
    width: 100%;
}
.author-info > *{
    margin-bottom: 0;
}

.accordion-item:last-of-type{border:none}
.accordion-item:first-of-type{border-top:none}

.bg-img{
    background-image: url(../assets/images/woman-writing-on-paper-3228878.png);
    background-size: cover;
    position:relative
}

.bg-color{
    background-color:  rgba(28, 30, 83, 0.5);
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1;
}