<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
.content-en-image{
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 50px;
  text-align: center;
}
.elem-en-image{
  display: inline-block;
  width: 300px;
  height: 300px;
  border: 15px solid white;
  box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, .2);
  margin: 20px;
  margin-bottom: 70px;
  vertical-align: middle;
}
.elem-en-image:hover{
  box-shadow: 1px 1px 19px -3px rgba(0, 0, 0, 0.8);
}
.elem-en-image h2{
  margin-top: 320px;
  font-size: 23px;
  text-transform: uppercase;
  color: #38d5da;
}

@media (max-width: 767px) {
  .elem-en-image h2 {
    margin-top: 290px;
    font-size: 20px;
    text-transform: uppercase;
    color: #38d5da;
  }
}

@media (max-width: 480px){
  .elem-en-image {
    width: 280px;
    height: 280px;
    max-width: 88%;
  }
  .elem-en-image h2 {
    margin-top: 275px;
  }
}
</pre></body></html>