.qa-container {
  padding: 70px 0px 90px;
}
.qa-section-title {
  padding-bottom: 90px;
}
.qa-section-title h2 {
  text-align: center;
  max-width: 1200px;
  margin: auto;
}
.qa-section {
    height: 500px;
    position: relative;
    max-width: 1200px;
    margin: auto;
}
.qa-section-button {
  padding-top: 40px;
  text-align: center;
}
.qa-section-button a {
    color: #fff !important;
    border-radius: 5px;
    display: inline-block;
    font-size: 16px;
    font-weight: 600!important;
    margin-top: 20px;
    padding: 10px 30px;
     font-weight: 500 !important;
}

.qa-section_inner {
    height: inherit;
    display: inline-flex;
    width: 100%;
    position: inherit;
}
.qa-section .answer-inner {
    max-width: 350px;
    padding-left: 10%;
    margin-left: 0px;
    padding-bottom: 10%;
    margin-top: 95px;
}

#prevIconMainDiv, #nextIconMainDiv {
  position: absolute;
  top: 45%;
}
#prevIconMainDiv {
    left: 10%;
}
#nextIconMainDiv {
    right: 15%;
}

.pictureMainDiv {
  display: inline-block;
  height: inherit;
  position: inherit;
  width: 65%;
}
.box_flex {
  display: inline-flex;
  width: 100%;
  height: inherit;
  position: absolute;
}
.frame {
  width: 100%;
  height: inherit;
}
.arrow
{
  font-size: 25px;
}
#paragraphMainDiv {
    width: 35%;
    display: flex;
}
#card1, #card2, #card3 {
  position: absolute;
}
*/
.card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  border-radius: 2px;
}
/* For SAFARI  */
@-webkit-keyframes cardAnim {
  0%, 100% {
    transform: translate3d(15%, 0px, 0px) scale(.6);
  }
  33.33% {
    transform: translate3d(40%, -35%, 0) scale(0.25);
  }
  66.67% {
    transform: translate3d(-17%, -25%, 0px) scale(0.25);
  }
}

@keyframes cardAnim {
  0%, 100% {
    transform: translate3d(15%, 0px, 0px) scale(.6);
  }
  33.33% {
    transform: translate3d(40%, -35%, 0) scale(0.25);
  }
  66.67% {
    transform: translate3d(-17%, -25%, 0px) scale(0.25);
  }
}

@media only screen and (max-width: 1000px) {
.qa-section .answer-inner  {
  padding-left: 10%;
}
#nextIconMainDiv {
    right: 10%;
}  
.box_flex {
  left: -10%;
}
}

@media only screen and (max-width: 600px) {
.qa-container {
  padding: 60px 30px;
}
.qa-section .answer-inner  {
  padding-left: 0%;
}
.qa-section-button {
padding-top: 0px;
}  
.box_flex {
  display: block;
  width: 100%;
  left: -10%;
  position: absolute;
}
.qa-section {
  height: max-content;
}
.qa-section_inner {
  display: block;
}
.qa-section-title {
  padding-bottom: 30px;
}
.pictureMainDiv {
  width: 100%;
  height: 400px;
}  
.answer-inner img {
  display: none;
}
#paragraphMainDiv .answer-inner {
  margin-top: 20px;
  max-width: 100%;
}
#prevIconMainDiv {
  left: 5%;
}
#nextIconMainDiv {
  right: 5%;
}  
#paragraphMainDiv {
  width: 100%;
  display: block;
}
.qa-section-button {
  text-align: left;
}
.qa-section .answer-inner {
  padding-bottom: 0px;
}
}
@media only screen and (max-width: 450px) {
.pictureMainDiv {
  width: 100%;
  height: 320px;
}
}