.contact_list {
    margin-top: 77px;
}

.contact_info {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.info_item {
    width: 35%;
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
}

.info_item:nth-child(2) {
    width: 25%;
}

.info_item .info_img {
    width: 80px;
    padding: 25px;
    box-sizing: border-box;
    background: #E64616;
    border-radius: 50px;
    margin-bottom: 12px;
}

.info_item .info_img img {
    width: 30px;
    height: 30px;
}

.info_item .info_title {
    color: #333333;
    font-family: 'Poppins';
    font-size: 16px;
    font-weight: 400;
    line-height: 24px;
    letter-spacing: 0px;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 10px;
}

.info_content {
    width: 90%;
    text-align: center;
    border-right: 1px solid rgb(243, 238, 231);
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 8;
    overflow: hidden;
    text-overflow: ellipsis;
}

.info_item:last-child .info_content {
    border: none;
}
.info_content,
.info_content a {
    color: #333333;
    font-family: 'Poppins-blog';
    font-size: 24px;
    font-weight: 700;
    line-height: 42px;
    letter-spacing: 0px;
    text-align: center;
    text-transform: capitalize;
}

/* contact list end */
@media (max-width:1200px) {
  .info_content, .info_content a{
    font-size: 18px;
  }
}

/*---------------mobile start--------------------*/
@media (max-width:950px) {
    .contact_info {
        flex-direction: column;
    }

    .info_item {
        width: 100%;
    }

    .info_item:nth-child(2) {
        width: 100%;
    }

    .info_content a {
        font-size: 16px;
    }

    .userInfo_warp {
        padding: 20px;
    }

    .userInfo_warp {
        flex-wrap: wrap;
    }

    .userInfo-left {
        width: 100%;
    }

    .userInfo_title {
        font-size: 29px;
    }

    .userInfo_right {
        width: 100%;
    }

    .userInfo_image {
        text-align: center;
    }
}

/*---------------mobile end------------------*/


.info_content a:hover{
    color: #E64616;
}





 .icon-container {
            display: flex;
            justify-content: space-between;
            width: 100%;
            /* flex-wrap: wrap; */
        }
.icon-container .conrig{
    width: 30%;    display: flex
;
    flex-direction: column;
    justify-content: center;
}
.icon-container .conle{
   flex: 1;    display: flex
;
    justify-content: start;
    flex-wrap: wrap;
}
        .icon-box {
            text-align: center;
           width: calc(25% - 20px);
            margin: 10px;  
              display: flex;
    flex-direction: column;
    justify-content: center;
        }
        .icon {
             width: 100%; 
    aspect-ratio: 1 / 1; 
           
            /* background-color: #e3e3e3; */
            display: flex;
            justify-content: center;
            align-items: center;
            
            margin-bottom: 10px;
        }
        .icon img{
            width: 90%; 
    aspect-ratio: 1 / 1; 
            border-radius: 50%;border: 1px solid #E64616;
            object-fit: cover;

        }
      
        .icon-name {
            font-size: 16px;
            color: #333;
            position: relative; /* Ensure positioning for the pseudo-element */
        }
        .icon-name img{
            width: 20px;margin-right: 8px;
        }
      
        /* .icon-name::before {
            content: ''; 
            font-size: 20px;
            background: url(../img/r_name.png)no-repeat center;
            width: 20px;
            height: 20px;
    background-size: contain;
            color: #4CAF50; 
            position: absolute;
            left: 35px; 
            top: 50%;
            transform: translateY(-50%);
        } */
.conrig img{
    border: none;
    border-radius: 0;
}
       
        @media (max-width:950px) {
             .icon-box{
                width: calc(33% - 20px);
             }
        }
        @media (max-width:650px) {
             .icon-box{
               width: calc(50% - 20px);
             }
             .icon-container{
                display: block;
             }
             .icon-container .conrig {
                margin: 0 auto;
                width: auto;
                max-width: 95%;
             }

            
        }