.video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
    border-radius: 2%;
    margin-bottom: 70px;
}

.video-container iframe, .video-container object, .video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.btn-step {
    margin: 40px 0 80px;
    margin-left: auto;
    background-repeat: no-repeat;
    max-width: 100%;
    cursor: pointer;
    width: 450px;
    height: 74px;
    background-image: url("/images/home/button_step.svg");
    color: #EDE708;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    font-weight: bold;
    font-family: RobotoCondensed;
    font-size: 26px;
    padding-bottom: 12px;
}

.btn-step:hover {
    background-image: url("/images/home/button_step_hover.svg");
    color: black;
}

.pad-header {
    font-size: 70px;
}

.pad-subheader {
    font-size: 26px;
}

.pad-step-two-subheader {
    text-align: left;
    margin: 0;
    margin-bottom: 20px;
}

.pad-step-two-paragraph {
    font-size: 16px;
}

.pad-code-item {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
    font-family: RobotoBlack;
    font-weight: bold;
    font-size: 25px;
}
.pad-code-item:hover {
    transform: scale(1.01);
}

.pad-code-image {
    min-width: 122px;
    width: 122px;
    height: 68px;
    margin-right: 32px;
    object-fit: cover;
}

.pad-code-list {
    padding: 0;
    margin-top: 64px;
}

.pad-code-button {
    font-size: 18px;
    font-family: RobotoCondensed;
    margin-left: auto;
    height: 35px;
}

.pad-code-header {
    margin: 0;
}

@media (max-width: 575px) {
    .pad-step-two-subheader {
        padding: 0;
    }

    .btn-step {
        height: 60px;
    }

    .pad-code-item {

    }

    .pad-code-image {
        width: 80px;
        min-width: 80px;
        height: auto;
        margin-right: 8px;
    }

    .pad-code-button {
        font-size: 14px;
        min-width: 100px;
    }

    .pad-code-header {
        margin: 0;
        font-size: 16px;
    }

    .pad-paragraph-container {
        columns: 1;
    }

    .pad-header {
        font-size: 40px;
    }

    .pad-subheader {
        font-size: 20px;
        padding-bottom: 20px;
    }
}
