.title-wrap {
    font-size: 30px;
    text-align: center;
    margin-left: -56%;
    margin-top: 3%;
}

.cookie p {
    font-size: 15px;
    margin-left: 15%;
    margin-top: -1%;
    margin-right: 20%;
    text-align: justify;
}

#cookieNotice {
    height: 110px;
}

.cookie {
    background: #444;
    color: #fff;
    padding: 6px;
    font-size: 13px;
    text-align: center;
    position: fixed;
    bottom: 0;
    width: 100%;
    z-index: 10;
    opacity: 0.9;
    animation: fadeIn 5s;
    -webkit-animation: fadeIn 5s;
    -moz-animation: fadeIn 5s;
    -o-animation: fadeIn 5s;
    -ms-animation: fadeIn 5s;
    font-family: "Raleway", sans-serif;
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}


.btncookie {
    position: absolute;
    right: 10%;
    bottom: 20%;
    background-color: #ed1b5b;
    color: #fff;
    border-radius: 20px;
    border: 2px;
    font-size: 15px;
    padding: 10px;
    margin-bottom: 10px;
}

.cookie1 {
    position: absolute;
    color: black;
    height: 60px;
    width: 60px;
    left: 5%;
    top: 27%;
}


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

.cookie {
    position: initial;
    text-align: justify;
    width: 100%;
    height: 22%;
    color: #ed1b5b;
    animation: fadeIn 5s;
    -webkit-animation: fadeIn 5s;
    -moz-animation: fadeIn 5s;
    -o-animation: fadeIn 5s;
    -ms-animation: fadeIn 5s;
    font-family: "Raleway", sans-serif;
}


.btncookie {
    /* position: initial; */
    /* margin-left: 80%; */
    background-color: #ed1b5b;
    color: #fff;
    border-radius: 20px;
    border: 2px;
    font-size: 10px;
    padding: 5px;
    margin-bottom: -4%;
    /* margin-top: 10%; */
    margin-right: -5%;
}

 .cookie1 {
       margin-left: 4%;
    top: 0%;
    left: 0%;
    margin-top: 6%;

}

    
#cookieNotice {
    position: fixed;
    bottom: 0;
}

    .title-wrap{
        margin-left: 80px;
        font-size: xx-large;
    }

.cookie p {
    font-size: medium;
    /* padding-bottom: 20px; */
    font-size: 12px;
    margin-right: 1%;
    margin-left: 20%;
    margin-top: 2%;
}
  
  
  }