.sec1 {
    max-width: 1800px;
    margin: auto;
    height: 500px;
    background: linear-gradient(to right, rgba(0, 0, 0, 0.489), rgba(0, 0, 0, 0.554)), url(../image/Capability.png);
    background-position: center;
    background-size: 100% 200%;
    text-align: center;
    padding-top: 350px;
    color: white;
    font-size: 40px;
    margin-top: -80px;
}

.sec1 h1 {
    font-size: 55px;
    color: rgb(255, 255, 255);
    font-weight: 400;
}

.Capability{
    max-width: 1800px;
    margin: auto;
    padding: 50px;
    display: flex;
    flex-wrap: wrap-reverse;
    justify-content: space-evenly;
}
.Capability p{
    width: 50%;
    font-size: 18px;
    margin-top: 5%;
}
.Capability img{
    width: 35%;
    /* border-radius: 0 20% 0 20%; */
}


@media screen and (max-width: 900px) {

    .sec1 {
        background-size: 100% 100%;
        height: 400px;
        margin-top: -30px;
    }
    .sec1 h1{
        font-size: 30px;
    }
    .Capability{
        padding: 20px;
    }
    .Capability p{
        width: 100%;
        font-size: 16px;
    }
    .Capability img{
        width: 100%;
        /* border-radius: 0 20% 0 20%; */
    }

}