/* color */
/* font */
/* transition */
@keyframes rotate {
  0% {
    transform: rotate(0deg); }
  100% {
    transform: rotate(360deg); } }

.textEditor {
  color: #886d58;
  font-weight: 500;
  line-height: 1.83333;
  letter-spacing: 2.16px; }
  .textEditor .imgBox {
    text-align: center; }

.featureBox {
  display: flex;
  gap: 35px;
  align-items: center;
  margin-top: 120px; }
  .featureBox .textBox {
    font-size: 20px;
    letter-spacing: 2.8px;
    color: #a8c59f;
    text-align: right;
    margin-top: 30px; }
