/* STYLES FOR CONTAINER */

@media screen and (min-width: 768px) {
    .container {
        max-width: 750px;
    }
    
}

@media screen and (min-width: 992px) {
    .container {
        max-width: 970px;
    }
}

@media screen and (min-width: 1200px) {
    .container {
        max-width: 1170px;
    }
}

@media screen and (min-width: 1600px) {
    .container {
        max-width: 1400px;
    }
}


/* END STYLES FOR CONTAINER */

@media screen and (max-width: 1200px) {
    
}

@media screen and (max-width: 992px) {

}


@media screen and (max-width: 820px) {    
   .container {
    padding: 0 15px;
   }
   .logo img {
       max-width: 320px;
   }
   h1 {
       font-size: 35px;
       line-height: 45px;
   }
   h1 br {
    display: block;
   }
   p {
       text-align: center;
       font-size: 30px;
   }
   .item {
       flex-direction: column;
       gap: 30px;
   }
   .item .left-item {
    width: 100%;
    }
    .item .right-item {
        width: 100%;
    }
    .right-item img {
        display: none;
    }
    .left-item img:last-child {
        display: block;
    }
    .question {
        font-size: 30px;
    }
    p {
        font-size: 24px;
        text-align: left;
    }
    .answer-title {
        text-align: center;
    }
    #section-simple ul li {
        font-size: 24px;
    }
}

@media screen and (max-width: 480px) {    
    h1 {
        font-size: 30px;
        line-height: 35px;
        margin-top: 20px;
        margin-bottom: 20px;
    }
    p  {
        font-size: 16px;
        line-height: 18px;
        text-align: left;
        margin: 15px 0;
    }
    .subtitle {
        font-size: 20px;
        line-height: 24px;
        margin-bottom: 25px;
    }
    .question {
        font-size: 16px;
        line-height: 18px;
        padding: 10px;
    }
    .answer-title {
        font-size: 22px;
        line-height: 24px;
        text-align: center;
    }
    #section-simple ul {
        padding-left: 20px;
    }
    #section-simple ul li {
        font-size: 16px;
        line-height: 18px;
    }
    #section-simple ul li + li {
        margin-top: 20px;
    }
    header {
        height: 180px;

    }
}
