.my-account-cards {
    margin-bottom: 20px;
}

.my-account-cards .flex-container {
    width: 100%;
    display: block;
}

.my-account-cards select {
    width: 100%;
    margin: 20px 0;
}
.my-account-cards .btn{width:100% !important; margin-bottom: 10px !important;}

.my-account-cards .card-img-top {
    width: 100%;
    height: 15vw !important;
    object-fit: cover;
}

.regular-dog-profile .flex-container {
    display: flex;
    flex-direction: row;
    min-width: 50%;
}
.regular-dog-profile .btn{width:100% !important; margin-bottom: 10px !important;}

.regular-dog-profile .flex-container>div,
.regular-dog-profile .flex-container>select {
    width: 100%;
    margin: 10px;
    text-align: center;
}
@media screen and (max-width:747px){

    .my-account-cards .card-img-top{
        min-height: 300px !important;
        object-fit: contain;
    }
}