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 p + span + img {
    margin-top: 67px;
}
main section span:last-child {
    font-size: 24px;
    margin-top: 42px;
    color: rgba(103, 120, 151, 1);
    max-width: 950px;
    line-height: 32px;
    margin-bottom: 77px;
}
@media (max-width: 912px) {
    main section p {
        font-size: 14px;
        margin-top: 10px;
        margin-bottom: 5px;
    }
    main section p + span {
        font-size: 9px;
        line-height: 12px;
        margin-bottom: 54px;
        padding: 0 38px;
    }
    main section img + span {
        font-size: 9px;
    }
    main section span:last-child {
        margin-top: 18px;
        margin-bottom: 40px;
        font-size: 9px;
        line-height: 12px;
        color: rgba(103, 120, 151, 1);
        padding: 0 54px;
    }
    footer {
        position: fixed;
        bottom: 0;
        width: 100%;
    }
}
