element.style {
}
.section__title {
    /* max-width: 65%; */
    text-overflow: ellipsis;
    overflow: hidden;
    /* white-space: nowrap; */
    font-size: 18px;
    background-color: #1f264b;
    border-radius: 30px;
    padding: 10px;
    height: 50px;
    padding-top: 13px;
}