body {
    background-color: #ffffff !important;
    background-attachment: fixed !important;
}

.card-pf {
    padding: 0;
    overflow: hidden;
    border-top: 1px solid rgba(3, 3, 3, 0.1);
    box-shadow: 1px 1px 2px rgba(3, 3, 3, 0.275);
    transition: all 0.2s ease-in;
    margin-bottom: 20px;
    background-color: #ffffff;
}

.card-pf:hover {
    box-shadow: 1px 1px 10px rgba(3, 3, 3, 0.375);
}

.card-link {
    display: block;
    padding: 15px;
    outline: none;
}

.card-image {
    width: 100%;
    margin: 0 auto 15px;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
    height: 50px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.card-image img {
    max-width: 220px;
    max-height: 45px;
    height: auto;
}

.card-text {
    display: block;
    margin-top: 15px;
    text-align: center;
    text-overflow: ellipsis;
    overflow: hidden;
    font-size: 1.3rem;
}

.welcome-header {
    margin: 10px 0 30px;
    text-align: center;
}

.welcome-header h1 {
    font-size: 24px;
    color: #222222;
}

.welcome-header img {
    display: block;
    width: 150px;
    margin: 0 auto;
}

@media (max-width: 768px) {
    .welcome-header {
        margin-top: 10px;
        margin-bottom: 20px;
    }

    .welcome-header img {
        margin-bottom: 20px;
    }
}

@media (max-width: 576px) {
    .offset-sm-1 {
        margin-left: 8.333333%;
        margin-right: 8.333333%;
    }
}
