
      .our-service .services-wrap.services-wrap-kr {
         min-height: 400px;
      }

      .our-service .services-wrap p {
         font-size: 16px;
      }

      .pro {
         padding: 0 !important;
         background-color: #fff;
         height: 550px;
         border: 2px solid #111827  !important;
         border-radius: 8px !important;
         box-shadow: 0 20px 25px -5px rgba(0, 0, 0, 0.1), 0 10px 10px -5px rgba(0, 0, 0, 0.04) !important;
      }

      .essen {
         padding: 0 !important;
         background-color: #182644;
         color: #fff;
         border: none !important;
         box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05) !important;
      }

      .essen img {
         max-width: 100%;
      }

      .custom_li li {
         font-weight: bold;
      }

      .custom_li li:before {
         content: "";
         background-image: url(https://enago.co.kr/thesis-editing/img/greentick.png);
         position: absolute;
         background-size: 13px 12px;
         height: 12px;
         width: 13px;
         top: 9px;
         background-color: transparent;
      }

      .why-enago_block {
         background-color: #f3f4f6;
         min-height: 250px;
      }

      .img-box {
         background: #fff;
         margin-top: -65px;
         padding: 4px;
         box-shadow: 0 10px 15px -3px rgba(0, 0, 0, 0.1), 0 4px 6px -2px rgba(0, 0, 0, 0.05);
         border-radius: 6px;
         display: inline-flex;
      }

      .benefits {
         background-color: #111827; color: #fff; padding-top: 50px;
      }

      .benefits img {
         background: #f3f4f6;
         border-radius: 4px;
         padding: 5px;
         width: 64px;
         margin-bottom: 20px;
      }

      .our-service .row {
         display: flex;
         align-items: center;
      }

      .pr {
         padding-right: 0;
      }

      .pl {
         padding-left: 0;
      }

      .thesis-cta {
         text-align: center; padding: 15px; border-radius: 8px; font-size: 20px;font-weight: bold;
      }

      .thesis-row {padding-top: 300px; margin-top: -225px; background: #fff; padding-bottom: 30px}

      @media only screen and (max-width: 767px) {
         .our-service .row {
            flex-direction: column;
         }

         .pr {
            padding-right: 15px;
         }

         .pl {
            padding-left: 15px;
         }
      }