.banner_top_border {
    border-top: 1px solid #E3E4E5;
    border-bottom: 1px solid #E3E4E5;
}

.let30 {
    position: absolute;
    top: 10px;
    right: 22px;
    height: 12%;
}

.banner_top_border h1 {
    font-size: 34px;
    margin: auto 0;
}

.banner_top_border .btn {
    padding: 11px 32px;
}

.material__title {
    font-size: 22px;
}

@media (max-width: 1399px) {
    .banner_content h1 {
        font-size: 28px;
    }
}

@media (max-width: 991px) {
    .let30 {
        right: 10px;
    }

    .solution-description__box {
        border-left: 0;
    }

    .banner_content h1 {
        font-size: 24px;
    }

    .banner_top_border .btn {
        font-size: 14px;
        padding: 7px;
    }

    .material__title {
        font-size: 18px;
    }
}

@media (max-width: 767px) {
    .pexay-solutions-example__content {
        flex-wrap: wrap;
    }

    .pexay-solutions-example__content>div {
        margin-bottom: 14px;
    }

    .text-rachet {
        max-width: 100%;
    }

    .solution-compl {
        background: #E3E4E5;
        padding: 16px;
    }

    .solution-compl .solution-compl__text {
        position: relative;
        top: auto;
        left: auto;
        right: auto;
        bottom: auto;
        background: #FCFCFC;
        border-radius: 4px;
        width: 100%;
        margin-top: 16px;
    }

    .solution-compl .solution-compl__text>div {
        display: flex;
        align-items: center;
        margin-bottom: 0;
    }

    .solution-compl .solution-compl__text>div>img {
        border: 1px solid #E3E4E5;
        border-radius: 50%;
        margin-right: 8px;
    }

    .solution-compl .solution-compl__text>ul {
        padding-top: 0;
    }

    .pexay-solutions-example__content .s1 {
        max-height: 84px;
    }

    .pexay-solutions-example__content .s2 {
        max-height: 125px;
    }

    .pexay-solutions-example__content .s3 {
        max-height: 140px;
    }
}