@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 (max-width: 768px){
    .card-space{
        padding-right: 10px;
        padding-bottom: 15px;
    }

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