.Project {
    width: 100%;
    margin-bottom: 89px;
}

.Project--box1 {
    padding-top: 105px;
}

.Project-ap1 {
    font-family: Myriad Pro;
    font-weight: bold;
    font-size: 74px;
    color: #0D44A8;
    margin-bottom: 32px;
}

.Project-ap1>span {
    font-family: Myriad Pro;
    font-weight: bold;
    font-size: 45px;
    color: #333333;
    line-height:1.5;
}

@media screen and (max-width: 1200px) {
    .Project-ap1{
        font-size:30px;
    }
    .Project-ap1>span{
        font-size:30px;
    }
}
.Project-box {
    display: flex;
    width: 100%;
}

.Project-img {
    width: 40%;
}

.Project-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.Project-text {
    width: 60%;
    padding: 69px 0px 77px 58px;
    font-family: Myriad Pro;
    font-weight: 400;
    font-size: 18px;
    color: #333333;
    line-height: 34px;
}

.Project-box1>span,
.Project-box2>span,
.Project-box3>span,
.Project-box4>span {
    font-family: Myriad Pro;
    font-weight: 400;
    font-size: 16px;
    color: #666666;
    line-height: 24px;
    display: block;
    margin-top: 30px;
}

.Project-p1 {
    margin-top: 30px;
    font-family: Myriad Pro;
    font-weight: bold;
    font-size: 20px;
    color: #333333;
    line-height: 34px;
}

.Project-p2 {
    font-family: Myriad Pro;
    font-weight: bold;
    font-size: 20px;
    color: #0D44A8;
    line-height: 34px;
    margin-top: 30px;
    display: flex;
    align-items: center;
}

.Project-p2::before {
    width: 29px;
    height: 2px;
    background-color: #0D44A8;
    content: "";
    display: block;
    margin-right: 10px;
}

.Project-box5 {
    background-color: #0D44A8;
    width: 100%;
    padding: 55px 96px;
    display: flex;
    align-items: center;
    justify-content: center;
    margin-top: 36px;
}

.Project-box5-p1 {
    font-family: Myriad Pro;
    font-weight: 400;
    font-size: 16px;
    color: #FFFFFF;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;

}

.marginbot {
    margin-bottom: 89px;
}

@media screen and (max-width: 1024px) {
    .Project-box {
        flex-direction: column;
    }

    .Project-img {
        width: 100%;
    }

    .Project-text {
        width: 100%;
        padding: 30px;
    }
}
@media screen and (max-width: 480px){
    .Project--box1{
        padding-top: 44px
    }
}