.services-details__content li {
    list-style-type: disc;
    margin-left: 40px;
}
h2 {
    font-size: 1.3em!important;
}
.page-title .title {
    font-size: 46px;
}

::selection {
    background-color: #ffcc00; /* Háttérszín */
    color: #000; /* Szöveg színe */
}