#testimonial {
    padding-top: 4rem;
    .profile {
        width: 15%;
        display: inline!important;
        margin-top: -1.5rem;
    }
    .profile_image {
        width: 50px;
        height: 50px;
    }
    .card-foot img {
        width: 10%;
        height: fit-content;
    }
    .outer_crd {
        border: 0.5px solid var(--Primary_Yellow, #D4AF37);
        background: linear-gradient(180deg, #FFFFFF 11.82%, #FFF2C9 241.64%);
        hr {
            color: #D4AF37;
            height: 2px;
            box-shadow: rgba(0, 0, 0, 0.1) 0px 1px 3px 0px, rgba(0, 0, 0, 0.06) 0px 1px 2px 0px;
            background: #D4AF37;
            border-radius: 9px;
            opacity: 0.8;
            width: 70%;
            align-self: anchor-center;
            margin: 0;
        }
        .card {
            box-shadow: 0px 0px 2px 0px #00000040;
        }
    }
}
@media (max-width: 600px) {
    .flex_star {
        flex-direction: column;
        gap: 10px;
    }
}
