.post {
  max-width: 948px;
  width: 100%;
}

.singleLayout {
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 30px;
}

.eyecatch img{
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.right > .top {
  height: 273px;
  object-fit: cover;
}
.right > .bottom {
  height: calc(100% - 273px);
  object-fit: cover;
}
.swiper-slide {
  height: 200px;
}
.swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.bogo-language-switcher {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 8px;
  padding: 0 20px;
}
.bogo-language-switcher .current{
  padding: 0px 4px;
  background: #000;
  border-radius: 2px;
}
.bogo-language-switcher .current a{
  color: #fff !important;
}

.bogo-language-name > a {
  font-size: 12px !important;
}
@media (max-width: 767px){
  .singleLayout{
    flex-direction: column-reverse;
  }
  .bogo-language-switcher .current{
    background: #fff;
    border-radius: 2px;
  }
  .bogo-language-switcher .current a{
    color: #000 !important;
  }
  
}