.c-about-page-1{
    color: rgb(49, 49, 47);
    width: 100%;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.c-about-text-1 h2{
    margin-bottom: 10px;
}

.c-about-page-1-1{
    width: 50%;
    height: 500px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    padding: 0 5vw;
}

.c-about-page-1-1 h1{
    margin-bottom: 10px;
}
.c-about-page-1-2{
    width: 50%;
    height: 500px;
}



.c-about-page-1-2 img{
    background-repeat: no-repeat;
    object-fit: cover;
    height: 500px;
    width: 100%;
    border: 3px solid #f60934;
    border-radius: 5px;

}


.c-about-hero-btn{
    text-decoration: none;
    border-radius: 5px;
    color: white;
    margin-top: 20px;
    padding: 10px 15px;
    background: linear-gradient(45deg, #f60934, #f60934f6);
}

.c-about-hero-btn:hover{
    color: rgb(231, 229, 229);
}

.c-about-text-scope{
    margin-top: 30px;
}


.c-about-scopeofwork-section2 {
    background-color: rgb(250, 250, 234);
    min-height: 400px;
    text-align: center;
    padding: 40px 20%;
    margin-top: 80px;
}


.c-about-scopeofwork-section2 p {
    font-size: 1.1em;
    color: #191919;
    padding: -30px 0 !important;
    font-weight: 300;
}