.container {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    height: calc(100% - var(--nav-height));
}

.columns-container {
    display: flex;
    justify-content: center;
    align-items: center;
}

.step-columns-container {
    display: grid;
    justify-content: center;
    align-items: center;
    gap: 15rem;
    grid-template-columns: 1fr 1fr;
    padding: 100px;
}

.third-step-columns-container {
    display: grid;
    justify-content: center;
    align-items: center;
    gap: 3rem;
    grid-template-columns: 1fr 1fr;
    padding: 100px;
}

.columns-container .column {
    display: flex;
    flex-direction: column;
    justify-content: center;
    gap: 3rem;
    align-items: center;

}

.columns-container .column-raw {
    display: flex;
    justify-content: center;
    /* gap: 3rem; */
    align-items: center;
}

.image-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    background-color: var(--button-color);
    border-radius: 150px;
    width: fit-content;
    padding: 30px;
}

.help-support-logo {
    width: 100px;
    height: 100px;
}

.text {
    font-size: 4rem;
    font-weight: 500;
    line-height: 1.25;
    color: var(--text-color);
    height: 12vh;
    text-align: center;
}

.button-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: 2rem;
}

.call-container {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    width: 1480px;
    height: 400px;
    gap: 15px;
    background-color: var(--button-color);
    border-radius: 100px;
    margin-top: 100px;
    margin-bottom: 100px;
}

.phone {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: row;
    gap: 30px;
}

.phone-icon {
    height: 4.5rem;
    width: auto;
}

.phone-text {
    font-size: 4.5rem;
    font-weight: 600;
    color: var(--primary-color);
    margin-left: 10px;
}

.button {
    display: flex;
    align-items: center;
    width: 1200px;
    height: 120px;
    background-color: var(--button-color);
    cursor: pointer;
    transition: transform 0.3s, box-shadow 0.3s;
    box-shadow: rgba(100, 100, 111, 0.2) 0px 7px 29px 0px;
    border-radius: 100px;
}

.button:hover {
    transform: scale(1.05);
    box-shadow: 0 4px 8px rgba(0, 0, 0, 0.2);
}

.button:active {
    transform: scale(0.95);
}

.button-text {
    font-size: 2.3rem;
    font-weight: 500;
    color: var(--text-color);
    margin-left: 40px;
}

.subtext {
    font-size: 2rem;
    font-weight: 400;
    color: var(--text-color);
    text-align: center;
    margin-top: 50px;
    padding-inline: 50px;
}

.title {
    display: flex;
    font-size: 3rem;
    color: var(--text-color);
    gap: 2rem;
    font-weight: 600;
}

.second-third-title {
    display: flex;
    font-size: 3rem;
    color: var(--text-color);
    gap: 2rem;
    font-weight: 600;
}

.title .step-number {
    font-size: 3rem;
    font-weight: 400;
}

.step-text {
    font-size: 2rem;
    font-weight: 400;
    color: var(--text-color);
}

.step-button,
.third-step-button {
    font-size: 1.75rem;
    font-weight: 600;
    color: var(--button-color);
    background-color: var(--primary-color);
    border: none;
    width: 15rem;
    padding: 1.25rem 3rem;
    cursor: pointer;
    border-radius: 50px;
}

.step-number {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 70px;
    height: 70px;
    background-color: var(--primary-color);
    border-radius: 50%;
    font-weight: bold;
    font-weight: 500;
    color: var(--button-color);
}

.step-container {
    display: flex;
    flex-direction: column;
    gap: 4rem;
}

.helpdesk-third-img {
    float: right;
    width: 23rem;
    
}

.third-image-container {
    display: flex;
    justify-items: center;
    justify-content: center;
}

.phone-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: -2rem;
}

.phone-container .first-phone-title {
    margin-bottom: -11%;
    color: var(--primary-color);
    margin-left: -213px;
    font-size: 1.5rem;
}

.phone-container .second-phone-title {
    margin-bottom: -11%;
    color: var(--primary-color);
    margin-left: 15px;
    font-size: 1.5rem;
}

.helpdesk-phone-qr {
    height: 875px;
}

.helpdesk-img-step1-2 {
    margin-left: 1rem; 
    height: 471px;
    width: 729px;
}

.help-gap {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}