.container.container10{
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 10px;
    background-color: #fff;
}

.img-tenth-page{
    width: 700px;
    height: auto;
    margin-top: 40px;
}

.box-tenth-page{
    height: 100%;
    display: flex;
    justify-content: center;
    text-align: right;
}

.edit-text-tenth-page{
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
    font-size: 25px;
    color: #666666;
    font-size: 31.5px;
}
@media (max-width: 1199px) {
    .img-tenth-page {
        width:100%;
        margin-top: 40px;
    }
}
@media (max-width: 767px) {
    .box-tenth-page{
        text-align: center;
    }
    .edit-text-tenth-page{
        font-size: 27px;
    }
    .img-tenth-page {
        width:100%;
        margin-top: 40px; 

    }
}