.bj-PartnerAcademicCircleboxSection{
    padding-top: 30px;
}

.bj-PartnerAcademicCircleboxSection .bj-MemberAcademicCircleboxlevel{
    width: 96%;
}

.bj-PartnerAcademicCircleboxSection button.learn-more:hover {
    width: 14rem;
}

@media screen and (max-width:1200px) {

    .bj-PartnerAcademicCircleboxSection button.learn-more:hover{
        width: 12rem;
    }

    .bj-PartnerAcademicCircleboxSection button.learn-more .button-text{
        left: 4rem;
    }
}

@media screen and (max-width:850px) {
    .bj-PartnerAcademicCircleboxSection{
        padding-top: 0  ;
    }
}

@media screen and (max-width:768px) {

    .bj-PartnerAcademicCircleboxSection button.learn-more:hover{
        width: 10rem;
    }

    .bj-PartnerAcademicCircleboxSection button.learn-more .button-text{
        left: 3rem;
    }
}

@media screen and (max-width:480px) {
        .bj-PartnerAcademicCircleboxSection button.learn-more:hover {
        width: 9rem;
    }
}