.title-container {
    max-width: 315px;
    position: relative;
    padding-left: 75px;
}
.title-container .icon-area {
    position: absolute;
    left: 0;
    top: 50%;
    margin-top: -27.5px;
    width: 55px;
    height: 55px;
    color: #fff;
    background: var(--bs-green);
    border-radius: 10px;
    font-size: 35px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.dark .right-side-text {
    color: #fff;
}
.client-text-rows p {
    margin: 0;
}
.client-text-rows hr {
    margin: 0;
    position: absolute;
    left: 15px;
    bottom: 0;
    width: calc(100% - 50px);
    height: 1px;
    background: #666;
    outline: none;
    box-shadow: none;
}
.client-text-rows {
    padding-top: 40px;
    padding-bottom: 40px;
}
.client-text-rows.last-item {
    padding-bottom: 0;
}
.client-text-rows.last-item hr {
    display: none;
}

.component.component-generic.component--text.component-challenge.dark a {
    color: var(--bs-green);
    font-weight: 600;
    text-decoration: none;
}
.no-description .title-container {
    max-width: 100%;
}
@media(max-width: 767px) {
    .title-container {
        max-width: 100%;
    }
}