.do-it-box {
  max-width: 1200px;
  heght: auto;
  margin: 0 auto;
  padding: 2rem 1rem;
  background: -webkit-linear-gradient(320deg, #656161 0%, #2d2b2b 100%);
  background: linear-gradient(130deg, #656161 0%, #2d2b2b 100%);
  text-align: center;
  color: #bb8f3c !important; }
  .do-it-box h2.title {
    font-size: 2rem;
    color: #bb8f3c !important; }
  .do-it-box h3.title {
    font-size: 1.5rem;
    color: #bb8f3c !important; }
  .do-it-box hr {
    margin: 2rem -2rem;
    padding: 15px 0;
    background: white;
    border: none;
    opacity: 1; }
  .do-it-box .counter-box-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    gap: 2rem;
    padding-top: 2rem; }
    .do-it-box .counter-box-wrapper .counter-box {
      display: -webkit-box;
      display: -webkit-flex;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -webkit-flex-direction: column;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
      -webkit-justify-content: space-between;
          -ms-flex-pack: justify;
              justify-content: space-between;
      text-align: center;
      padding: 1rem .5rem;
      width: 11rem;
      height: 11rem;
      border: 10px solid;
      border-image-slice: 1;
      border-width: 3px;
      border-image-source: linear-gradient(90deg, #eec981 0%, #f2cb59 15%, #f7efe2 40%, #b57a10 70%, #edc586 100%); }
      .do-it-box .counter-box-wrapper .counter-box h3 {
        color: #bb8f3c; }
      .do-it-box .counter-box-wrapper .counter-box .dynamic-field {
        margin-bottom: 0;
        font-size: 2.5rem;
        color: white;
        word-break: break-all; }

@media (max-width: 900px) {
  .do-it-box .counter-box-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }
  .do-it-box .logo-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-justify-content: space-around;
        -ms-flex-pack: distribute;
            justify-content: space-around;
    gap: 2rem;
    padding-top: 0; }
    .do-it-box .logo-wrapper .info {
      -webkit-box-flex: 2;
      -webkit-flex-grow: 2;
          -ms-flex-positive: 2;
              flex-grow: 2; }
    .do-it-box .logo-wrapper .logo {
      max-width: 200px; }

@media (max-width: 900px) {
  .do-it-box .logo-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column; } }

.arany {
  color: black !important;
  background-color: #a27319 !important; }

.mc4wp-form-fields input {
  border-radius: 99px !important; }
