@media (max-width: 1440px) {
    main section {
        padding-left: 10%;
        padding-right: 10%;
    }
}
main section {
    margin-top: 76px;
    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: 140px;
}
@media (max-width: 912px) {
    main section p {
        font-size: 14px;
    }
    footer {
       position: fixed;
        bottom: 0;
        width: 100%;
    }
}
