.ApplicationContentBox {
    padding-top: 50px;
}

.ApplicationLineBackground {
    position: relative;
    background-color: #d9dbdf;
    width: 70%;
    height: 2px;
    top: 66px;
    margin-left: auto;
    margin-right: auto;
}

.displaySpaceEvenly {
    display: flex;
    justify-content: space-evenly;
    margin-top: 30px;
}

.displaySpaceEvenly>.active {
    display: flex;
}

.ApplicationImg {
    width: 70px;
    height: 70px;
    border-radius: 50%;
    text-align: center;
    padding: 10px;
    z-index: 5;
    background-color: #ffffff;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    display: none;
}

.ApplicationImg img {
    width: 50px;
    height: 50px;
}

.ApplicationArticle {
    width: 100%;
    height: 100%;
    padding-top: 100px;
    display: flex;
    justify-content: center;
}

.ApplicationSingle {
    height: 400px;
    width: 650px;
    border-radius: 8px;
    box-shadow: 0px 0px 20px rgb(177 185 201);
    background: #ffffff;
    z-index: 10;
    margin-bottom: 20px;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.ApplicationSingle img {
    border-radius: 8px;
}

.ApplicationSingle .applicationContent {
    text-align: left;
    height: -webkit-fill-available;
    display: flex;
    flex-direction: column;
    height: 400px;
    padding: 40px;
    margin: 0;
}

.ApplicationSingle .team_designation {
    font-size: 2rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.ApplicationSingle figure {
    position: absolute;
    top: -25px;
    padding-left: 5%;
}

.ApplicationSingleLeft {
    height: 350px;
    width: 250px;
    border-radius: 8px;
    top: 225px;
    position: absolute;
    left: 12%;
    background: rgb(250, 249, 254);
}

.ApplicationSingleLeft .teamImg {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ApplicationSingleLeft .applicationContent {
    text-align: left;
}

.ApplicationSingleLeft .team_designation {
    font-size: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.ApplicationSingleRight {
    height: 350px;
    width: 250px;
    border-radius: 8px;
    top: 225px;
    position: absolute;
    right: 12%;
    background: rgb(250, 249, 254);
}

.ApplicationSingleRight .teamImg {
    height: 150px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.ApplicationSingleRight .applicationContent {
    text-align: left;
}

.ApplicationSingleRight .team_designation {
    font-size: 1.5rem;
    margin-top: 1rem;
    margin-bottom: 1rem;
}

.ApplicationSingleTitle {
    font-size: 2.8rem;
    margin-bottom: 1rem;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
}

.ApplicationSingleLeftTitle,
.ApplicationSingleRightTitle {
    font-size: 2rem;
    margin-bottom: 1rem;
    text-transform: capitalize;
    font-family: 'Poppins', sans-serif;
    font-style: normal;
}

.ApplicationButton {
    display: flex;
    align-items: center;
    justify-content: center;
    text-align: center;
    border-radius: 50px;
    width: 145px;
    height: 35px;
    font-size: 2rem;
    position: relative;
}

.ApplicationButton div {
    position: absolute;
}



@media (min-width: 1921px) {
    .ApplicationSingleLeft {
        left: 16%;
    }

    .ApplicationSingleRight {
        right: 16%;
    }
}

@media only screen and (max-width: 1617px) {
    .ApplicationSingleLeft {
        left: 6%
    }
    .ApplicationSingleRight {
        right: 6%;
    }
}

@media only screen and (max-width: 1500px) {
    .ApplicationSingleRight {
        right: 0%;
    }

    .ApplicationSingleLeft {
        left: 0%;
    }
}

@media only screen and (max-width: 1200px) {

    .ApplicationArticle .ApplicationSingleLeft,
    .ApplicationArticle .ApplicationSingleRight {
        display: none;
    }
}

@media only screen and (max-width: 991px) {
    .ApplicationContentBox {
        padding-top: 0px;
    }

    .ApplicationLineBackground {
        top: 56px;
    }

    .ApplicationImg {
        width: 50px;
        height: 50px;
        padding: 0px;
    }

    .ApplicationImg img {
        width: 30px;
        height: 30px;
    }

    .ApplicationArticle {
        padding-top: 45px;
        margin-bottom: 20px;
    }

    .ApplicationSingle {
        height: 200px;
        width: 330px;
    }

    .ApplicationSingle .applicationContent {
        height: 200px;
        padding: 20px;
    }

    .ApplicationSingleTitle {
        font-size: 1.5rem;
    }

    .ApplicationSingle .team_designation {
        font-size: 1rem;
    }

    .ApplicationSingle figure {
        top: -10px;
        padding-left: 5%;
    }

    .ApplicationButton {
        margin-top: 0em;
        border-radius: 50px;
        width: 85px;
        height: 21px;
        font-size: 1rem;
    }
}

@media only screen and (max-width: 600px) {
    .ApplicationLineBackground {
        top: 46px;
    }

    .ApplicationImg {
        width: 30px;
        height: 30px;
        padding: 0px;
    }

    .ApplicationImg img {
        width: 25px;
        height: 25px;
    }
}