.comp-page {
    background-image: url(/assets/layout/page-bg.png);
    background-position: center left;
    background-repeat: no-repeat;
    background-size: cover;
    background-color: #000;
    color: #fff;
    padding: 150px 0 70px 0;
}

.comp-page h1 {
    color: #fff;
    margin-bottom: 15px;
    font-size: 40px;
    display: block;
    text-align: center;
}

.comp-page>div>div>div {
    color: var(--color-primary);
}


.comp-page>div>div>a {
    color: #fff;
    transition: ease-in-out 0.4s;
}

.comp-page>div>div>a:focus,
.comp-page>div>div>a:hover {
    color: var(--color-primary);
}

.comp-page>div>div>a::after {
    content: "\f105";
    padding: 15px;
    font-family: 'Font Awesome 6 Pro';
    color: #fff !important;
}


body {
    min-height: 100vh;
    padding-bottom: 50px;
}

footer {
    position: fixed;
    width: 100%;
    left: 0;
    bottom: 0;
}

.page-content h2 {
    font-size: 22px;
    color: var(--color-primary);
    margin-top: 50px;
}

.page-content h3 {
    font-size: 18px;
    color: var(--color-gray);
}
