/* @import url('https://fonts.cdnfonts.com/css/general-sans'); */

/* @font-face {
    font-family: 'generalSans-semibold';
   src: url('/GeneralSans_Complete/Fonts/OTF/generalSans-semibold.otf');
 }
 @font-face {
   font-family: 'GeneralSans-Bold' ;
    src: url("/fonts/GeneralSans_Complete/Fonts/OTF/GeneralSans-Bold.otf");
 }
 @font-face {
     font-family: "GeneralSans-Medium";
     src: url("/GeneralSans_Complete/Fonts/WEB/fonts/GeneralSans-Medium.woff");
 } */
p {
    font-family: "GeneralSans-Medium";
}
.services {
    margin: 3% 0%;
}
.services .services-card a {
    /*background-color: #0c63e4;*/
    color: #0c63e4;
    padding: 4px 10px;
    text-decoration: none;
    margin: 10px 0px !important;
}
.services .text {
    text-align: center;
    align-items: center;
}
.services .text .services-btn {
    border: none !important;
    border-radius: 2px;
    padding: 0px 15px;
    background-color: #5335e5;
    font-weight: 400;
    color: #ffffffff;
    font-family: "GeneralSans-Medium";
    text-transform: uppercase;
}

.services .text h2 {
    font-family: "generalSans-semibold";
    font-weight: 600;
    letter-spacing: -0.5px;
    font-size: 40px;
    padding: 1.7% 0%;
    /* margin-bottom: 20px; */
}
.services .text p {
    padding: 0px 75px;
    font-family: "GeneralSans-Regular";
    font-size: 18px;
    /* color: rgb(89, 89, 89); */
}

/*  */

.services .services-card {
    text-align: center;
    align-items: center;
    background-color: #ffffffff;
    box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.1);
    padding: 12%;
    margin-top: 20px;
    border-radius: 10px;
    width: 100%;
    height: 90%;
    padding: 12% 2% !important;
}
.services .services-card h4 {
    /* font-family: 'GeneralSans-Medium'; */
    font-family: "generalSans-semibold";
    font-weight: 600;
    color: #000;
    font-size: 16px;
    margin: 16px 0px;
}
.services-card p {
    color: rgb(91, 91, 91);
    font-size: 11px;
    padding: 0px 0px 10px;
    margin: 0px;
    font-family: "GeneralSans-Medium";
}
.services .servicescard .services-img {
    text-align: center;
    align-items: center;
}
.services .services-card .services-img .path-20 {
    width: 20%;
}

@media (max-width: 1200px) {
    .services .services-card h4 {
        font-size: 12px;
    }
}
@media (max-width: 1240px) {
    .services .services-card h4 {
        font-size: 11px;
    }
}
@media (max-width: 786px) {
    .services .text p {
        font-size: 12px;
        padding: 0px;
    }
    .center-text {
        height: 90px;
    }
}
@media (max-width: 425px) {
    .services .text h2 {
        font-size: 27px;
        margin-top: 10px;
    }
    .services .text p {
        font-size: 11px;
        padding: 0px;
    }
}
@media (max-width: 320px) {
    .services .text h2 {
        font-size: 24px;
    }
    .services .text p {
        padding: 0px;
        font-size: 10px;
    }
}
