.bg-blur-red > .tn-molecule {
    background: rgb(171 36 128 / 40%) !important;
    backdrop-filter: blur(10px) !important;
}

.bg-blur-sand > .tn-molecule {
    background: rgb(248 215 189 / 100%) !important;
    backdrop-filter: blur(10px) !important;
}

.t972__btn {
    border: 1px #640e27 solid;
}

.t451__side {
    display: flex;    
    justify-content: center;
}

.t-sociallinks {
    margin-left: 10px !important;
}

.t451__burger-wrapper__mobile {
    display: none;
}

.t972__banner {
    padding: 30px;
}

@media screen and (max-width: 450px) { 
  .t972__banner {
    padding: 20px;
}  
}