.container{
    padding: 10px;
    display: flex;
    flex-direction: column;
    gap: 50px;
    justify-content: center;
    align-items: center;
}
.container p{
    line-height: 1.5;
    font-size: 14px;
    max-width: 700px;
}
.container .mv{
    padding: 30px;
    background-color: var(--light-color);
    border: 0.5px solid rgba(40,40,40,0.15);
    border-radius: 5px;
    line-height: 2.5;
    box-shadow: var(--box-shadow-one);
}
.container .speech{
    padding-bottom: 30px;
}
.container img{
    border-radius: 50%;
    width: 200px;
    height: auto;
}