.best {
    align-self: stretch;
    position: relative;
    font-family: 'Sector 034';
}
.photo-frame-icon {
    width: 638px;
    position: relative;
    height: 462px;
}
.vector-3-lines {
    width: 432px;
    position: relative;
    height: 38px;
    overflow: hidden;
    flex-shrink: 0;
    object-fit: contain;
}
.board-of-european-students-of-parent {
    width: 537px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 16px;
}
.photo-frame-parent {
    align-self: stretch;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    color: #efefef;
    align-items: center;
    justify-content: space-between;
    width: 90%; 
}
.about-best {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 32px;
    color: #fff;
    font-family: 'Nunito Sans';
}
.statistics-text {
    position: relative;
    display: inline-block;
    flex-shrink: 0;
    color: #efefef;
}
.statistics {
    width: 100%;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    color: #4ab4f5;
}

@media (max-width: 768px) {
    .about-best {
        display: flex;
        flex-direction: column;
        align-items: center;
        gap: 1rem;
    }
  
    .photo-frame-parent {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        text-align: left;
        gap: 1rem;
        width: 100%;
        max-width: 100%;
    }
  
    .photo-frame-icon {
        width: 100%;
        max-width: none;
        height: auto;
    }
  
    .board-of-european-students-of-parent {
        text-align: left;
        width: 100%;
    }
  
    .vector-3-lines {
        text-align: left;
        width: 100%;
        max-width: 300px;
        height: auto;
        margin-left: 0;
    }
  
    .statistics {
        display: flex;
        flex-direction: column;
        align-items: flex-start;
        gap: 1rem;
        width: 100%;
    }
  
    .statistics-text {
        text-align: left;
        width: 100%;
    }
  }