main section {
    margin-top: 70px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
}
main section img {
    object-fit: cover;
}
main section p {
    font-weight: 500;
    font-size: 36px;
    margin-bottom: 20px;
}
main section p + span {
    font-size: 24px;
    color: rgba(103, 120, 151, 1);
    max-width: 950px;
    line-height: 32px;
}
main section .process {
    display: flex;
    font-size: 24px;
    color: rgba(103, 120, 151, 1);
    margin-top: 110px;
    margin-bottom: 120px;
    gap: 140px;
}
main section .process-step {
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media (max-width: 912px) {
    main section p {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 4px;
    }
    main section p + span {
        font-size: 9px;
        line-height: 12px;
        padding: 0 43px;
    }
    main section .process {
        margin-top: 57px;
        margin-bottom: 75px;
        gap: 50px;
        font-size: 9px;
    }
    footer {
        position: fixed;
        bottom: 0;
        width: 100%;
    }
}
