.apropos {
    padding: 16px var(--padding);
    width: 100%;
    max-width: var(--max-width);
    margin: auto;
    margin-top: 100px;
    display: flex;
    align-items: center;
    }
    h4 {
    font-size: 3rem;
    color: white;
    font-weight: 700;
    margin: 0;
    width: 70%;
    }
    h4 span{
    background-image: var(--color-gradient);
    background-clip: text;
    -webkit-background-clip: text;
    -moz-background-clip: text;
    -webkit-text-fill-color: transparent;
    }
    .apropos-wrapper {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    gap: 50px;
    }
    .apropos-2 {
    padding: 16px var(--padding);
    max-width: var(--max-width);
    margin: auto;
    margin-bottom: 15px;
    position: relative;
    }


    .apropos-2 .blobs-2 {
        position: absolute;
        left: 970px;
        top: 0px;
        height: 350px;
        width: auto;
        z-index: -999;
        }

    .apropos-2-wrapper {
    display: flex;
    flex-direction: column;
    justify-content: flex-start;
    gap: 50px;
    }
    .apropos-2-content {
    display: flex;
    gap: 50px;
    }
    .mission {
    padding: 16px var(--padding);
    max-width: var(--max-width);
    margin: auto;
    position: relative;
    }
    .mission-wrapper {
    display: flex;
    gap:50px;
    }


    .mission .blobs-3 {
        width: 400px;
        height: auto;
        position: absolute;
        right: -300px;
        z-index: -1;
        top: 150px;
        transform: rotate(90deg);
        }
    @media only screen and (max-width : 1000px) {
    h4 {
    width: 100%;
    }
    .home-service-page-wrapper h1 {
    width: 100%;
    }
    .wrapper-header-top {
    display: none;
    }
    .apropos-wrapper {
    flex-direction: column;
    }
    .apropos-wrapper img{
    width: 100%;
    }
    .apropos-2-wrapper{
    flex-direction: column;
    }
    .apropos-2-wrapper img{
    width: 200px;
    height: auto;
    }
    .apropos-2-content {
    flex-direction: column;
    align-items: center;
    }
    .mission-wrapper {
    flex-direction: column;
    }

    .apropos-2 .blobs-2 {
   display: none;
        }


  .mission .blobs-3 {
    display: none;
            }

    }
    @media screen and (max-width: 730px) {
    h4 {
    font-size: 2.5rem;
    }
    }
    @media screen and (max-width: 560px) {
    h4 {
    margin-top: 40px;
    }
    }
    