html {
    font-family: Ubuntu, sans-serif;
    font-weight: 400;
}

body * {
    box-sizing: border-box;
}

.article {
    max-width: 1250px;
    margin: 0 auto;
    padding: 0 15px;
}

.article-title {
    font-family: Oswald;
    font-weight: 600;
    font-size: 48px;
    max-width: 596px;
    max-height: 110px;
    text-transform: uppercase;
}

p {
    font-family: Ubuntu;
    font-size: 16px;
    font-weight: 400;
}

.article-decor-wrapper {
    margin: 80px 0;
    position: relative;
}
.article-decor {
    position: absolute;
    z-index: -1;
}

.article-decor-1 {
    top: 100px;
    left: -350px;
}
.article-decor-2 {
    bottom: 200px;
    right: -350px;
}

.foto {
    max-width: 1220px;
    max-height: 512px;
}

.article-title1 {
    text-transform: uppercase;
    font-family: Oswald;
    font-size: 36px;
    font-weight: 600;
}

.group {
    max-width: 744px;
}

li::marker {
    font-size: 22px;
    color: #3596ed;
}

li {
    margin-top: 12px;
}

h3 {
    margin-bottom: 40px;
    font-family: Oswald;
    font-size: 36px;
    font-weight: 600;
    text-transform: uppercase;
}

.article-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    display: flex;
    align-items: center;
    justify-content: center;
    width: 60px;
    height: 60px;
    padding: 0;
    background-color: #3596ed;
    border: none;
    border-radius: 50%;
    cursor: pointer;
}