.customerstories{
    margin: auto;
}

.customerstories .card{
    min-width: 350px;
    height: 500px;
    background: #A1CD3A;
}
.img-quesion-mark{
    position: absolute;
    right: 21px;
    bottom: -25px;
    width: 75px;
    margin: auto;
}

.img_customer_frame{
    border-radius: 100%;
    border: 1px solid #0000003b;
    padding: 10px;
}

.customerstories .card .card-body .bottom-content{
    position: absolute;
    bottom: 1rem;
    width: 90% !important;
}

.customerstories .row{
    margin-left: calc(-.0* var(--bs-gutter-x));
    gap: 1rem;
}