﻿
.service-page{
    font-size: 1rem;
}

@media (max-width: 575px) {
.service-page{
    font-size: 0.9rem;
}
} 

.service-page ul{
 list-style: disc;
 margin-left: 2em;
 margin-bottom: 1em;
}

.service-page ol{
 list-style: decimal;
 margin-left: 2em;
 margin-bottom: 1em;
}

.service-page li {
    margin-bottom: 5px;
}

/* -- popup-item --*/
.popup-item {
    font-size: 0.9em;
    margin-bottom: 0em;
    padding: 1em;
    box-shadow: 0 4px 5px 3px #0000001A;
    border-radius: 0.5em;
    cursor: pointer;
}
.popup-item__title {
    font-size: 1.3em;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: space-between;
}
.popup-item__icon {
    transition: 0.3s;
}
.popup-item__icon.show-answer {
    transform: rotateX(180deg);
}
.popup-item__subtitle {
    font-weight: 700;
    margin-bottom: 0.5em;
}
.popup-item__text {
    margin-top: 0.5em;
    padding: 0em 2em 0em 1em;
}
/* == popup-item ==*/


