
    main {
        padding-top: 10rem ;
        margin-bottom: 10rem;
        height: calc(100vh - 113px) !important;
    }
    .info article p {
        max-width: 500px;
        text-align: justify;
    }
    figure{
        margin: 0 !important;
    }
    .info article p {
 
        width: 100%;
    }
    footer{
        margin-top: 0;
    }

    @media (max-width:530px){
        .info article p {
            width: 100%;
            padding: 0 3rem;
        }
    }

    @media (min-width: 601px){

        main {
            padding-top: 10rem ;
            padding-bottom: 0rem;
            margin-bottom: 10rem;
            height: calc(100vh - 113px) !important;
        }
    }

    @media (min-width: 993px){
        main {
            padding-top: 5rem ;
            padding-bottom: 0rem;
            margin-bottom: 5rem;
            height: calc(100vh - 160px) !important;
        }
        .info article p {
            text-align: justify;
            padding: 1rem 0rem;
            margin: 0;
        }
        main .info{
            flex-wrap: wrap;
        }
        .info article {
            width: 50%;
            flex-direction: column;
            padding: 1rem;
        }
        .info article figure{
            width: 100%;
        }

        .info article img {
            width: 100%;
            max-height: 230px;
            object-fit: cover;
        }
        .info article p {
            max-width: 500px;
            text-align: justify;
        }

    }
    @media (min-width:1360px){
        .info article {
            width: 33.33%;
        }
        .info article figure{
            min-height: 230px;
        }
    }


