.commeetee{
      padding: 40px 0;
     .sectionHeading{
            text-align: center;
            h6{
                font-size: 24px;
                font-weight: 600;
                color: $primaryColor;
                display: inline-block;
                line-height: 36px;

            }
     }
     .commetee_wrapper{
            padding-top: 150px;
       .commetee_wrap{
        box-shadow: 1px 1.332px 4px 2px #7c7c7c4d;
        width: 100%;
        height: 440px;
        padding: 10px ;
        border-radius: 6px; 
        background-color: $white;
        margin-bottom: 150px;
        &:hover .ProfileImg::after {
             top: 0px;
        }
          .ProfileImg{
            height: 200px; 
            width: 200px;
            border: 2px solid $primaryColor;
            border-radius: 50%;
            margin: 0 auto;
            display: flex;
            justify-content: center;
            align-items: center;
            position: relative;
            z-index: 1;
            margin-top: -120px;
            &::after{
                position: absolute;
                content: '';
                top: -12px;
                left: 0;  
                height: 100%;
                width: 100%;
                background-color: $primaryColor;
                border-radius: 50%;
                z-index: -1;
            }
            img{
                max-height: 100%;
                width: 100%;
                border-radius: 50%;
            }
          }
          .profileBio{
             text-align: center;
             padding-top: 20px;
            h3{
                font-size: 22px;
                font-weight: 600;
                color: $black;
                font-family: $font-1;
                
            }
            h4{
                font-size: 16px;
                font-weight: 500;
                color: #000;
                font-family: $font-1;
            }
            p{
                font-size: 14px;
                font-weight: 400;
                color: $text;
                font-family: $font-1;
                text-align: center !important;
            }
          }
          .profilrQR{
            text-align: center;
            img{
                width: 100px;
            }
          }
          .profileIcon{
            ul{
                 display: flex;
                 justify-content: space-between;
                 align-items: center;
                 padding: 20px 20px 0 20px;
                li{
                     display: inline-block;
                    a{
                        
                        i{
                            height: 35px;
                            width: 35px;
                            font-size: 20px;
                            border-radius: 3px;
                            text-align: center;
                            line-height: 35px;
                        }
                        img{
                            width: 40px;
                            height: 54px;
                            
                        }
                        .fb{
                            background-color: #4267b2;
                            color: $white;
                            border: 1px solid #4267b2;
                           
                        }
                        .lk{
                            color: $white;
                            background-color: #0785cb;
                            border: 1px solid #0785cb;
                        }
                        .tw{
                            color: $white;
                            background-color: #00acee;
                            border: 1px solid #00acee;
                        
                        }
                        .ins{
                            color: $white;
                            background-color: #f76147;
                            border: 1px solid #f76147;
                    
                        }
                    }
                }
            }
          }
       }
     }
}