body {
    background-color: #FAFAFA;
}

.join-us {
    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;
}

.explore-services-btn {
    color: #FFFFFF;
    font-family: "CuristicBold";
    font-size: 18px;
    line-height: 21.94px;
    background-color: #0974BA;
    padding: 14px 24px;
    border-radius: 14px;
    text-decoration: none;
    margin-right: 15px;
}

.explore-more-btn {
    color: #0974BA;
    font-family: "CuristicBold";
    font-size: 18px;
    line-height: 21.94px;
    background-color: #FFFFFF;
    padding: 14px 24px;
    border-radius: 14px;
    text-decoration: none;
    border: 1px solid #0974BA;
}

.first-img {
    /* width: 624px; */
    width: 100%;
}

.card-serv {
    background-color: #FFFFFF;
    border-radius: 24px;
    padding: 34px;
    box-shadow: 0px 14px 24px 0px #0000001A;
    height: 298px;
}

.card-serv img {
    width: 72px;
    height: 72px;
    background-color: #1DAC8E;
    padding: 11px;
    border-radius: 200px;
    margin-bottom: 20px;
}

.card-serv h3 {
    color: black;
    font-family: "CuristicBold";
    font-size: 18px;
    line-height: 24px;
    margin-bottom: 20px;
}

.card-serv p {
    color: #737373;
    font-family: "CuristicRegular";
    font-size: 14px;
    line-height: 24px;
    margin-top: 20px;
    margin-bottom: 0px;
}

.card-serv div {
    background-color: #ECB558;
    width: 50px;
    height: 2px;
}

.padding-container {
    padding: 100px 0px;
}

.padding-container.bg-white{
    background-color: white;
}

.partners {
    color: black;
    font-family: "CuristicBold";
    font-size: 24px;
    line-height: 29.26px;
    text-transform: uppercase;
    margin-bottom: 50px;
}

.partners-logo {
    padding: 20px 10px;
    width: 100%;
}

.number {
    color: black;
    font-family: "CuristicBold";
    font-size: 54px;
    line-height: 80px;
    margin-bottom: 0px;
}

.num-descrip {
    color: #B2B2B2;
    font-family: "CuristicBold";
    font-size: 18px;
    line-height: 24px;
}


.card-why-choose {
    background-color: #FFFFFF;
    border-radius: 24px;
    padding: 24px;
    box-shadow: 0px 14px 24px 0px #0000001A;
}

.card-why-choose.top {
    margin-top: 40px;
}

.card-why-choose img {
    width: 64px;
    height: 64px;
    margin-bottom: 20px;
}

.card-why-choose h3 {
    color: black;
    font-family: "CuristicBold";
    font-size: 16px;
    line-height: 19.5px;
    margin-bottom: 20px;
}

.card-why-choose p {
    color: #737373;
    font-family: "CuristicRegular";
    font-size: 14px;
    line-height: 17.07px;
    margin-top: 20px;
    margin-bottom: 0px;
}


.Blogs {
    color: black;
    font-family: "CuristicBold";
    font-size: 24px;
    line-height: 29.26px;
    margin-bottom: 40px;
}

.Blogs span:first-of-type {
    color: #1DAC8E;
    font-family: "CuristicExtraBold";
}

.Blogs span {
    font-family: "CuristicRegular";
}

.card-blogs {
    background-color: #FFFFFF;
    border-radius: 24px;
    box-shadow: 0px 14px 24px 0px #0000001A;
}

.card-blogs div {
    padding: 24px;
}

.card-blogs img {
    width: 100%;
    border-radius: 24px 24px 0px 0px;
    object-fit: cover;
}

.card-blogs hr {
    border: 2px solid #bcbcbc;
}

.card-blogs h3 {
    color: black;
    font-family: "CuristicSemiBold";
    font-size: 15px;
    line-height: 17.07px;
    margin-bottom: 20px;
}

.card-blogs h3 i {
    margin-right: 10px;
}


.card-blogs h1 {
    color: black;
    font-family: "CuristicBold";
    font-size: 18px;
    line-height: 28px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    line-clamp: 2;
    -webkit-box-orient: vertical;
}

.card-blogs p {
    color: #737373;
    font-family: "CuristicRegular";
    font-size: 14px;
    line-height: 22px;
    margin-bottom: 20px;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 3;
    line-clamp: 3;
    -webkit-box-orient: vertical;
}

.card-blogs a {
    color: #0974BA !important;
    font-family: "CuristicBold";
    font-size: 16px;
    line-height: 19.5px;
    margin-bottom: 20px;
    text-decoration: none;
}

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

@media (max-width: 480px) {
    .join-us {
        margin-bottom: 15px;
        margin-left: 10px;
        margin-right: 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;
    }

    .explore-services-btn{
        font-size: 15px;
    }

    .explore-more-btn{
        font-size: 15px;
    }

    .first-img {
        margin-top: 30px;
    }

    .card-serv {
        margin: 30px 10px 0px 10px;
    }

    .partners {
        font-size: 22px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .padding-container {
        padding: 50px 0px;
    }

    .number {
        font-size: 45px;
    }

    .card-why-choose {
        /* margin-top: 25px; */
        margin: 10px;
    }

    .card-why-choose.top {
        margin-top: 25px;
    }

    .Blogs {
        font-size: 22px;
        margin-left: 10px;
        margin-bottom: 30px;
        margin-right: 10px;
    }

    .card-blogs {
        margin: 10px 10px 20px 10px;
    }

    .why-choose-row {
        margin-left: 0px;
        margin-right: 0px;
    }
}