.first {
    width: 309.75px;
    margin-left: 5px;
    margin-right: 5px;
    white-space: normal;
}

.background-color {
    background: #303035;
    min-height: 400px;
    border-radius: 1rem;
}

.card-body {
    flex: 1 1 auto;
    padding: 1rem 1rem;
    /* padding-bottom: 0 !important; */
}

.position-relative {
    position: relative !important;
}

.px-1 {
    padding-right: 0.25rem !important;
    padding-left: 0.25rem !important;
}

.pt-3 {
    padding-top: 1rem !important;
}

