.so-widget-m01-m01-8b41e05bb101-8 .m01 {
  background: #165c9f;
  margin: 0 auto;
  padding: 60px 10px 40px;
  overflow: hidden;
  position: relative;
  text-align: center;
  width: 100%;
}
.so-widget-m01-m01-8b41e05bb101-8 .m01 > h3 {
  display: none;
}
.so-widget-m01-m01-8b41e05bb101-8 .m01 .title-with-image {
  margin: 0 auto 20px;
}
.so-widget-m01-m01-8b41e05bb101-8 .m01 > p {
  text-align: center;
}
.so-widget-m01-m01-8b41e05bb101-8 .m01 > p a:before {
  content: "\f16d";
  font-family: "Font Awesome 5 Brands";
  transition: all 300ms ease-in-out;
}
.so-widget-m01-m01-8b41e05bb101-8 .m01 > p a:hover {
  background: #ffffff;
  color: #165c9f;
}
.so-widget-m01-m01-8b41e05bb101-8 .m01 > p a:hover:before {
  color: #165c9f;
}
.so-widget-m01-m01-8b41e05bb101-8 .m01 ul {
  margin: 0 auto 30px;
  max-width: 1280px;
  overflow: hidden;
  padding: 0;
}
.so-widget-m01-m01-8b41e05bb101-8 .m01 ul li {
  display: inline-block;
  float: left;
  width: 33.333%;
}
.so-widget-m01-m01-8b41e05bb101-8 .m01 ul li a {
  display: block;
  margin: 10px;
  overflow: hidden;
  padding-top: calc(100% - 20px);
  position: relative;
  width: calc(100% - 20px);
}
.so-widget-m01-m01-8b41e05bb101-8 .m01 ul li a img {
  bottom: 0;
  height: 110%;
  left: -5%;
  max-height: 110%;
  max-width: 110%;
  object-fit: cover;
  position: absolute;
  right: 0;
  top: -5%;
  width: 110%;
}
@media screen and (max-width: 780px) {
  .so-widget-m01-m01-8b41e05bb101-8 .m01 ul {
    display: block;
  }
  .so-widget-m01-m01-8b41e05bb101-8 .m01 ul li {
    margin: 0 0 12px;
    width: 50%;
  }
  .so-widget-m01-m01-8b41e05bb101-8 .m01 ul li:nth-child(5) {
    display: none;
  }
}