.flip-card-inner {
    position: relative;
    width: 480px;
    left: 0;
    right: 0;
}
.img_about, .img_what_we {
    width: 250px;
    position: relative;
    left: -6%;
    right: 0;
}
.heading_about {
    position: absolute;
    top: 33%;
    left: 3%}
.img_about img, .img_what_we img {
    height: 200px;
    width: 200px;
}
.heading_what_we {
    position: absolute;
    top: 40%;
    left: 4%;
    right: 2%}
@media(max-width:1024px) {
    .flip-card-inner {
    position: relative;
    width: 100%;
    left: 64px;
    right: 0;
}
}@media(max-width:991px) {
    .flip-card-inner {
    position: relative;
    width: 100%;
    left: 0;
    right: 0;
}
}@media(max-width:767px) {
    .heading_about, .heading_what_we {
    position: absolute;
    text-align: center;
}
.heading_about {
    top: 33%;
    left: 2%;
    right: 2%}
.heading_what_we {
    top: 40%;
    left: 4%;
    right: 4%}
}