
.CMProfileContainer {
    position: relative;
    background-image: url('images/border_2.png');    
    background-repeat: repeat-x;
    background-position: bottom;
    overflow: hidden;
    z-index: 9;
    background-size: auto 25px !important;
}

.profile-card {
  transition: transform 0.3s ease;
}
/* 
.profile-card:hover {
  transform: translateY(-3px);
} */
.profile-linkNew a {
    display: block;
    padding: 2px 0;
    /* border-top: 1px solid gray; */
    color: #000;
    font-weight: 300;
    text-decoration: none;
    transition: transform 0.3s ease;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif !important;
    font-size:5rem !important;
    margin-bottom:4px !important;
    margin-bottom:4px !important;
}




.profile-link {
    display:block;
    padding: 6px 0;
    /* border-top: 1px solid gray; */
    color: #000;
    font-weight: 500;
    text-decoration: none;
    transition: transform 0.3s ease;
}

    .profile-link:hover {
        transform: scale(1.1);
    }
    /* Social Media Icon */
    .socialmedia {
        display: inline-block;
        font-size: 30px;
        /* Icon size */
        border-radius: 80%;
        cursor: pointer;
        transition: transform 0.3s ease;
    }

.socialmedia:hover {
    transform: scale(1.1);
}
@media (max-width: 600px) {
    .profile-card {
       margin-bottom:240px !important;
    }
}
