.solution-new-banner {
    background-size: cover;
}

.rpa-solution-new-banner-content h2{
    color: #1D2129;
}

.rpa-solution-new-banner-content p{
    color: #1D2129;
    font-size: 16px;
    margin-top: 10px;
}

.rpa-solution-new-banner-content>.new>a:first-child{
    background: #165DFF;
}

.rpa-solution-new-banner-content>.new>a{
    padding: 8px 22px;
}

.rpa-solution-new{
    padding: 20px 0;
    background-color: #fff;
    box-sizing: border-box;
}

.rpa-solutions-new-contents{
    padding: 20px 25px 20px 0;
}

.rpa-solutions-new-contents>div{
    margin-bottom: 40px;
}

.rpa-solutions-new-contents h3{
    font-size: 24px;
    color: #1D2129;
    position: static;
    margin-bottom: 18px;
}

.project-requirements-list{
    width: 100%;
}

.project-requirements-list>li{
    display: flex;
    justify-content: space-between;
    margin-bottom: 10px;
    gap: 10px;

}

.project-requirements-list>li>h4{
    font-size: 16px;
    color:#1D2129;
    writing-mode: vertical-rl;
    text-align: center;
    margin: 0;
    padding: 0 10px;
    border-radius: 5px;
}

.project-requirements-list>li>h4>span{
    display: inline-block;
    transform: rotate(-90deg);
}

.project-requirements-list>li>.requirement-desc{
    padding: 24px 18px 13px;
    box-sizing: border-box;
    font-size: 14px;
    border-radius: 5px;
}

.project-requirements-list>li:first-child>.requirement-desc, .project-requirements-list>li:first-child>h4{
    background: #F4F9FF;
}

.project-requirements-list>li:nth-child(2)>.requirement-desc, .project-requirements-list>li:nth-child(2)>h4{
    background:#F5FBF7;
}

.project-requirements-list>li:last-child>.requirement-desc, .project-requirements-list>li:last-child>h4{
    background:#FEF8F1;
}

.first-requirement{
    width: 40%;
}

.second-requirement{
    width: 32%;
}

.third-requirement{
    width: 28%;
}

.project-requirements-list>li>.requirement-desc>.title{
    font-weight: bolder;
    color: #1D2129;
    margin-bottom: 4px;
}

.project-requirements-list>li>.requirement-desc>.desc-text{
    color: #4E5969;
    margin-bottom: 12px;
}

.u-shield-solutions-desc-list>li{
    color:#1D2129;
    margin-bottom: 6px;
    padding-left: 16px;
    position: relative;
}

.u-shield-solutions-desc-list>li::before{
    content: "";
    position: absolute;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
    width: 8px;
    height: 8px;
    border-radius: 50%;
    background-color: #165DFF;
}

.main-functions-list{
    width: 100%;
}

.main-functions-list>li{
    width: 100%;
    display: flex;
    margin-bottom: 20px;
}

.main-functions-list>li>label{
    border: 1px solid #74D6F6;
    width: 38px;
    height: 38px;
    box-sizing: border-box;
    border-radius: 50%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    color: #74D6F6;
    margin-right: 10px;
}

.right-text-desc{
    flex: 1;
}

.right-text-desc h4{
    font-size: 16px;
    margin: 0 0 6px;
}

.hardware-list{
    width: 100%;
    display: flex;
    justify-content: space-between;
}

.hardware-list>li{
    width: 24%;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding: 20px;
    box-sizing: border-box;
    border-radius: 5px;
    background: #F4F9FF;
}

.hardware-list>li h5{
    color: #1D2129;
    font-size: 14px;
    font-weight: bolder;
}

.hardware-list>li p{
    color: #4E5969;
    text-align: center;
    margin-top: 10px;
}

.hardware-list>li img{
    width: 80%;
}

.text-and-img{
    width: 100%;
    display: flex;
}

.text-left{
    width: 54%;
    margin-right: 10px;
}

.text-left>li{
    padding: 20px;
    box-sizing: border-box;
    border-radius: 8px;
}

.text-left>li:first-child{
    background: #F4F6FF;
}

.text-left>li:nth-child(2){
    background: #F5FBF7;
    margin-top: 10px;
}

.text-left>li:nth-child(3){
    background: #FEF8F1;
    margin-top: 10px;
}

.text-left>li h5{
    color: #1D2129;
    margin-bottom: 6px;
    font-weight: bolder;
}

.img-right{
    background: #F4F9FF;
    border-radius: 8px;
    display: flex;
    align-items: center;
    justify-content: center;
    flex: 1;
    position: relative;
}

.img-right-content{
    width: 80%;
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.img-right-content>img{
    width: 46% !important;
}

.img-right label{
    position: absolute;
    color: #1D2129;
    font-weight: bolder;
    top: 20px;
    right: 20px;
}

.img-right img{
    width: 80%;
}

.ocr-cases-list{
    width: 100%;
    display: flex;
    gap: 10px;
    flex-wrap: wrap;
}

.ocr-cases-list>li{
    width: 23%;
    box-sizing: border-box;
    padding: 18px;
    border-radius: 8px;
    background: #F4F9FF;
    display: flex;
    flex-direction: column;
    align-items: center;
}

.ocr-cases-list>li>h5{
    font-weight: bolder;
}

.ocr-cases-list>li>img{
    width: 100%;
}

.advantages-list{
    width: 100%;
    display: flex;
    justify-content:space-between;
    flex-wrap: wrap;
}

.advantages-list>li{
    display: flex;
    flex-direction: column;
    background: #F4F9FF;
    border-radius: 8px;
    padding: 20px;
    box-sizing: border-box;
    margin-bottom:16px;
    width: 49.5%;
}

.advantages-list-three>li{
    width: 32%;
}


.advantages-list>li>h5{
    font-weight: bolder;
    margin-bottom: 10px;
}

.solution-and-value-list>li>span{
    font-weight: bolder;
    margin-right: 6px;
}

.more-solution-list{
    width: 100%;
    display: flex;
    flex-direction: column;
}

.more-solution-list>a{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #F4F6FF;
    box-sizing: border-box;
    padding: 10px 20px; 
    border-radius: 8px;
    margin-bottom: 10px;
}

.more-solution-list>a>img{
    width: 138px;
    border-radius: 8px;
    margin-right: 20px;
}

.more-solution-list>a h5{
    color: #1D2129;
    font-size: 16px;
    font-weight: bolder;
}

.more-solution-list>a span{
    color: #165DFF;

}

.right-text-desc{
    flex: 1;
}

.small-banner{
    width: 100%;
    border: 1px solid #E5E6EB;
    box-sizing: border-box;
    margin-bottom: 30px;
    border-radius: 8px;
}

.top-banner{
    width: 100%;
    padding: 20px;
    box-sizing: border-box;
    background: url(../images/solution-35/small-banner.png) no-repeat center;
    background-size: cover;
}

.top-banner h5{
    color: #1D2129;
    font-weight: bolder;
    font-size: 18px;
    margin-bottom: 10px;
}

.top-banner p{
    color: #4E5969;
}

.small-banner-actions{
    width: 100%;
    box-sizing: border-box;
    padding: 30px 40px;
    display: flex;
    flex-direction: column;
}

.small-banner-actions>a{
    width: 100%;
    border: 1px solid #165DFF;
    background: #165DFF;
    text-align: center;
    padding: 10px 0;
    box-sizing: border-box;
    color: #fff;
    border-radius: 4px;
}

.small-banner-actions>a:last-child{
    background-color: #fff;
    border: 1px solid #165DFF;
    color: #165DFF;
    margin-top: 20px;
}

.catalogue-list{
    width: 100%;
    border-radius: 8px;
}

.catalogue-title{
    width: 100%;
    background: #F4F9FD;
    padding: 10px 20px;
    box-sizing: border-box;
    color: #000;
    font-weight: bolder;
    border-radius: 8px 8px 0 0;
    border: 1px solid #E5E6EB;
    border-bottom: none;
}

@media screen and (max-width: 1024px){
    .rpa-solutions-new-contents {
        padding: 1rem;
    }

    .solution-right {
        padding: 1rem;
    }

    .catalogue-list{
        display: none;
    }

    .solution-list{
        padding-bottom: 1rem;
    }
}

@media screen and (max-width: 768px){
    .text-and-img{
        flex-direction: column;
    }

    .text-left{
        width: 100%;
        margin-bottom: 1rem;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }

    .text-left>li:nth-child(2){
        margin-top: 0;
    }

    .text-left>li{
        width: 49%;
    }
}
