.about-button {
    background: #34DCA2;
    box-shadow: 0px 17px 26px rgb(52 220 162 / 19%);
    border-radius: 10px;
    color: #fff;
    font-weight: 600;
    font-size: 18px;
    line-height: 150%;
    text-align: center;
    width: 186px;
    margin: -27px auto 0 auto;
    z-index: 1;
    position: relative;
    padding: 14px;
    cursor: pointer;
}

h2.about__title{
    text-align: center;
}

.about__container p{
    margin-bottom: 0;
}


.content-container {
    padding: 30px;
    background: #FFFFFF;
    border: 1px solid #D8E1E9;
    border-radius: 20px;
}

.about-hide {
    height: 450px;
    overflow: hidden;
}

.about__truckers-go-container {
    padding: 10px 30px 40px 30px;
    margin-bottom: 10px;
    border-bottom: 1px solid #D8E1E9;

}

.about__truckers-go-title,
.item-left-title,
.item-right-title {
    font-family: 'Montserrat';
    font-weight: 600;
    font-size: 30px;
    line-height: 57px;
    letter-spacing: -1px;
    color: #141B43;
    margin-bottom: 10px;
}

.item-right-title {
    color: #34DCA2;
}

.about__truckers-go-text,
.item-left-text,
.item-right-text,
.list-item__left,
.list-item__right {
    font-family: 'Montserrat';
    font-size: 16px;
    line-height: 150%;
    color: #141B43;
}

.about__problem-solution-row,
.about__lists-row{
    display: flex;
}

.about__problem-solution-row {
    margin-bottom: 10px;
}

.about__lists {
    background: #F6F7F8;
    border-radius: 10px;
    padding: 22px;
}

.about-gradient {
    height: 200px;
    width: 100%;
    content: '';
    position: absolute;
    bottom: 27px;
    right: 0;
    left: 0;
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.79) 43.39%, rgba(255, 255, 255, 0.94) 69.14%, #FFFFFF 100%);
}

.about-button-dn {
    display: none;
}

.problem-solution__item-left,
.problem-solution__item-right {
    flex-basis: 50%;
}

.problem-solution__item-right {
    padding: 20px 20px 20px 26.5px;
}

.problem-solution__item-left {
    padding: 20px 26.5px 20px 20px;
}

.about__lists-row {
    border-bottom: 1px solid #E9EAEC;
}

.about__lists-row:last-child {
    border-bottom: 0;
}

.about__lists-title {
    display: flex;
}

.about__lists-title-left, .about__lists-title-right {
    font-weight: 600;
    font-size: 30px;
    line-height: 57px;
    letter-spacing: -1px;
    margin-bottom: 10px;
    flex-basis: 50%;
}

.about__lists-title-left {
    color: #141B43;
    margin-right: 26.5px;
}

.about__lists-title-right {
    color: #34DCA2;
    margin-left: 26.5px;
}

.list-item__left {
    flex-basis: 50%;
    position: relative;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-right: 26.5px;
}

.list-item__right {
    flex-basis:50%;
    position: relative;
    padding-left: 25px;
    padding-top: 10px;
    padding-bottom: 10px;
    margin-left: 26.5px;
}

.list-item__left:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 13px;
    width: 100%;
    height: 100%;
    background: no-repeat url("/wp-content/uploads/2022/08/problem-icon.svg");
}

.list-item__right:before {
    content: '';
    position: absolute;
    left: 0px;
    top: 13px;
    width: 100%;
    height: 100%;
    background: no-repeat url("/wp-content/uploads/2022/08/done.svg");
}

.about__lists-dn {
    display: none;
}

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


    .about__title{
        font-size: 40px;
        margin-bottom: 20px;
    }

    .about__truckers-go-container {
        padding: 0px 15px 30px 15px;
    }

    .about__truckers-go-title,
    .item-left-title,
    .item-right-title,
    .about__lists-title-left,
    .about__lists-title-right{
        font-size:24px;
        margin-bottom: 12px;
        line-height: 35px;
        margin-top: 7px;
    }

    .about__truckers-go-text,
    .item-left-text,
    .item-right-text,
    .list-item__left,
    .list-item__right {
        font-size: 14px;
    }

    .about__problem-solution-row {
        margin-bottom: 10px;
    }

    .about__lists-row {
        background: #F6F7F8;
        border-radius: 10px;
    }

    .problem-solution__item-left,
    .problem-solution__item-right {
        flex-basis: 50%;
    }

    .problem-solution__item-right {
        padding: 0px 15px 20px 13px;
    }

    .problem-solution__item-left {
        padding: 0px 13px 20px 15px;
    }

    .lists-item__right {
        padding: 0px 0px 0px 15px;
    }

    .lists-item__left {
        padding: 0px 15px 0px 0px;
    }

    .about__lists-title-left, .about__lists-title-right {
        font-size: 24px;
        line-height: 130%;
    }

    .list-item__left {
        margin-right: 13px;
    }

    .list-item__right {
        margin-left: 13px;
    }
}
.about__container .tg-container{
    padding-right: 0;
    padding-left: 0;
}

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

    .content-container {
        padding: 20px;
    }

    .about__title{
        font-size: 30px;
        margin-bottom: 30px;
    }

    .about__truckers-go-container {
        padding: 0px 10px 20px 10px;
        margin-bottom: 0;
    }

    .about__truckers-go-title,
    .item-left-title,
    .lists-item__left-title{
        font-size: 24px;
        margin-bottom: 10px;
        line-height: 31.2px;
        margin-top: 0px;
    }


    .about__problem-solution-row,
    .about__lists-row{
        flex-direction: column;
    }

    .about__problem-solution-row {
        margin-bottom: 30px;
    }

    .problem-solution__item-left {
        padding: 20px 10px 20px 10px;
        border-bottom: 1px solid #D8E1E9;
    }

    .problem-solution__item-right {
        padding: 20px 10px 0px 10px;
    }

    .about__lists {
        display: none;
    }

    .about__lists-dn {
        display: block;
    }

    .about__lists {
        padding: 15px;
    }

    .about__lists-title-right, .list-item__right {
        margin-left: 0;
    }

    .item-left-wrapper {
        margin-bottom: 30px;
    }

    .list-item__left, .list-item__right {
        border-bottom: 1px solid #E9EAEC;
    }

    .list-item__left:last-child, .list-item__right:last-child {
        border: 0;
    }

}

