@media screen and (max-width: 768px) {
    .content-container{
        background-image: url("../img/bg01.png"); 
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: 100vw 100vh;
        width: 100%;
        height: 300px;
    }
    .content-container1{
        width: 90%;
        margin: 50px auto;
      }
    .container-title{
        color: rgb(15,76,133);
        font-size: 25px;
        line-height: normal;
        margin: 30px 0 ;
    }
    .text{
        line-height: 1.5em;
        font-size: 18px;
        color: rgb(85,85,85);
        margin-bottom: 15px;
        list-style-type: disc;
        margin-left: 20px;
    }
}
@media screen and (min-width: 768px) and (max-width: 1000px) {
    .content-container{
        background-image: url("../img/bg01.png"); 
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: 100vw 100vh;
        width: 100%;
        height: 400px;
    }
    .content-container1{
        width: 90%;
        margin: 50px auto;
      }
    .container-title{
        color: rgb(15,76,133);
        font-size: 25px;
        line-height: normal;
        margin: 30px 0 ;
    }
    .text{
        line-height: 1.5em;
        font-size: 18px;
        color: rgb(85,85,85);
        margin-bottom: 15px;
        list-style-type: disc;
        margin-left: 20px;
    }
}
@media screen and (min-width: 1000px) {
    .content-container{
        background-image: url("../img/bg01.png"); 
        background-position: center center;
        background-repeat: no-repeat;
        background-attachment: fixed;
        background-size: 100vw 100vh;
        width: 100%;
        height: 490px;
    }
    .content-container1{
        width: 940px;
        margin: 50px auto;
      }
    .container-title{
        color: rgb(15,76,133);
        font-size: 25px;
        line-height: normal;
        margin: 30px 0 ;
    }
    .text{
        line-height: 1.5em;
        font-size: 18px;
        color: rgb(85,85,85);
        margin-bottom: 15px;
        list-style-type: disc;
        margin-left: 20px;
    }
}
