.solutions-box {
    position: relative;
    background: #fff;
    padding: 10px 20px 40px 40px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 0 0 100px 0;
    overflow: hidden;
}
.solutions-box::before {
    content: "";
    position: absolute;
    top: 180px;
    left: 55px;
    width: 2px;
    height: 732px;
    background: #0D330B;
    z-index: 1;
}
.solutions-title {
 font-size: 48px;
    margin-bottom: 50px;
    color: #fff;
}
.solutions-text {
    margin-top: 0;
    font-size: 24px;
    color: #fff;
    margin-bottom: 50px;
}

.solutions-box .boxs {
    position: relative;
    cursor: pointer;
    padding: 64px 0px;
}
.solutions-box .boxs:first {
    padding-top:20px;
}

.solutions-box .boxs-frame {
    display: flex;
    justify-content: left;
    align-items: center;
    z-index: 2;
}

.solutions-box .boxs svg {
    width: 30px;
    height: 30px;
    margin-right: 20px;
    color: #0D330B;
    flex-shrink: 0;
}

.solutions-box .boxs .boxs-title {
    font-size: 24px;
    font-weight: 500;
    color: #0D330B;
}

.solutions-box .boxs .boxs-desc {
    position: absolute;
    top: 0;
    left: 190%;
    opacity: 0;
    z-index: 1;
    transition: all 0.3s ease;
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.1);
    padding:10px;
    display: flex;
    width: 340px;
}
.solutions-box .boxs .boxs-desc-title{
color: #0D330B;
}
.solutions-box .boxs .boxs-desc p {
        font-size: 14px;
    color: #0D330B;
}
.solutions-box .boxs .boxs-desc .boxs-desc-left{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-shrink: 0;
}
.solutions-box .boxs .box-square {
    width: 30px;
    height: 30px;
    background: #0D330B;
    margin-right: 20px;
    flex-shrink: 0;
}

.sl-bx-title h3 {
    margin-top:30px;
    font-size: 36px;
    color: #0D330B;
    font-weight: 600;
    text-align: left;
}

.services {
    margin: 20px 0 20px 50px;
    display: flex;
    align-items: center;
    flex-direction: column;
}

.services .services-box {
    display: flex;
    justify-content: center;
    align-items: center;
    padding-bottom: 40px;
    margin-top:40px;
    border-bottom: 1px solid #fff;
}

.services .services-box:last-child {
    border-bottom: none;
}

.services .services-box .services-box-left {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 40%;
    color: #fff;
}

.services .services-box .services-box-left h4 {
    font-size: 24px;
    font-weight: 500;
    color: #fff;
    min-width: 200px;
}

.services .services-box .services-box-left svg {
    width: 64px;
    height: 64px;
    margin-right: 15px;
    color: #fff;
    flex-shrink: 0;
}

.services-box-right p {
    font-size: 20px;
    color: #fff;
    padding-left: 30px;
}
@media (max-width: 1200px) {
.services {
    margin: 0 0 0 50px;
}
.services .services-box {
flex-direction: column;
}
.services .services-box .services-box-left {
    margin-bottom: 20px;
    margin-top: 20px;
}
.services-box-right p {
font-size: 14px;
}
}

@media (max-width: 768px) {
.services {
    margin: 0 10px;
            padding-bottom: 120px;
}
.services-box-right p{
    padding: 10px;
}
.solutions-text {
    font-size: 16px;
    padding: 0 10px ;
}
.solutions-box::before {
display: none;
}
.services .services-box .services-box-left{
    width: 100%;
}
.services .services-box .services-box-left h4 {
    font-size: 20px;
    min-width: auto;
}
}