.df-month {
  background-image: url("/themes/inwi_diriddik/assets/img/bg-month.jpg");
  padding: 3.125rem 0 1.875rem 0;
  width: 100%;
}
.df-month__content {
  max-width: 38.5625rem;
}
.df-month__content * {
  color: #fff;
}
.df-month__image {
  width: 6rem;
  height: 6rem;
  border-radius: 50%;
  position: relative;
  overflow: hidden;
  border: 0.125rem solid #FDDC45;
  background: #fff;
}
.df-month__image img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  right: 0;
}
.df-month__name {
  background: #fff;
  padding: 0.9375rem 2.5rem 0.5625rem 1.25rem;
  border: 0.0625rem solid #FDDC45;
  border-radius: 0.5rem;
  color: #FDDC45;
  margin-right: -1.25rem;
  margin-bottom: 0;
}
.df-month .permalink {
  color: #fff;
}
.df-month .permalink:before {
  background-color: #FDDC45;
}
.df-month .permalink:hover {
  color: #FDDC45;
}