.app-1{
    margin-top: 7px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
    box-shadow: 0px 1px 6px rgb(32 33 36 / 28%);
    border-radius: 10px;
    width: 100%;
    height: 350px;
}

.app-logo-container{
    display: flex;
    flex-direction: row;
    align-items: center;
}
.main-app-content{
    width: 500px;
    margin-left: 20px;
}
.app-logo-container img{
    width: 54px;
    border-radius: 27px;
    margin-right: 10px;
}
.app-text-container p{
    width: 450px;
    font-size: 24px;
    text-justify: auto;
}

.app-screenshot-slide{
    margin-right: 20px;
    width: 500px;
   
    background-color: aquamarine;
}