@font-face {
    font-family: "Rawline";
    src: url(../fonts/Galano-Grotesque/GalanoGrotesqueAltLight.otf);
}

@font-face {
    font-family: "Rawline Bold";
    src: url(../fonts/Galano-Grotesque/GalanoGrotesqueAltBlack.otf);
}

label,
p,
h5 {
    font-family: "Rawline";
}

p {
    color: #3b3b45;
    font-family: "Rawline";
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 24px;
}

.page-service-card {
    border-radius: 20px;
    min-width: 200px;
    min-height: 200px;
}

.page-service-card img {
    max-height: 50px;
}

.card-space {
    padding-right: 180px;
}

@media (min-width: 768px) AND (max-width: 880px) {
    .page-service-card {
        border-radius: 20px;
        width: 350px;
        height: 200px;
    }

    .page-service-card-width {
        width: 48% !important;
    }
}

@media (max-width: 768px) {
    .card-space {
        padding-right: 10px;
        padding-bottom: 15px;
    }

    .page-service-card {
        border-radius: 20px;
        width: 99%;
        height: 200px;
    }

    .hidden {
        display: none !important;
    }
}

