body {
    background-color: #FAFAFA;
}

.slogan {
    color: #1DAC8E;
    font-family: "CuristicBold";
    font-size: 22px;
    line-height: 26.82px;
    margin-bottom: 20px;
}

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

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

.descrip {
    color: #737373;
    font-family: "CuristicRegular";
    font-size: 18px;
    line-height: 26px;
    margin-bottom: 30px;
}

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

.introducing-card {
    background-color: white;
    border-radius: 24px;
    padding: 34px;
    box-shadow: 0px 0px 14px 0px #0000001A;
    display: grid;
    align-items: center;
    /* height: 290px; */
    height: 300px;
    margin-bottom: 25px;
}

.introducing-card img {
    width: 64px;
    height: 64px;
    margin-right: auto;
    margin-left: auto;
}

.introducing-card h3 {
    color: black;
    font-family: "CuristicBold";
    font-size: 18px;
    line-height: 24px;
    text-align: center;
    margin-bottom: 0px;
}

.introducing-card div {
    background-color: #ECB558;
    width: 64px;
    height: 2px;
    margin-right: auto;
    margin-left: auto;
}

.introducing-card p {
    color: #737373;
    font-family: "CuristicRegular";
    font-size: 14px;
    line-height: 20px;
    text-align: justify;
    margin-bottom: 0px;
}

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

.our-staff-img {
    border-radius: 24px;
    width: 100%;
    object-fit: cover;
}

.testimonials-carousel button {
    border-radius: 14px;
    background-color: #F2F2F2;
    border: 0px solid #F2F2F2;
    padding: 8px;
    width: 40px;
    height: 40px;
}

.testimonial-card {
    background-color: #FFFFFF;
    border: 2px solid #F2F2F2;
    border-radius: 14px;
    padding: 24px;
}

.testimonial-card .icon-name {
    width: 75px;
    height: 75px;
    border-radius: 14px;
    padding: 14px;
    background-color: #E8F7F4;
    color: #1DAC8E;
    font-size: 22px;
    line-height: 26.82px;
    font-family: "CuristicBold";
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
}

.testimonial-card .name {
    color: black;
    font-family: "CuristicBold";
    font-size: 18px;
    line-height: 21.94px;
    margin-bottom: 0px;
}

.testimonial-card .rate {
    background-color: #FBF0DE;
    padding: 4px 8px;
    border-radius: 8px;
    color: black;
    font-family: "CuristicSemiBold";
    font-size: 16px;
    line-height: 19.5px;
    margin-bottom: 0px;
    width: fit-content;
    margin-top: 10px;
}

.testimonial-card .rate i {
    color: #ECB558;
    width: 16px;
    height: 16px;
    margin-left: 5px;
}

.testimonial-card .descrip {
    color: #000000;
    font-family: "CuristicRegular";
    font-size: 12px;
    line-height: 18px;
    /* text-align: justify; */
    margin-bottom: 0px;
    margin-top: 15px;
}

.testimonial-card .date {
    color: #737373;
    font-family: "CuristicSemiBold";
    font-size: 12px;
    line-height: 20px;
    text-align: right;
    margin-bottom: 0px;
}

.margin-container {
    margin-top: 100px;
    margin-bottom: 100px;
}

@media (max-width: 480px) {
    .slogan {
        margin-bottom: 15px;
        margin-left: 10px;
        margin-right: 10px;
        font-size: 20px;
    }

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

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

    iframe {
        height: 260px;
    }

    .introducing-p {
        margin-left: 10px;
        margin-right: 10px;
        font-size: 20px;
        line-height: 30px;
    }

    .introducing-card {
        margin: 0px 10px 25px 10px;
        padding: 30px;
        height: 325px;
    }

    .our-staff-img {
        margin-top: 35px;
    }

    .contact-us-btn {
        margin-right: 10px;
        margin-left: 10px;
    }

    .margin-container {
        margin-top: 65px;
        margin-bottom: 65px;
    }

    .testimonial-card{
        margin-bottom: 20px;
        padding: 16px;
    }
}