@media screen and (min-width: 768px) and (max-width: 979px) {
    .wrapper {
        padding: 0 30px;
    }

    .header-logo {
        width: 100px;
        height: 40px;
    }

    .header {
        padding: 30px 0;
    }

    .main {
        font-size: 30px;
    }

    .description-container {
        max-width: 80%;
        line-height: unset;
        margin-bottom: 0px;
    }

    .text-container-slider {
        height: 65px;
    }

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

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

    .title-logo-words {
        font-size: 30px;
        line-height: 35px;
    }

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

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

    .register-input, .register-button {
        font-size: 20px;
    }

    .register-input {
        padding-top: 15px; 
        padding-bottom: 15px;
    }

    .register-button {
        padding: 15px;
    }
}

@media screen and (min-width: 980px) and (max-width: 1024px)  {
    .header-logo {
        width: 120px;
        height: 60px;
    }

    .main {
        font-size: 35px;
    }

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

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

    .title-logo-words {
        font-size: 45px;
        line-height: 50px;
    }

    .description-container {
        max-width: 80%;
        line-height: 50px;
        margin-bottom: 0px;
    }

    .register-container-text {
        line-height: 50px;
    }

    .register-container {
        max-width: 80%;
    }

    .register-input, .register-button {
        font-size: 25px;
    }

    .register-input {
        padding-top: 15px; 
        padding-bottom: 15px;
    }

    .register-button {
        padding: 15px;
    }
}
