 @charset "utf-8";

 a:visited,
 a:link,
 a:active {
     color: inherit;
     text-decoration: none;
 }

 @media screen and (max-width: 4500px) and (min-width: 1101px) {

     html,
     body {
         width: 100%;
         height: auto;
         margin: 0px;
         padding: 0px;
     }

     body {
         background: white;
     }
     #home {
         width: 1100px;
         height: 840px;
         margin: 0 auto;
     }
     #cookie_logo{
         width: 308px;
         height: 230px;
         background: url('../images/logo_polo.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-top: 20px;
     }
     h2{
         color: #AD0814;
         font-size: 35px;
         font-family: "congenial";
     }
     p{
         color: #AD0814;
         font-size: 18px;
         font-family: "congenial";
         letter-spacing: -0.43px;
     }
     .list-marker{
         color: #AD0814;
         font-size: 18px;
         font-family: "congenial";
         letter-spacing: -0.43px;
     }
     #ot-sdk-btn{
         width: 400px;
         height: 75px !important;
         background: #AD0814 !important;
         border: 0px;
         color: white !important;
         font-family: "congenial" !important;
         font-size: 35px !important;
         line-height: 75px !important;
         padding: 0px !important;
         border-radius: 100px;
         margin-bottom: 200px;
     }

 }

 @media screen and (max-width: 1100px) and (min-width: 200px) {
     a[href^=tel] {
         text-decoration: inherit;
         color: inherit;
     }

     html,
     body {
         width: 100%;
         height: auto;
         margin: 0px;
         padding: 0px;
     }

     body {
         background: white;
     }

     #home {
         width: 320px;
         height: 477px;
         margin: 0 auto;
     }
     #cookie_logo{
         width: 308px;
         height: 230px;
         background: url('../images/logo_polo.png');
         background-repeat: no-repeat;
         background-size: contain;
         margin-top: 20px;
         margin-left: 6px;
     }
     h2{
         color: #AD0814;
         font-size: 19px;
         font-family: "congenial";
     }
     p{
         color: #AD0814;
         font-size: 14px;
         font-family: "congenial";
         letter-spacing: -0.43px;
     }
     .list-marker{
         color: #AD0814;
         font-size: 14px;
         font-family: "congenial";
         letter-spacing: -0.43px;
     }
     #ot-sdk-btn{
         width: 300px;
         height: 57px !important;
         background: #AD0814 !important;
         border: 0px;
         color: white !important;
         font-family: "congenial" !important;
         font-size: 26px !important;
         line-height: 57px !important;
         padding: 0px !important;
         border-radius: 100px;
         margin-left: 10px;
         margin-bottom: 100px;
     }

 }
