.vrg-program-points .vrg-groups .vrg-group {
    width: 19.88%;
    float: left;
    background-color: #fff;
    margin-right: 0.15%;
    min-height: 360px;
    line-height: 50px;
    padding: 50px 20px 30px 20px;
    position: relative;
    text-align: center;
}

.vrg-program-points .vrg-groups .vrg-group:last-child {
    margin-right: 0;
}

.vrg-program-points .vrg-groups {
    margin-bottom: 0.15%;
}

.vrg-program-points .vrg-groups:after {
	content: '';
	display: block;
	clear: both;
}

.vrg-program-points .vrg-groups .vrg-group p {
    font-family: Montserrat, sans-serif;
}

.vrg-program-points .vrg-groups .vrg-group h3 {
	font-size: 50px;
    font-weight: 300;
    color: #332532;
}

.vrg-school-points {
    font-size: 120px;
    font-weight: 300;
    color: #332532;
    background-color: #fff;
    text-align: center;
}

p.vrg-school-points-title {
    padding-bottom: 70px !important;
    font-family: Montserrat, sans-serif;
    font-size: 15px;
    font-weight: 500;
}

p.vrg-school-title {
    padding-top: 70px;
    font-family: Montserrat, sans-serif;
    font-size: 15px; 
    font-weight: 500;
    color: 
}

ul.vrg-subjects {
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    padding: 0 !important;
    width: 85%;
    text-align: center;
    border: 1px solid #65be7a;
    padding: 10px !important;
    color: #65be7a;
    text-align: left;
    font-family: Montserrat;
    background-color: #fff;
    z-index: 2;
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    margin-top: 50px;
    max-height: 46px;
    overflow: hidden;
    list-style-type: none;
}

ul.vrg-subjects.opened {
    max-height: 340px;
    overflow: auto;
}
   
.vrg-subjects li:not(.vrg-subjects-title) {
    font-size: 14px;
    padding: 4px 0px;
}

.vrg-subjects-title {
    color: #65be7a;
    font-family: Montserrat;
    margin: -10px;
    padding: 10px;
    user-select: none;
    cursor: pointer;
    position: relative;
}

li.vrg-subject.vrg-subject-type-group {
    font-size: 13px;
    border-bottom: 1px solid #000;
    margin-bottom: 10px;
    margin-top: 15px;
    color: #000;
}

li.vrg-subject.vrg-subject-type-single {
    color: #65be7a;
    font-family: Montserrat;
    line-height: 26px;
    font-size: 14px;
}

.vrg-program-points .vrg-school-tab-nav {
    text-align: left;
    border-bottom: 2px solid #65be7a;
}

.vrg-program-points .vrg-school-tab-nav .vrg-school-tab-link {
    display: inline-block;
    background-color: #ececec;
    padding: 20px;
    margin-right: 4px;
    cursor: pointer;
    font-family: Montserrat, sans-serif;
}

.vrg-program-points .vrg-school-tab-nav .vrg-school-tab-link.active {
    background-color: #fff;
}

.vrg-program-points .vrg-school-tab {
    display: none;
}

.vrg-program-points .vrg-school-tab.active {
    display: block;
}

.vrg-subjects-title:before, .vrg-subjects-title:after {
    content: '';
    display: block;
    position: absolute;
    right: 30px;
    top: 50%;
    width: 20px;
    height: 1px;
    background-color: #65be7a;
    transform-origin: center;
    transition: all .2s ease-in-out;
}

.vrg-subjects-title:after {
    transform: rotate(90deg);
}

.vrg-subjects.opened .vrg-subjects-title:after {
    transform: rotate(0deg);
    opacity: 0;
}

@media only screen and (max-width: 980px) {
    .vrg-program-points .vrg-groups .vrg-group {
        width: 49.925%;
    }

    .vrg-program-points .vrg-groups .vrg-group:nth-child(2n) {
        margin-right: 0;
    }

    .vrg-program-points .vrg-groups .vrg-group:nth-child(2n+1) {
        clear: left;
    }
}

@media only screen and (max-width: 480px) {
    .vrg-program-points .vrg-groups .vrg-group {
        width: 100%;
        float: none;
        margin-right: 0;
    }
}