* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;

}

/* --------------------------------------Breadcrumb------------------------- */

.breadcrumb {
    background:linear-gradient(360deg, rgba(8, 202, 25, 0.431), rgba(29, 99, 106, 0.397)), url(../img/work-with-us.jpg) !important;
    background-size: cover !important;
    min-height: 70vh;
    background-attachment: fixed !important;
}


/* -----------------------
--section-one
--------------------- */
.sec-one {
    /* background: url(../img/work-with-us.jpg); */
    background-size: cover;
    padding: 7rem 0;
}

.title-1 {
    background-color: rgba(255, 255, 255, 0.735);
    padding: 0.5rem 1rem;
    border-radius: 10px;
}

.contant-1 {
    /* background-color: rgba(125, 124, 124, 0.892); */
    width: 80%;
    /* margin: 3rem; */
    padding: 0rem 2rem;
    border-radius: 10px 0px 0px 10px;
    flex-direction: column;
    display: flex;
    align-items: center;
    justify-content: center;
    border-bottom: 4px solid #2e937a;
    border-top: 4px solid #2e937a;
    border-left: 4px solid #2e937a;

}

.contant-1 h2 span {
    color: #2e937a;
}

.title-1 h1 {
    font-size: 1.3rem;
}

.contant-1 h2 {
    font-size: 2.5rem;
    font-weight: 700;
    color: #2e937a;
    text-align: center;
}

.contant-1 p {
    padding: 1rem 0;
    font-size: 1.2rem;
    color: #414141;
    text-align: center;
}
.join img{
    width: 100%;
}
/* ========== =========
@media 
========== ======*/


@media screen and (max-width: 1000px) {
    html {
        font-size: 0.8rem;
    }

    .navbar-brand img {
        width: 45%;
    }

    .foot-logo img {
        width: 25%;
    }

    /* ========== */

    .contant-1 {
        width: 80% !important;
    }

}

@media screen and (max-width: 770px) {

    html {
        font-size: 0.7rem;
    }

    .foot-logo img {
        width: 30%;
    }

}

@media screen and (max-width: 550px) {
  
    /* ========== */

    .contant-1 {
        width: 90% !important;
    }

    .contant-1 h2 {
        font-size: 1.5rem;
        padding: 1rem 0;
    }
    .contant-1 p {
        font-size: 1rem;
    }
    
    .join img{
        min-height: 31vh;
    }

}