@media screen and (max-width: 767px) {
    .wrapper {
        padding: 0 20px;
    }

    .header {
        padding: 20px 0;
    }

    .header-logo {
        width: 80px;
        height: 30px;
    }

    .main {
        font-size: 18px;
    }

    .title-container {
        flex-direction: column;
        font-size: 35px;
        line-height: 45px;
        text-align: center;
    }

    .title-container-text {
        flex-direction: column;
    }

    .title-logo-img {
        width: 50px;
        height: 50px;
    }

    .title-logo-words {
        font-size: 20px;
        line-height: 25px;
    }

    .text-container-slider {
        height: 45px;
        margin: 0;
    }

    .list-item {
        text-align: center;
    }

    .description-container {
        max-width: 100%;
        line-height: unset;
        margin-bottom: 0px;
        padding-top: 5px;
    }

    .register-container {
        max-width: 100%;
        padding: 25px 25px;
    }

    .register-container-text {
        line-height: unset;
        margin-bottom: 20px;
    }

    .register-input, .register-button {
        padding: 15px;
        font-size: 14px;
    }
}