body {
    font-family: Arial, sans-serif;
    background-color: #fff;
    margin: 0;
    padding: 0;
}
.testimonial-container {
    display: flex;
    align-items: center;
    height: 100%;
    background-color: #eeeeee;
    margin-top: 1%;
    margin-bottom: 3%;
    justify-content: space-around;
    padding: 1.25vw;
    width: 100%;
    border-radius: 0.75vw;
    border: 1px solid gray;
    border-color: gainsboro;
}
.testimonial {
    background: #fff;
    border-radius: 10px;
    max-width: 300px;
    padding: 20px;
    text-align: center;
    box-shadow: -5px 5px 5px 0px #b2b2b2;
}
.others-question {
    font-size: 30px;
    font-family: 'Montserrat Bold';
    margin-top: 1.8%;
    padding-left: 1.15vw;
}
.others-answer {
    color: #ff9240;
    margin-top: 0.5%;
}
.container {
  width: 100%;
  vertical-align: middle;
}
img.testimonial-company {
    width: 55%;
}
p.testimonial-Name {
    font-size: large;
    font-weight: bold;
    font-family: 'Montserrat';
    padding-top: 3%;
    color: black;
}
p.testimonial-Designation {
    font-size: large;
    color: black;
    padding-top: 2%;
}
.testimonial-message-para {
    font-size: 17px;
    line-height: 1.5vw;
    font-family: 'Montserrat medium';
    letter-spacing: 0.03rem;
    color: black;
}
.testimonial-message {
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: center;
    padding-left: 2vw;
}
img.testimonial-company {
    margin-top: 2.5%;
}
span.others-high {
    background-color: #ff9240;
    padding-left: 10px;
    padding-right: 10px;
    font-size: 31px;
    margin-top: 10%;
    padding-top: 0.35%;
}
.others-high{
    white-space: nowrap;
}

@media screen and (min-width: 344px) and (max-width: 575px) {
    .tempFix {
        display: flex;
        margin-bottom: 20px;
        margin-top: -25px;
    }
    .testimonial-container{
        flex-direction: column;
        padding: 10px;
    }
    #odd-testimonial{
        display: flex;
    }
    .testimonial-message-para {
        line-height: normal;
        font-size: 15px;
    }
    .testimonial-message {
        padding: 20px 10px;
    }
    .row.fl-hd-txt {
        width: 5%;
    }
    #MobView {
        flex-direction: column-reverse;
    }
}

@media screen and (min-width: 710px) and (max-width: 912px) {
    p.testimonial-Name{
        font-size: 14px;
    }
    p.testimonial-Designation{
        font-size: 15px;
    }
    img.testimonial-company {
        width: 100%;
    }
    .testimonial-message-para {
        font-size: 15px;
        line-height: 3vw;
    }
    .testimonial {
        box-shadow: -5px 5px 9px -3.5px #b2b2b2;
    }
    .our-testimonial {
        padding-left: 5%;
    }
}
