/* Small screens */
@media only screen and (max-width: 1024px) {
    .responsive-img {
    width: 75%;
    border: 2px solid #129CF3;
    border-radius: 50%;
    padding: 3px;
    margin-left: 15%;
}
    
    .responsive-header-name {
        text-align: center;
    }
    
    .responsive-header-designation {
        text-align: center;
    }
    
    .responsive-buttons {
        text-align: center;
    }

    .voluntary-stage h3 {
        text-align: center;
    }
}

@media only screen and (max-width: 1024) {
    .fa {
    display: none;
    
    }
    
}

