body {
  background-color: #66f19b;
  margin: 20px auto;
  border-top: 3px;
  border-left: 3px;
  border-right: 3px;
  border-bottom: 3px;


}
a{text-decoration: none;}
.col-6 {
  width: 50% !important;
  padding: 0;
  margin: 0;
}

p {
  padding: 100px;
  font-size: 15px;
  font-family: 'Times New Roman', Times, serif;
  justify-items: center;
  text-align: justify;
}

div{
  justify-items: center;
  text-align: justify;
}
.climatopix {
  position: relative;
  display: flex;
  width: 100%;
}
.climatopix .container {
  display: inline-flex;
  position: absolute;
  margin-top: 20px;
  left: 100px;
  top: 0px;
  height: 400px;
  width: 440px;
  overflow: hidden;
  border: #66f19b;
}
.climatopix .container::before {
  position: absolute;
  left: 0px;
  content: "";
  width: 6px;
  height: 400px;

  
}
.climatopix .container::after {
  position: absolute;
  right: 0px;
  content: "";
  width: 6px;
  height: 400px;
}
.climatopix .container ul.imgLs {
  width: 450px;
  margin: 0px auto;
  list-style: none;
  position: relative;
  transition: transform 1s ease-in-out;
  padding: 0;
}
.climatopix .container ul.imgLs li {
  padding: 0;
  margin: 0;
  list-style: none;
}
.climatopix .container ul.imgLs li img {
  display: block;
  height: 400px;
  width: 400px;
}
.climatopix .textls li {
  display: flex;
  align-items: center;
  height: 400px;
  list-style: none;
  padding: 0 50px;
  
}