@media (max-width: 768px) {

    body {
        margin-top: 75px !important;
    }

    /* Start : first Section Start */
    .hero {
        height: 230px;
        background: url('img/review/21.png') no-repeat center center;
        /* background-size: contain; */
        background-size: 100% 100%;
        /* background-color: #000; */
        display: flex;
        align-items: center;
        color: #fff;
    }

    .hero-text {
        max-width: 500px;
        /* background: rgba(0, 0, 0, 0.4); */
        /* optional overlay for readability */
        padding: 20px;
        border-radius: 5px;
    }

    .hero-text h1 {
        font-size: 30px;
        font-weight: 700;
        color: #000000;
    }

    .hero-text p {
        font-size: 20px;
        font-weight: 400;
        color: #000000;
    }

    /* End : first Section Start */


    /* Start : Second Section : Own review section */
    .background-text {
        position: relative;
        display: inline-block;
    }

    .bg-img {
        display: block;
        width: 100%;
        /* adjust as needed */
        height: auto;
    }

    .text-overlay {
        position: absolute;
        top: 50%;
        /* vertically center */
        left: 50%;
        /* horizontally center */
        transform: translate(-38%, -50%);
        font-size: 13px;
        /* adjust */
        font-weight: bold;
        color: black;
        /* change text color as per design */
        text-align: center;
        white-space: nowrap;
    }

    /* End : Second Section : Own review section */

    /* Start : Third Section : friend review block */
    .friend-review-blk {
        position: relative;
        /* makes children positionable */
        padding: 20px 0px 80px 10px;
        margin: 0px;
        border: none;
        border-radius: 10px;
    }

    .friend-review-blk .left-bottom-img {
        position: absolute;
        bottom: -45px;
        left: -10px;
        height: 150px;
    }

    .friend-review-blk .right-img {
        position: absolute;
        top: 50%;
        right: 10px;
        transform: translateY(-50%);
        /* vertically center */
        height: 130px;
    }

    .friend-review-blk h1 {
        font-size: 15px;
        font-weight: 700;
        text-align: left;
    }

    .friend-review-blk h5 {
        font-size: 12px;
        font-weight: 300;
        font-style: italic;
        text-align: left;
    }

    /* End : Third Section : friend review block */

    /* Start : Forth Section : Real Review Block */
    .friends-review-section {
        background-color: #008bd2;
        background-size: cover;
        color: #fff;
        padding: 0px 0 0;
        position: relative;
    }

    .friends-review-section h4 {
        font-size: 13px;
    }

    .phone-block {
        display: inline-block;
        margin: 0 0px;
        text-align: center;
    }

    .friends-review-section .phone-1 {
        width: 100px;
    }

    .friends-review-section .phone-2 {
        width: 110px;
        margin-top: -10px;
        margin-left: 10px;
    }

    .phone-label {
        display: block;
        margin-top: 8px;
        font-size: 16px;
        color: #fff;
        line-height: 1.2;
    }

    .friends-review-section .bottom-bar {
        background-color: #ffd500;
        color: #000;
        padding: 15px 0;
        margin-top: 0px;
        font-weight: 700;
        border-top: 5px solid #008bd2;
    }

    /* End : Forth Section : Real Review Block */

    /* Start : Fifth : friends review check  */
    .friends-review-check h5 {
        font-size: 12px;
        font-weight: 700;
    }

    .friends-review-check h3 {
        font-size: 20px;
        font-weight: 700;
    }

    .friends-review-check h4 {
        font-size: 16px;
        font-style: italic;
        font-weight: 300;
    }

    .friends-review-check img {
        height: 180px;
        width: 80px;
        margin-right: 9px;
    }

    /* End : Fifth : friends review check */

    /* Start : Sixth : Review Follow block */
    .review-follow-header {
        font-size: 20px;
        font-weight: 700;
        text-align: center;
    }

    .review-follow-steps-two {
        margin-top: 35px;
    }

    .review-follow-steps-four {
        margin-top: 16px;
    }

    .review-follow-steps img {
        height: 40px;
        width: 40px;
    }

    .review-follow-steps p {
        font-size: 10px;
        font-weight: 400;
        margin-bottom: 0px;
        margin-left: 10px;
    }

    /* End : Sixth : Review Follow block */

    /* Start : Seventh : review Card */
    .review-card-above {
        background: #2689CA;
        padding: 20px 20px 90px 20px;
        color: #ffffff;
    }

    .review-card .card {
    margin-right: 0px; 
    background: none;    
}

    .review-card-above h3 {
        font-size: 18px;
    }

    .review-card-header {
        position: relative;
        top: 85px;
        background-color: transparent;
        border-bottom: none;
    }

    .review-card-body {
        background-color: rgb(0 0 0 / 12%);
        border-bottom-left-radius: 15px;
        border-bottom-right-radius: 15px;
    }

    .review-card-body h4 {
        padding-top: 80px;
        font-size: 15px;
        font-weight: 700;
        font-style: italic;
        padding-top: 80px;
        line-height: 25px;
    }

    /* End : Seventh : review Card */

    /* Start : Eight : friends Talk Blk */
    .friends-talk {
        padding: 15px 15px;
    }

    .friends-talk h2 {
        color: #2689CA;
        font-weight: 700;
        font-size: 18px;
    }

    .friends-talk h4 {
        margin-top: 10px;
        font-weight: 400;
        color: #000000;
        font-size: 12px;
    }

    .friends-talk-right img {
        height: 135px;
    }

    /* End : Eight : friends Talk Blk */

    /* Start : Review Button */
    .custom-btn {
        background-color: #ffd500;
        /* Yellow background */
        color: #000000;
        font-weight: 700;
        border: none;
        border-radius: 4px;
        /* Rounded corners */
        padding: 7px 40px;
        font-size: 18px;
        box-shadow: 4px 4px 0px #008bd2;
        /* Blue shadow at bottom */
        transition: all 0.2s ease-in-out;
    }

    .custom-btn:active {
        transform: translateY(2px);
        box-shadow: 0 2px 0 #008bd2;
        /* Press effect */
    }

    /* End : Review Button */

}