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: 42px;
    margin-bottom: 77px;
    align-items: center;
    padding-left: 60px;
}
main section .process-step {
    display: flex;
    flex-direction: column;
    align-items: center;
}
.process-step:nth-child(1) img {
    margin-bottom: 5px;
}
.process-step:nth-child(1) {
    margin-right: 22px;
}
.process-step:nth-child(3) {
    margin-left: 42px;
    margin-right: 100px;
}
.process-step:nth-child(5) {
    margin-left: 24px;
}
.process-step:nth-child(3) img {
    margin-bottom: 15px;
}
@media (max-width: 912px) {
    main section p {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    footer {
        position: fixed;
        bottom: 0;
        width: 100%;
    }
    .process-step + img {
        max-height: 9px !important;
    }
    main section p + span {
        font-size: 9px;
        line-height: 12px;
        padding-left: 35px;
        padding-right: 44px;
    }
    main section .process {
        margin-top: 48px;
        margin-bottom: 72px;
        font-size: 9px;
    }
    .process-step:nth-child(1) img {
        margin-bottom: 0;
    }
    .process-step:nth-child(1) {
        margin-right: 9px;
    }
    .process-step:nth-child(3) {
        margin-left: 8px;
        margin-right: 14px;
    }
    .process-step:nth-child(5) {
        margin-left: 16px;
    }
    .process-step:nth-child(3) img {
        margin-bottom: 1px;
    }
    .process-step:nth-child(5) img {
        margin-bottom: 9px;
    }
}
