.container-pos-number {
    position: relative;
    display: flex;
    align-items: center;
    margin: 20px 0px;
}

.number-pos-number {
    font-size: 60px;
    font-weight: bold;
    color: rgba(255, 255, 255, 0.2);
    position: absolute;
    left: 0;
}

.text-pos-number {
    font-size: 20px;
    font-weight: bold;
    margin-left: 80px;
    color: white;
}

.line-pos-number {
    width: 69px;
    height: 2px;
    background-color: white;
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}

.page-details {
    background-color: var(--dark-blue-color);
}

.flex-page-details h1 {
    color: var(--light-blue-color);
    font-size: 30px;
}

.flex-page-details button {
    margin-bottom: 20px;
}

.flex-page-details p {
    color: var(--white-color-diff-color);
    font-size: 20px;
    margin: 20px 0px;
}

@media (max-width: 580px) {
    .box {
        width: 100% !important;
    }
}