/* .main_content {
    padding: .92rem 0 .1rem;
} */
.titleH {
    text-transform: uppercase;
}

.quoteBtn {
    width: 2.5rem;
    height: .6rem;
    line-height: .6rem;
    font-size: .2rem;
    font-family: pb;
    text-align: center;
    border-radius: .2rem;
    cursor: pointer;
    margin: .2rem 0;
}

.case_study {
    width: 100%;
    background-color: #fafafa;
}

.case_study .case_content {
    width: 15rem;
    margin: 0 auto;
    padding: .6rem 0;
}

.case_study .titleH {
    margin-bottom: .2rem;
}

.produc_introduction {
    width: 100%;
}

.produc_introduction .introduction_content {
    width: 15rem;
    margin: 0 auto;
    padding: .6rem 0 0;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    align-items: center;
}

.produc_introduction .introduction_img {
    height: 4.4rem;
    overflow: hidden;
}

.produc_introduction .introduction_img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.produc_introduction .introduction_img:hover img {
    transform: scale(1.05);
}

.produc_introduction .introduction_R {
    background-color: #f5f5f5;
    padding: .4rem;
}

.produc_introduction .introduction_R .msgH {
    text-align: left;
}

.produc_introduction .introduction_Rul {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: .2rem;
    margin-top: .2rem;
}

.produc_introduction .introduction_Rli {
    text-align: center;
}

.produc_introduction .introduction_Rli img {
    width: .5rem;
    height: .5rem;
    object-fit: contain;
    margin: 0 auto;
}

.produc_introduction .introduction_Rli .titleH {
    font-size: .22rem;
    margin: .2rem 0;
    text-transform: capitalize;
}

.produc_introduction .introduction_Rli .msgH {
    text-align: center;
}

.project_background {
    width: 100%;
}

.project_background .background_content {
    width: 15rem;
    margin: 0 auto;
    padding: .6rem 0 0;
    display: grid;
    grid-template-columns: 1fr 1.4fr;
    align-items: center;
    overflow: hidden;
}

.project_background .background_txt {
    background-color: #f5f5f5;
    padding: .45rem .4rem;
}

.project_background .titleH {
    color: #206afe;
}

.project_background .quoteBtn {
    color: #fff;
    background-color: #206afe;
    margin: .6rem auto 0;
}

.project_background .background_img {
    height: 6rem;
    background: url(../img/CaseConcretePumps6.png) no-repeat center center;
    background-size: contain;
    transition: transform 0.3s ease;
    overflow: hidden;
}

.project_background .background_img:hover {
    transform: scale(1.05);
}

.customer_photos {
    width: 100%;
}

.customer_photos .customer_content {
    width: 15rem;
    margin: 0 auto;
    padding: .6rem 0 0;
}

.customer_photos .customer_img {
    width: 100%;
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: .2rem;
    padding-top: .2rem;
}

.customer_photos .customer_img img {
    width: 100%;
    height: 3.5rem;
    object-fit: cover;
    transition: transform 0.3s ease;
    overflow: hidden;
}

.customer_photos .customer_img img:hover {
    transform: scale(1.05);
}

.project_results {
    width: 100%;
}

.customer_feedback {
    width: 100%;
    height: 7rem;
    background: url(../img/CaseConcretePumps10.jpg) no-repeat center center;
    background-size: cover;
    margin: .6rem 0;
    padding: .6rem 0 0;
}

.customer_feedback .feedback_ul {
    width: 100%;
    display: grid;
    grid-template-columns: 1.2fr 1fr;
    gap: .2rem;
    align-items: center;
}

.customer_feedback .feedback_L {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: .1rem;
}

.customer_feedback .feedback_LImg {
    height: 4.5rem;
    object-fit: contain;
    margin-top: 1rem;
}

.customer_feedback .feedback_LTxt .titleH {
    color: #fff;
    text-align: left;
}

.customer_feedback .feedback_LItem {
    display: flex;
    align-items: flex-start;
    gap: .1rem;
    margin-bottom: .2rem;
}

.customer_feedback .feedback_LItem p {
    width: .2rem;
    height: .2rem;
    background-color: #fff;
    border-radius: 50%;
    flex-shrink: 0;
    margin-top: .05rem;
}

.customer_feedback .feedback_LItemTxt .titleH {
    font-size: .22rem;
    color: #fff;
    text-align: left;
    text-transform: capitalize;
    margin-bottom: 0;
}

.customer_feedback .feedback_LItemTxt .msgH {
    color: #fff;
    text-align: left;
}

.customer_feedback .feedback_R {
    padding-left: .8rem;
}

.customer_feedback .feedback_R .titleH,
.customer_feedback .feedback_R .msgH {
    text-align: left;
    color: #fff;
}

.customer_feedback .feedback_R .quoteBtn {
    color: #206afe;
    background-color: #fff;
    margin-top: .6rem;
}

.look_for {
    width: 100%;
    height: 5rem;
    background: url(../img/CaseConcretePumps12.jpg) no-repeat center center;
    background-size: cover;
}

.look_for .look_content {
    width: 15rem;
    margin: 0 auto;
    padding: .6rem 0;
    display: grid;
    grid-template-columns: 1fr 0.5fr;
    gap: .2rem;
}

.look_for .look_L .titleH,
.look_for .look_L .msgH {
    color: #fff;
    text-align: left;
}

.look_for .look_L .quoteBtn {
    color: #206afe;
    background-color: #fff;
    margin-top: .6rem;
}

.look_for .look_R {
    height: 3.8rem;
    overflow: hidden;
}

.look_for .look_R img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.3s ease;
}

.look_for .look_R img:hover {
    transform: scale(1.05);
}