.caption-container {
    font-family: 'Gilroy', sans-serif;
    font-weight: 500;
    font-style: normal;
    font-size: 24px; /* 17px; */
    letter-spacing: 0em;
    line-height: 1.5;
    color: #E3AC00;
    -moz-transition: font-size 500ms ease;
    -ms-transition: font-size 500ms ease;
    -o-transition: font-size 500ms ease;
    -webkit-transition: font-size 500ms ease;
    transition: font-size 500ms ease;
    margin-bottom: 15px;

    @media (max-width: 1250px){
        font-size: 17px;
    }

    @media (min-width: 450px){
        form & {
            font-size: 24px;
            @media (max-width: 1250px){
                font-size: 17px;
            }
        }
    }

    @media (max-width: 450px){
        br {
            display: none;
        }
    }
}

.redactor p {
    font-family: 'Gilroy', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 24px /* 17px; */
    letter-spacing: 0em;
    line-height: 1.5;
    color: #E3AC00;
    -moz-transition: font-size 500ms ease;
    -ms-transition: font-size 500ms ease;
    -o-transition: font-size 500ms ease;
    -webkit-transition: font-size 500ms ease;
    transition: font-size 500ms ease;
    line-height: 1.5;
    color: #6B6B6B;

    @media (max-width: 1250px){
        font-size: 17px;
    }

    @media (min-width: 450px){
        form & {
            font-size: 24px;
            @media (max-width: 1250px){
                font-size: 17px;
            }
        }
    }
}

.redactor h2 {
    font-family: 'Gilroy', sans-serif;
    font-weight: bold;
    font-style: normal;
    font-size: 40px; /* 30px; */
    letter-spacing: 0em;
    line-height: 1.2;
    -moz-transition: font-size 500ms ease;
    -ms-transition: font-size 500ms ease;
    -o-transition: font-size 500ms ease;
    -webkit-transition: font-size 500ms ease;
    transition: font-size 500ms ease;
    color: #000046;

    @media (max-width: 1250px){
        font-size: 30px;
    }

    @media (min-width: 450px){
        form & {
            font-size: 40px;
            @media (max-width: 1250px){
                font-size: 30px;
            }
        }
    }

    @media (max-width: 450px){
        br {
            display: none;
        }
    }
}

label.container {
    font-family: 'Gilroy', sans-serif;
    font-weight: normal;
    font-style: normal;
    font-size: 24px;
    letter-spacing: 0em;
    line-height: 1.5;
    color: #E3AC00;
    -moz-transition: font-size 500ms ease;
    -ms-transition: font-size 500ms ease;
    -o-transition: font-size 500ms ease;
    -webkit-transition: font-size 500ms ease;
    transition: font-size 500ms ease;
    line-height: 1.5;
    color: #6B6B6B;
    margin-bottom: 17px;
    padding-left: 40px;

    @media (max-width: 1250px){
        font-size: 17px;
    }

    @media (max-width: 450px){
        font-size: 17px;
    }
}

label, input, textarea {
    font-family: 'Gilroy', sans-serif;
    font-weight: 500;
    font-style: normal;
    letter-spacing: 0;
    line-height: 1.3;
    font-size: 24px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;

    @media (max-width: 1250px){
        font-size: 17px;
    }

    @media (max-width: 450px){
        font-size: 17px;
    }
}

.buttons-container .btn {
    input[type=button], 
    input[type=submit],
    a {
        font-family: 'Gilroy', sans-serif;
        font-weight: 500;
        font-style: normal;
        letter-spacing: 0;
        line-height: 1;
        font-size: 21px; /* 16px; */
        display: block;
        padding: 15px 26px; /* 10px 23px; */
        border-radius: 50px;
        border: 2px solid #000046;
        color: #fff;
        position: relative;
        overflow: hidden;
        -webkit-transition: background-color 500ms ease, border 500ms ease, padding 500ms ease;
        -moz-transition: background-color 500ms ease, border 500ms ease, padding 500ms ease;
        -ms-transition: background-color 500ms ease, border 500ms ease, padding 500ms ease;
        -o-transition: background-color 500ms ease, border 500ms ease, padding 500ms ease;
        transition: background-color 500ms ease, border 500ms ease, padding 500ms ease;

        @media (max-width: 1250px){
            font-size: 16px;
            padding: 10px 23px;
        }
    }

    &.btn-arrow a, 
    &.arrow a {
        padding: 10px 12px 10px 27.5px; /* 5.5px 7.5px 5.5px 23px; */

        @media (max-width: 1250px){
            padding: 5.5px 7.5px 5.5px 23px;
        }

        &.prev {
            padding: 10px 27.5px 10px 12px; /* 5.5px 23px 5.5px 7.5px; */

            @media (max-width: 1250px){
                padding: 5.5px 23px 5.5px 7.5px;
            }
        }
    }

    input[type=button], 
    input[type=submit] {
        background-color: #E3AC53;
        border-color: #E3AC53;
        line-height: 19px;
        margin-bottom: 0px;
        cursor: pointer;
    }
}

.columns-container {
    display: flex;
    align-items: flex-start;
    justify-content: flex-start; // space-between;
    gap: 40px;
    margin-bottom: 60px;

    &:last-child {
      margin-bottom: 0;
    }

    &:has( + .columns-container) {
      margin-bottom: 120px;
    }

    .column:first-child:has( + .column:last-child),
    .column:first-child + .column:last-child {
      width: calc(50% - 20px);

      @media (max-width: 979px) {
        width: 100%;
      }
    }

    .column {
      width: auto;
    }

    p {
      max-width: 675px;
    }

    .column.align-bottom {
      align-self: flex-end;

      .btn {
        margin-bottom: 0;
      }
    }

    .image-container {
      margin-bottom: 20px;

      &:has(svg) {
        margin-bottom: 10px;
      }
    }

    .image-container:has(img) img {
      border-radius: var(--border-radius);
      overflow: hidden;
    }

    @media (max-width: 850px) {
      gap: 40px 60px;
      flex-wrap: wrap;
      margin-bottom: 40px;
      &:has( + .columns-container) {
        margin-bottom: 80px;
      }

      .centered & {
        justify-content: center;
      }
    }
  }

   @media (max-width: 600px) {
    &:has( + .columns-container) {
      margin-bottom: 60px;
    }
   }