.cookie-policy {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    border-top: 1px solid #e5e5e5;
    padding: 30px 0;
    z-index: 99;
  background: #0f1932;
}

.cookie-policy .text--base {
    color: #007bff;
}

.cookie-wrapper {
    max-width: 900px;
    margin: 0 auto;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
}

.cookie-wrapper .cmn--btn {
    font-size: 12px;
}

.cookie-wrapper .cookie-cont {
    max-width: 650px;
}

@media (max-width: 991px) {
    .cookie-wrapper {
        text-align: center;
    }

    .cookie-wrapper .cmn--btn {
        margin-top: 30px;
    }
}

.cookie-wrapper .btn--base{
	margin-left:20px;
}.hero:after {  content: "";  position: absolute;  left: 0;  top: 0;  width: 100%;  height: 100%;  background-color: rgba(0, 0, 0, 0.4);  background-image: linear-gradient(    to top,    rgba(0, 0, 0, 0.8),    rgba(0, 0, 0, 0) 60%,    rgba(0, 0, 0, 0.8) 100%  );}.image { position: relative; width: 100%; /* for IE 6 */ } h12 { position: absolute; top: -20px; left: -20; width: 100%; }.box{        position: relative;        display: inline-block; /* Make the width of box same as image */    }    .box .text{        position: absolute;        z-index: 999;        margin: 0 auto;        left: 0;        right: 0;        top: 40%; /* Adjust this value to move the positioned div up and down */        text-align: center;        width: 60%; /* Set the width of the positioned div */    }