div#verFarm {
    width: 100%;
    background-color: rgb(243, 242, 242);
    margin: auto;
    margin-bottom: 5px;
    padding: 10px 0 10px 0;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
div#verFarm > img {
    border-radius: 50px;
    border: 8px solid #80C342;
    width: 58%;
    height: 29vw;
    margin-bottom: 20px;
}
div#verFarm > p {
    flex-basis: 65%;
    text-align: justify;
    background-color: white;
    padding: 15px;
    border-radius: 30px;
}
@media screen and (max-width: 780px){
    div#verFarm {
        width: 100%;
    }
    div#verFarm > img {
        border: 5px solid #80C342;
        padding: 5px;
        width: 95%;
        height: 47.5vw;
    }
    div#verFarm > p {
        flex-basis: 95%;
        padding: 10px;
    }
}
@media screen and (min-width: 781px) and (max-width: 1230px) {
    div#verFarm {
        width: 95%;
    }
    div#verFarm > img {
        border: 7px solid #80C342;
        padding: 3px;
        width: 95%;
        height: 45.125vw;
    }
    div#verFarm > p {
        flex-basis: 47.6%;
        margin-left: 8px;
        margin-right: 8px;
    }
    div#verFarm > p:nth-of-type(3) {
        flex-basis: 91%;
        margin-left: 0px;
        margin-right: 0px;
    }
}
div#PQVerFarm {
    width: 100%;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    background-color: rgb(243, 242, 242);
    padding-bottom: 20px;
    margin-bottom: 10px;
}
div#PQVerFarm > h3 {
    font-size: 15px;
    text-align: center;
    flex-basis: 100%;
    margin-bottom: 12px;
}
div#PQVerFarm > div:nth-of-type(n+2) {
    flex-basis: 20%;
    background-color: white;
    border-radius: 60px;
    padding: 12px 20px 6px 20px;
    margin: 10px 15px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    align-content: center;
    justify-content: center;
}
div#PQVerFarm > div:nth-of-type(n+2) > img {
    margin-bottom: 2px;
    width: 50%;
}
div#PQVerFarm > div:nth-of-type(n+2) > p {
    text-align: justify;
}   
@media screen and (max-width: 320px){
    div#PQVerFarm > div:nth-of-type(n+2) {
        flex-basis: 90%!important;
        min-height: 262px!important;
    }
}
@media screen and (max-width: 780px){
    div#PQVerFarm > div:nth-of-type(n+2) {
        flex-basis: 90%;
        min-height: 280px;
    }
}
@media screen and (min-width: 781px) and (max-width: 899px) {
    div#PQVerFarm > div:nth-of-type(n+2) {
        flex-basis: 40%;
    }
}
@media screen and (min-width: 900px) and (max-width: 1230px) {
    div#PQVerFarm > div:nth-of-type(n+2) {
        flex-basis: 30%;
    }
}
