/* color */
/* font */
/* transition */
.imgBox {
  position: relative;
  padding: 10px;
  margin-bottom: 40px;
  border: 1px solid #f18e00; }
  .imgBox img {
    width: 100%;
    max-width: 100%;
    height: auto; }
  .imgBox .imgText {
    padding: 10px 16px;
    background-color: rgba(205, 174, 130, 0.8);
    color: #fff;
    font-size: 16px;
    font-weight: 700;
    width: auto;
    position: absolute;
    bottom: 5%;
    right: -5%;
    letter-spacing: 1.28px; }

.textEditor {
  letter-spacing: 0.8px; }
  .textEditor strong {
    font-size: 26px;
    font-weight: 500; }
  .textEditor .large {
    color: #f18e00;
    font-size: 34px;
    font-weight: 500;
    letter-spacing: 1.7px; }
  .textEditor ol {
    padding-left: 30px;
    font-size: 18px;
    font-weight: 500;
    line-height: 1.75;
    letter-spacing: 0.9px; }

.btnBox {
  margin-top: 30px;
  justify-content: flex-end; }
