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 + picture {
    margin-top: 176px;
}
main section picture + span {
    font-size: 24px;
    margin-top: 24px;
    color: rgba(103, 120, 151, 1);
    max-width: 950px;
    line-height: 32px;
    margin-bottom: 60px;
}
main section + section p {
    font-size: 28px;
    margin-bottom: 34px;
}
@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;
        padding-left: 44px;
        padding-right: 32px;
    }
    main section picture + span {
        font-size: 9px;
        line-height: 12px;
        margin-top: 12px;
        padding-left: 44px;
        padding-right: 32px;
    }
    main section + section p {
        font-size: 14px;
        margin-bottom: 16px;
    }
    main section + section {
        margin-top: 46px;
    }
    footer {
        position: fixed;
        bottom: 0;
        width: 100%;
    }
}
