.steps-title {
    font-size: 15pt;
    color: #521889;
    font-family: GothamBold, Arial, sans-serif;
    text-align: center;
    margin-bottom: 20px;
    margin-top: 10px;
}
.steps {
    margin: auto;
    padding: 0;
    max-width: 800px;
}
.steps li {
    background-color: #521889;
    color: white;
    font-size: 13pt;
    padding: 15px 30px;
    border-radius: 15px;
    margin-bottom: 10px;
}
.steps li:nth-child(even) {
    background-color: #7c3eb7;
}
.video {
    width: 100%;
    max-height: 453px;
    margin: auto;
    display: block;
}
.video_hover .big-in-center {
    cursor: pointer;
}
@media (max-width: 768px) {
    .steps-title {
        font-size: 13pt;
        margin-bottom: 10px;
    }
    .steps li {
        font-size: 11pt;
        padding: 10px;
        border-radius: 10px;
        margin-bottom: 5px;
    }
}
@media (max-width: 660px) {
    .video {
        width: 500px;
        height: 290px;
    }
}

@media (max-width: 520px) {
    .video {
        width: 405px;
        height: 235px;
    }
}

@media (max-width: 424px) {
    .video {
        width: 355px;
        height: 200px;
    }
}

@media (max-width: 374px) {
    .video {
        width: 300px;
        height: 170px;
    }
}