body {
    background-color: #FAFAFA;
}

.our-services {
    color: #1DAC8E;
    font-family: "CuristicBold";
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}

.first-head {
    color: black;
    font-family: "CuristicExtraBold";
    font-size: 44px;
    line-height: 64px;
    margin-bottom: 20px;
}

.first-head span {
    color: #1DAC8E;
}

.slog {
    color: #737373;
    font-family: "CuristicRegular";
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 30px;
}

.first-image {
    border-radius: 24px;
    width: 100%;
}

.margin-row{
    margin: 70px -15px 40px -15px;
}

.service-card {
    background-color: white;
    border: 2px solid #F2F2F2;
    border-radius: 24px;
    padding-left: 30px;
    margin-bottom: 30px;
}

.service-card img {
    border-radius: 0px 22px 22px 0px;
    width: 100%;
}

.service-card h2 {
    color: black;
    font-family: "CuristicBold";
    font-size: 24px;
    line-height: 29.26px;
    /* margin-bottom: 20px; */
}

.service-card p {
    color: #737373;
    font-family: "CuristicRegular";
    font-size: 16px;
    line-height: 19.5px;
    margin-bottom: 30px;
}

.service-card a {
    color: #0974BA !important;
    font-family: "CuristicBold";
    font-size: 18px;
    line-height: 21.94px;
    text-decoration: none;
}

.service-card a i {
    margin-left: 10px;
}

.how-it-p {
    color: #737373;
    font-family: "CuristicRegular";
    font-size: 22px;
    line-height: 34px;
    margin-bottom: 30px;
}


.how-it-card {
    background-color: white;
    border: 2px solid #F2F2F2;
    border-radius: 24px;
    padding: 44px;
    height: 340px;
    display: grid;
    align-items: center;
}

.how-it-card img {
    width: 64px;
    margin-right: auto;
    margin-left: auto;
}

.how-it-card h4 {
    color: #000000;
    font-family: "CuristicRegular";
    font-size: 22px;
    line-height: 26.82px;
}

.how-it-card p {
    color: #FFFFFF;
    background-color: #ECB558;
    font-family: "CuristicMedium";
    font-size: 22px;
    line-height: 26.82px;
    padding: 10px 24px 10px 24px;
    border-radius: 100px;
    margin: auto;
    width: fit-content;
}

@media (max-width: 480px) {
    .our-services {
        margin-bottom: 15px;
        margin-left: 10px;
    }

    .first-head {
        font-size: 30px;
        line-height: 50px;
        margin-bottom: 15px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .slog {
        margin-left: 10px;
        margin-right: 10px;
    }

    .first-image {
        width: 95%;
    }

    .margin-row {
        margin: 30px 0px;
    }

    .service-card {
        padding-left: 0px;
        margin: 10px;
        padding-bottom: 20px;
    }

    .service-card img {
        border-radius: 22px 22px 0px 0px;
        width: 100%;
    }

    .service-card h2 {
        margin: 20px 20px 10px 20px;
    }

    .service-card p {
        margin: 0px 20px 20px 20px;
    }

    .service-card a {
        margin: 20px;
    }

    .how-it-p {
        margin-left: 10px;
        margin-right: 10px;
    }

    .how-it-card {
        margin-bottom: 20px;
        padding: 20px;
        height: 300px;
    }
}