.devide-con {
    display: flex;
    width: 100%;
}

.url-path {
    width: 64%;
    margin-top: 20px;
}

.content-text {
    font-size: 12px;
    font-family: Roboto;
    color: rgb(189, 189, 189);
    font-weight: 400;
}

td > p {
    margin-top: 16px;
}

.title-categories {
    font-family: Roboto !important;
    font-size: 41px;
    line-height: 50px;
    font-weight: 400;
    color: rgb(17,17,17);
}

.icon-container {
    margin-bottom: 30px;
    margin-top: 40px;
    display: flex;
}

.shareicon {
    position: relative;
    display: inline-block;
    padding: 10px 20px;
    border: 1px solid rgb(209, 209, 209); 
    background-color: white; 
    border-radius: 4px;
    font-family: Arial, sans-serif;
    z-index: -1;
}

.shareicon::after {
    content: "";
    position: absolute;
    width: 12px;
    height: 12px;
    background-color: white; 
    border-right: 1px solid rgb(209, 209, 209);
    border-bottom: 1px solid rgb(209, 209, 209);
    top:12px;
    left: 100%;
    transform: translateX(-50%) rotate(-45deg);
}

.icon-container.bottom {
    border-top: 1px solid rgb(226, 226, 226);
    border-bottom: 1px solid rgb(226, 226, 226);
    padding: 20px 0px;
}

.shareicon > :nth-child(1) {
    position: absolute;
    top: 10px;
    left: 10px;
}

.shareicon > :nth-child(2) {
    position: relative;
    left: 18px;
    padding-left: 12px;
    top: -2px;
    padding-right: 20px;
    font-size: 11px;
    font-weight: 700;
    font-family: Roboto;
    color: rgb(68,68,68);
    border-left: 1px solid grey;
}

.face_icon_con,.x_icon_con,.pin_icon_con,.phone_icon_con {
    width: 40px;
    height: 40px;
    display: flex;
    align-content: center;
    background-color:#516EAB;
    margin-left: 20px;
}

.x_icon_con,.pin_icon_con,.phone_icon_con {
    margin-left: 7px;
}

.x_icon_con {
    background-color: #54D1F8;
}

.pin_icon_con {
    background-color: #CA212A;
}

.phone_icon_con {
    background-color: #7BBF6A;
}

.face_icon_con > img,.x_icon_con > img,.pin_icon_con > img,.phone_icon_con > svg{
    margin: auto;
}

#load-posts.url-path p {
    font-size: 15px;
    line-height: 26px;
    font-family: Helvetica;
    color: rgb(34,34,34,);
    font-weight: 400;
}

#load-posts.url-path p img {
    margin: 9px 0px 0px 15px;
}


@media screen and (max-width: 3000px) {
    .devide-con {
        padding: 0px 75px;
    }
}
  
@media screen and (max-width: 1440px) {

}

@media screen and (max-width: 1180px) {

}
  
@media screen and (max-width: 768px) {
    .devide-con {
        padding: 0px;
        display: block;
    }

    #load-posts.url-path p span em img,#load-posts.url-path p em span img {
        float: none !important;
        margin-left: auto !important;
        margin-right: auto !important;
        display: block;
        max-width: 100%;
    }

    .url-path {
        width: 100%;
        margin-top: 20px;
    }

    .url-path > .icon-container.bottom {
        display: none;
    }

   .title-categories {
        width: 100%;
        font-size: 32px;
   }
}