<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.ui-button__type__info {
    --spinner-line-color: var(--color-white);
    background-color: var(--color-primary);
    border: 1px solid transparent;
    color: var(--color-white);
    font-weight: 600;
}

.ui-button__type__info:hover:not(:focus):not(:disabled):not(:active):not(.is-active) {
background-color: var(--color-primary-90);
}

.ui-button__type__info span {
display:none;
}

.service-card-buttons .ui-button__type__primary {
display:none;
}

.hero {
width: 100%;
}

.service_de__description__content li, .service-extras__items__item li {
list-style: disc outside;
margin-left: 20px;
padding-left: 8px; 
}

@media only screen and (min-width: 1024px)
{
.hero::after {
content: " ";
background-position: top center;
background-image: url("https://ltpf.ramiismail.com/content/images/size/w1080/2022/09/large_photo-cropped.jpg");
background-size: cover;
display: inline-block;
width: 50%;
height: 100%;
position: absolute;
right: 0%;
margin: 0;
padding: 0;
}

.hero__content-wrapper {
position: absolute;
top: 50%;
-ms-transform: translateY(-50%);
transform: translateY(-50%);
width: 41% !important;
left: 4%;
position: absolute;
}

.hero__title {
font-weight: bold;
font-size: 32px !important;
line-height: 34px !important;
margin-bottom: 0px;
}

.hero__content-wrapper h1 {
font-weight: bold;
font-size: 18px;
line-height: 22px;
margin-bottom: 0px;
}

.hero__description p {
font-size: 18px;
line-height: 24px;
}

.hero {
width: 75%;
max-width: 1480px;
min-height: 640px;
box-shadow: 0 20px 40px -10px rgba(0,0,0,.2);
margin: 40px auto;
overflow: hidden;
}
}</pre></body></html>