.container {
    margin-top: 20px;
    margin-bottom: 100px;
}

h1 {
    font-size: 2.5em;
    font-weight: 700;
}

h2 {
    font-size: 2em;
    font-weight: 700;
}

p {
    margin-top: 1rem;
}

.about-text-right {
    text-align: right;
}

.ul-right {
    direction: rtl;
    list-style-position: outside;
}

.ul-left {
    direction: ltr;
    list-style-position: outside;
}

.service-box {
    text-align: center;
    margin-bottom: 30px;
}

.service-icon img {
    width: 50px;
    height: auto;
    margin-bottom: 20px;
}

.service-box h4 {
    font-weight: bold;
    margin-bottom: 10px;
}

.main-img {
    border: 1px solid #ddd;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
    border-radius: 0.375rem;
    display: block;
    margin: auto;
}

.location-info {
    font-size: calc(1rem + 0.5vw);
    margin: 25px 25px 25px 25px !important
}

.logo-text {
    font-family: "PresarioText";
    font-size: calc(2rem + 3vw);
    font-weight: 800;
}

@media screen and (max-width: 990px) {
    .about-text-center {
        text-align: center;
    }

    .ul-right {
        direction: ltr;
        list-style-type: none;
        padding-left: 0;
    }

    .ul-left {
        direction: ltr;
        list-style-type: none;
        padding-left: 0;
    }
}

#cookie-alert {
    display: none;
}
  