.install-box {
    text-align: center;
    box-shadow: 4px 4px 82px -29px rgba(34, 60, 80, 0.2);
    padding: 30px;

    box-sizing: border-box;
    width: min(100%, 1000px);
    margin: auto;

    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    border-radius: 20px;
    gap: 20px;
}
