.TheGrandParentOfShowingTheAppDevResult{
    display: flex;
    justify-content: center;
}
.TheParentOfShowingTheAppDevResult{
    width: 78%;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}

.myAppProject1{
    width: 33%;
}

.myAppProject2{
    width: 33%;
}

.myAppProject3{
    width: 33%;
}

#forSeeMoreButtonAsOwn{
    padding: 2px 10px;
    background-color:#3549B7;
    color: white;

}

#forSeeMoreButtonAsOwn:hover{
    background-color:#f2f2f7;
    color: red;
}

.ResultOfDmParent{
    margin-top: 40px;
    margin-bottom: 30px;
}


@media (max-width: 786px){
    .TheParentOfShowingTheAppDevResult{
         display: flex;
         flex-direction: column;
         align-items: center;
         justify-content: space-around;
         flex-wrap: wrap !important;
         gap: 3;
    }
    .myAppProject1{
        width: 90%;
        margin-bottom: 2px;
    }
    
    .myAppProject2{
        width: 90%;
        margin-bottom: 2px;
    }

    .myAppProject3{
        width: 90%;
        margin-bottom: 2px;
    }
}