.rightcon {
    padding: 0;
    background-color: transparent;
    box-shadow: none;
}
.alumni_content .content .gray{
    width: 100%;
    height: 50px;
    background-color: #d5d5d5;
}
.alumni_content .content .green{
    width: 98%;
    height: 75px;
    background: linear-gradient( to bottom, #00c180, #039a9e);
    margin: auto;
    margin-top: -63px;

}
.alumni_content .content .green-text{
    color: #fff;
    line-height: 73px;
    text-align: center;
}
.alumni_content .content .center{
    width: 93%;
    background: #fff;    
    box-shadow: 0 0px 6px 2px rgba(0, 0, 0, 0.1);
    margin:auto;
    padding: 45px 45px 25px;
    margin-bottom: 60px;
}
.alumni_content .content .center ul{ 
    background: #fff; 
    position: relative;
}
.alumni_content .content .center ul li{
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center; 
    margin-bottom: 20px;
    position: relative;
}
.alumni_content .content .center ul li span:nth-child(1){
    width: 22%;
    text-align: left;
}
.alumni_content .content .center ul li span:nth-child(3){
    width: 5em;
    text-align: center;
}
.alumni_content .content .center ul li span:last-child{
    width: 13em;
    text-align: right;
}
.alumni_content .content .center ul li span{
    display: inline-block;
    background: #fff;
    padding: 4px 8px;
    position: relative;
    z-index: 2;
    /* white-space: nowrap; */
}
.alumni_content .content .center ul li .line {
    flex: 1;
    height: 1px; 
    border-bottom: #028465 1px dashed;

}
.alumni_content .content .center li a{ 
    display: block; 
    overflow: hidden;
}
@media only screen and (max-width: 780px) {
    .alumni_content .content .gray{
        height: 40px;
    }
    .alumni_content .content .green{
        height: 55px;
        margin-top: -48px;
    
    }
    .alumni_content .content .green-text{
        line-height: 55px;
    }
    .fnt_22{
        font-size: 18px;
    }
    .alumni_content .content {
        margin-bottom: 0;
    }
    .alumni_content .content .center{
        padding: 30px 30px 15px;
    }
}
@media only screen and (max-width:550px) {
    .fnt_22{
        font-size: 16px;
    }
    .alumni_content .content .gray{
        height: 35px;
    }
    .alumni_content .content .green{
        height: 45px;
        margin-top: -40px;
    
    }
    .alumni_content .content .green-text{
        line-height: 45px;
    }
    .alumni_content .content {
        margin-bottom: 0;
    }
    .alumni_content .content .center{
        padding: 25px 15px 10px;
    }
}


