.ep-service-details-section .service-sidebar {
    border: 1px solid #CCCCCC;
    padding: 40px;
    /* top: 120px; */
}

.rounded-20 {
    border-radius: 20px;
}
.ep-service-details-section .service-sidebar .sidebar-title {
    font-size: 22px;
    font-weight: 700;
    line-height: 36px;
    padding-right: 20px;
}
.ep-service-details-section .service-sidebar .sidebar-title:before
 {
    position: absolute;
    left: 100%;
    top: 50%;
    transform: translateY(-50%);
    background-color: #0044EB;
    content: "";
    width: 30px;
    height: 2px;
}
.ep-service-details-section .service-sidebar .sidebar-title:after {
    position: absolute;
    right: -40px;
    top: 50%;
    transform: translateY(-50%);
    background-color: #0044EB;
    content: "";
    width: 10px;
    height: 10px;
    border-radius: 50%;
}
.inner_category li a {
    background-color: #F1F6FC;
    border-radius: 10px;
    font-size: 18px;
    font-weight: 700;
    color: #020842;
    line-height: 30px;
    padding: 10px 20px;
    gap: 15px;
}
.inner_category li a span {
    font-size: 18px;
    font-weight: 400;
    color: #49515B;
    transition: all 0.3s ease-out 0s;
}
img {
    max-width: 100%;
    object-fit: contain;
    height: auto;
}
.service-sidebar ul.support-info {
    list-style: none;
}
.inner_category li+li {
    margin-top: 20px;
}
.post-details .support-info a{
    display: flex;
    gap: 3px;
}
.support-info li a {
    display: inline-block;       
    max-width: 100%;
    white-space: nowrap;         
    overflow: hidden;            
    text-overflow: ellipsis;     
}

.support-info {
    overflow-wrap: break-word;  
    word-break: break-word;
}
  