.btn{
    background-color: white;
    border-color: gray;
    padding: 20px;
    border-radius: 50;
    display: flex;
    justify-content: center;
    margin: auto;
}
.btn:hover{
    color: rgba(255, 74, 8, 0.981);
}
.about-align{
    border: 1px solid gray;
    background-color: rgb(255, 55, 0);
    height: 600px;
    padding: 10px;
    text-align: left;
    /* padding-left: 200px; */
    
}
.about-para{
    text-align: left;
}
.img-fluid-about{
    width: 500px;
    height: 600px;
}