/*======== Ready Section Start Here ========*/

.new-ready-section {
    padding: 70px 0;
    background-image: url(images/ready-bg-img.png);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000a43;
}

.banner-item3, .banner-item4, .banner-item5 {
    padding: 202px 0 112px;
}
@media (min-width: 740px) {
    .banner-item3, .banner-item4, .banner-item5 {
        background-size: 30%;
        background-position: right 100px center;
        background-repeat: no-repeat;
    }
    .banner-item3 {
        background-image: url(../img/banner-bg3.png);
    }
    .banner-item4 {
        background-image: url(../img/banner-bg4.png);
    }
    .banner-item5 {
        background-image: url(../img/banner-bg5.png);
    }
}


.new-ready-area h2 {
    color: #ffffff;
}

.new-ready-area p {
    padding-top: 20px;
    font-size: 16px;
    color: #fff;
}

.new-ready-area a {
    margin-top: 35px;
    padding: 12px 20px;
    font-size: 16px;
    font-weight: 500;
    color: #fff;
    background: #3856ff;
    border-radius: 50px;
}

.new-ready-area a:hover {
    background: #2c46cc;
}

.first-screen--bg-about {
    background-color: #F2F4FF;
    background-image: url('../img/about-bg-first.png');
    background-repeat: no-repeat;
    background-position: 61vw 50%;
    background-size: contain;
}

.new-tools-area {
    padding-top: 40px;
}


@media (min-width: 540px) {
    .new-tools-items {
        padding: 0 60px;
    }
}

.new-tools-items {
    margin-top: 30px;
    width: 100%;
    border: 1px solid #f2f2f2;
    text-align: center;
    min-height: 140px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0 20px;
}

.group-structure-inner2-items {
    margin-top: 20px;
    padding: 50px 20px 25px;
    border-radius: 20px;
    box-shadow: 0px 4px 20px 0px #0010351a;
    background: #ffffff;
}
.group-structure-inner2-items.bigger {
    text-align: center;
}
.group-structure-inner2-items h3, .structure-inner2-items h3  {
    font-family: 'Clash Display';
    color: #0026F9;
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
    text-transform: uppercase;
}
.group-structure-inner2-items-btn a {
    font-size: 16px;
}

.d-flex {
    display: flex;
}
.bg-grey {
    background: #F2F4FF;
}
.find h3 {
    color: #000A43
}
.find {

}
.find li {
    list-style-type: disc;
}
.find ul {
    padding-left: 20px
}
.find .structure-inner2-items img {
    height: 40px;
    margin-right: 15px;
}
.find .structure-inner2-items {
    padding: 20px 40px 20px ;
    border: 1px solid #F2F2F2;
}
.ceo p {
    font-size: 20px;
    margin: 20px 0;
}
@media (min-width: 992px) {
    .ceo p {
        font-size: 30px;
        margin: 0;
    }
}
.ceo-sub p {
    font-size: 20px;
    font-weight: 700;
    margin-bottom: 15px;
}
.ceo li {
    margin-right: 15px;
}
.group-structure .group-structure-inner2-items {
    padding-left: 0;
}
.group-structure .group-structure-inner2-items.bigger {
    padding-left: 20px;
}
.group-structure a {
    color: #0026F9;
    font-size: 12px;
    margin-right: 20px;
    margin-top: 15px;
}
.group-structure a:last-child {
    margin-right: 0;
}
