.card {
    width: 100%;
    max-width: 450px;
    height: 550px;
}

.about {
    display: flex;
    flex-direction: column;
    height: 60%;
    overflow-y: scroll;
    padding: 10px;
}

p,
h2,
strong {
    color: inherit;
    justify-content: start;
}

h3,
h4 {
    color: inherit;
    margin: inherit;
    padding: inherit;
}

.imageSlider {

    width: 100%;
    height: 40%;
    overflow: hidden;
    border-radius: 20px;
}