/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v7.0.29,
* Autoprefixer: v9.7.6
* Browsers: last 4 version
*/

@charset "utf-8";
/* CSS Document */

.maincontens {
  margin: 0.5em 2em 3em 2em;
}

.main2 {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0em 2.5em 0em 2.5em;
}

.main2box {
  width: 100%;
  height: auto;
  display: flex;
  justify-content: space-between;
  margin-bottom: 2rem;
}

.main2 img {
  max-width: 500px;
  height: auto;
  align-self: flex-start;
}

.main2 .sub_details2 {
  width: calc(100% - 500px);
  padding-left: 2rem;
}

.main2box:nth-child(2n) {
  flex-flow: row-reverse;
}

.main2box:nth-child(2n) .sub_details2 {
  padding-left: 0;
  padding-right: 2rem;
}
