.sec_one{
    width: 100%;
    height: 50vh;
    position: relative;
    background:linear-gradient(90deg, rgb(0 1 7 / 85%)0%, rgb(0 0 20 / 60%)65%), url(img/about.jpg);
    background-size: 100% 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
    align-items: center;
    background-attachment: fixed;
}
.machine_heading{
    color: white;
    text-align: center;
    font-size: 30px;
    background: linear-gradient(180deg, #011B2A 0%, #004167 60%);

}
.title_one{
    font-size: 35px;
    font-weight: 600;
    color: white;
}
@media (max-width:1100px){
    .sec_one{
        height: 60vh;
    }
}
@media (max-width:1025px){
    .sec_one{
        height: 25vh;
    }
}
@media (max-width:900px){
    .sec_one{
        height: 35vh;
    }
}
@media (max-width:700px){
    .sec_one{
        height: 40vh;
    }
}
@media (max-width:500px){
    .sec_one{
        height: 25vh;
    }
    .title_one {
        font-size: 25px;
    }
}





.sec_two{
    width: 100%;
    min-height: auto;
    overflow: hidden;
    
}
.sec_two_container{
    width: 100%;
    display: flex;
    justify-content: center;
    vertical-align: center;
}
.About_img{
    width: 50%;
    padding: 10px;
}
.About_img img{
    width: 100%;
}


.About_dital{
    background: #205c83;    
    width: 100%;
  
}
.About_p{
    text-align: center;
    color: white;
}
.About_plant{
    text-align: center;
    color: white;
    
}
@media (max-width:500px){
    .sec_two_container {
        flex-direction: column;
    }
    .About_img{
        width: 100%;
    }
}