.container {
    display: flex;
    flex-wrap: wrap;
    height: 93%;
    margin: 5px;
    width: 100%;
}

.col-1 {
    align-items: flex-start;
    background-color: #ffffff;
    display: flex;
    flex: 1 1 0%;
    height: 100%;
    margin: 0.625rem;
    object-fit: cover;
    opacity: 1;
    padding: 1.25rem;
    width: 40%;
}

.content_carrusel {
    margin-bottom: 1.875rem;
    margin: auto;
    width: 11.375rem;
}

.contain_carrusel {
    align-items: center !important;
    height: 13.25rem;
    justify-content: center !important;
    width: 11.375rem;
}

.col-2 {
    background-color: #ffffff;
    margin: 0.625rem;
    padding: 3.75rem;
    width: 60%;
}

.list_description {
    list-style: disc;
}

.content_text ul {
    margin-top: 0.625rem;
    padding-left: 1.25rem;
}

.content_status {
    align-items: center !important;
    background-color: var(--color-background-blue);
    border-radius: var(--border-radius-lg);
    display: flex;
    height: 67px;
    padding: 0 30px;
    justify-content: space-between !important;
}
.content_status_text {
    align-items: center !important;
    color: var(--color-text-white);
    display: flex;
    font-size: var(--font-size-2xl);
    font-weight: var(--font-weight-bold);
    height: 100%;
    justify-content: space-between !important;
    line-height: var(--line-height-2xl);
}

.container_button {
    margin-top: 9.375rem;
}