@charset "UTF-8";

/* --------------------------------------------------
TABLET AND MOBILE SCREENS
--------------------------------------------------*/
/*===============================================================
991px
===============================================================*/
@media (max-width: 991px) {
    #tw-telebooth .tw-telebooth img {
        height: auto;
    }

    #tw-telebooth .intro h4.pre-title{
        font-size: 18px;
    }

    #tw-telebooth .intro p.title{
        font-size: 27px;        
    }

    #tw-telebooth .intro p.content {
        margin-top: 18px;
        line-height: 25px;
    }
}

/*===============================================================
768px
===============================================================*/
@media (max-width: 768px) {
  
    #tw-telebooth .tw-telebooth img {
        width: 40%;
    }

    #tw-telebooth .tw-telebooth {
        padding-top: 55px;
        flex-wrap: nowrap;
    }
    #tw-telebooth .tw-telebooth img {
        margin: 0px 0px 0px 5px;
    }
    #tw-telebooth .intro h4.pre-title {
        font-size: 16px;
    }

    #tw-telebooth .intro p.title {
        font-size: 18px;
    }
    #tw-telebooth .intro p.content {
        font-size: 12px;
        /* margin-right: 277px; */
    }
    #tw-telebooth .tw-telebooth .intro {
        width: 60%;
        padding: 0px 10px 0px 0px;
      }
}
/*===============================================================
576px
===============================================================*/
@media (max-width: 576px) {
  

}

/*===============================================================
500px
===============================================================*/
@media (max-width: 500px) {
  

}
/*===============================================================
450px
===============================================================*/
@media (max-width: 450px){
    #tw-telebooth .tw-telebooth {
        display: flex !important;
        justify-content: space-between;
        flex-direction: column-reverse;
        align-items: center;
    }

    #tw-telebooth .intro p.title{
        text-align: center;
    }

    #tw-telebooth .tw-telebooth .intro {
        text-align: center;
        padding: 0px 20px;
        width: 100%;
    }

    #tw-telebooth .intro p.content {
        font-size: 14px;
        text-align: justify;
        padding: 22px;
        margin: auto;
    }

    #tw-telebooth .tw-telebooth img {
        width: 60%;
        margin: auto;
    }
}
/*===============================================================
376px
===============================================================*/
@media (max-width: 376px){


}