/* your custom css */

.customLogo {
  width: 10em;
}

.blockImage {
  max-width: 35em !important;
  height: 10em;
  display: flex;
  justify-content: space-around;
  flex-direction: column;
}

@media only screen and (min-device-width: 360px) and (max-device-width: 736px) {
}

@media only screen and (min-width: 1024px) {
}

@media only screen and (max-width: 1023px) {
}

@media only screen and (min-width: 1400px) {
}

@media only screen and (min-width: 1500px) {
}
