body {
    display: flex;
    justify-content: center;
    font-family: 'Poppins';
}

.section-page {
    max-width: 1440px;
    margin-top: 50px;
    padding: 30px;
}

.section__head {
    display: flex;
    justify-content: center;
    flex-direction: column;
    align-items: center;
}

.logo {
    width: 150px;
    border-radius: 25px;
    box-shadow: 3px 3px 10px 1px grey;
}