.page-name{
 padding: 20px;
 margin: 50px 0;
 background: rgba(225,225,2555,0.05);
 color: #fff;
 text-align: center;
}
.page-name p{
    font-size: 1.5rem;
}
.text-block {
    max-width: 1200px;
    height: fit-content;
    margin: 20px auto;
    padding: 20px;
    background-color: #fefefe;
    border: 1px solid #ddd;
    border-radius: 10px;
    box-shadow: 1px 2px 90px rgba(106, 97, 230, 0.5);
    line-height: 1.7;
    color: #333;
    font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
}


.text-block .head-text {
    font-size: 1.4em;
    font-weight: 700;
    margin-bottom: 10px;
    color: #0a5275;
}


.text-block p {
    margin-bottom: 10px;
    font-size: 1em;
}


.text-block ul {
    list-style-type: disc;
    margin-left: 30px;
    margin-bottom: 10px;
}

.text-block ul li {
    margin-bottom: 8px;
}


.text-block strong {
    color: #1a1a1a;
}


.text-block a {
    color: #0a5275;
    text-decoration: underline;
}

.text-block a:hover {
    color: #06475c;
}


@media (max-width: 768px) {
    .text-block {
        margin: 15px 10px;
        padding: 15px;
    }

    .page-name p {
        font-size: 1.6em;
    }

    .text-block .head-text {
        font-size: 1.2em;
    }
}