body {
    margin: 0px;
    padding: 0px;
    background:url(../images/bg.jpg) no-repeat;
    background-size: 100% 100%;
    background-attachment: fixed;
}
* {
    margin: 0px;
    padding: 0px;
    box-sizing: border-box;
}
.poppins-regular {
    font-family: "Poppins", sans-serif;
    font-weight: 400;
    font-style: normal;
}

.poppins-medium {
    font-family: "Poppins", sans-serif;
    font-weight: 500;
    font-style: normal;
}

.poppins-bold {
    font-family: "Poppins", sans-serif;
    font-weight: 700;
    font-style: normal;
}

.innerDivOuter {
    width: 980px;
    max-width: 100%;
    padding: 20px 25px;
    border-radius: 30px;
    background: rgba(255, 255, 255, 0.8);
    backdrop-filter: blur(10px);
    text-align: center;
}
img { max-width: 100%; }
p { font-size: 14px; color: #292929; margin-bottom: 10px; }

h2, h3, h4 { color: #23343C; font-size: 18px; margin-bottom: 10px; }
h2 { font-size: 34px; }
h4 { margin-bottom: 10px; }
ul {
    list-style: none;
}
ul li {
    display: inline-block;
    font-size: 18px;
    color: #23343C;
    font-family: "Poppins", sans-serif;
    font-weight: 500;
}
.socialIcons { margin: 20px 0 10px 0; }

.outerWrapper { width: 100%; min-height: 100vh; display: flex; justify-content: center; align-items: center; padding: 20px; }

.locationList li { padding: 0 10px; position: relative; }
.locationList li::after {
    position: absolute;
    content: "";
    height: 5px;
    width: 5px;
    background: #23343C;
    top: 50%;
    right: -5px;
    margin-top: -1px;
    border-radius: 7px;
}
.locationList li:last-child:after { display: none; }

.benefiltsList { margin-bottom: 15px; }
.benefiltsList li { padding: 0 10px; position: relative; }
.benefiltsList li::after {
    position: absolute;
    content: "|";
    top: 2px;
    right: -5px;
    margin-top: -1px;
}
.benefiltsList li:last-child:after { display: none; }

.socialIcons li a { padding: 0 5px; display: inline-block; }
.socialIcons li a img { width: 48px;}
.socialIcons li a:hover { opacity: 0.8; }

@media screen and (max-width:576px) {
    p { font-size: 13px; margin-bottom: 15px; }
    h2, h3, h4 {font-size: 16px; margin-bottom: 15px; }
    h2 { font-size: 26px; }
    ul li { font-size: 16px; }
    .innerDivOuter { padding: 30px 15px; }
}

@media screen and (max-height:720px) {
    p { font-size: 13px; margin-bottom: 15px; }
    h2, h3, h4 {font-size: 16px; margin-bottom: 5px; }
    h2 { font-size: 24px; }
    ul li { font-size: 16px; }
    .innerDivOuter { padding: 30px 15px; }
    .logo { max-width: 150px; }
}