.launch-card{
    flex-direction: column;
    flex-wrap: unset;
    height: 500px;
}

.launch-image-container{
    width: 100%;
    max-height: 200px;
    position: relative;
}
.launch-image{
    object-fit: cover;
    border-radius: 25px 25px 0 0;
}
.launch-info{
    width: 100%;
    height: 200px;
}
.launch-timer{
    width: 100%;
    text-align: center;
    margin: auto 0;
    /* border-radius: 0 0 25px 25px; */
}
.launch-name{
    margin: 15px 15px auto 15px;
}
.launch-provider{
    margin: auto 15px;
}
.launch-location{
    margin: auto 15px;
}
.launch-status{
    margin: auto 15px;
}