html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
caption,
tbody,
tfoot,
thead,
tr,
th,
td,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    vertical-align: baseline;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

h1,
h2 {
    font-family: "Open Sans", sans-serif;
    font-weight: bold;
}

.layout-canvas-g>.section {
    margin: 0 !important;
}

html {
    scroll-behavior: smooth;
    font-size: 95%;
    height: 100%;
}

@media only screen and (min-width: 1030px) {
    html {
        font-size: 105%;
    }
}

body {
    scroll-behavior: smooth;
}

a,
a:visited,
a:focus {
    text-decoration: none;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

button {
    cursor: pointer;
}

body>* {
    line-height: 1;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    font-family: "Open Sans", sans-serif;
    color: #000;
}

body {
    height: 100%;
    overflow-x: hidden;
    background: #fff;
}

ol,
ul {
    list-style: none;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

input[type=number] {
    -moz-appearance: textfield;
}

input[type=text] {
    font-family: "Open Sans", sans-serif;
}

input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
textarea:-webkit-autofill,
textarea:-webkit-autofill:hover,
textarea:-webkit-autofill:focus,
select:-webkit-autofill,
select:-webkit-autofill:hover,
select:-webkit-autofill:focus {
    color: #170553;
    -webkit-text-fill-color: #170553;
    -webkit-box-shadow: 0 0 0px 1000px #fff inset;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

* {
    scrollbar-width: auto;
    scrollbar-color: #dfdedf #fff;
}

*::-webkit-scrollbar {
    width: 13px;
}

*::-webkit-scrollbar-track {
    background: #fff;
}

*::-webkit-scrollbar-thumb {
    background-color: #dfdedf;
    border-radius: 10px;
    border: 3px solid #fff;
}

/* ===== Versão coluna (Sim em cima, Não embaixo) ===== */
.aside-form .hs_possui_propriedade_rural .inputs-list {
    display: flex !important;
    flex-direction: column !important;
    /* um em cima do outro */
    gap: 12px;
    /* espaço entre Sim e Não */
    padding-left: 15px;
    align-items: flex-start !important;
    /* garante alinhamento à esquerda */
}

/* Cada item (li) não deve esticar */
.aside-form .hs_possui_propriedade_rural .inputs-list .hs-form-radio {
    width: auto !important;
}

/* O label que envolve radio + texto */
.aside-form .hs_possui_propriedade_rural .hs-form-radio-display {
    display: inline-flex !important;
    flex-direction: row;
    align-items: center;
    gap: 8px;
    width: auto !important;
    /* impede esticar largura toda */
    cursor: pointer;
    color: #fff;
    font-size: 16px;
}

/* O input radio */
.aside-form .hs_possui_propriedade_rural .hs-form-radio-display input[type="radio"].hs-input {
    margin: 0 !important;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

/* Texto */
.aside-form .hs_possui_propriedade_rural .hs-form-radio-display span {
    line-height: 1.4;
    display: inline-block;
}

/* ===== Ajustes extras para propriedade rural ===== */

/* Título da pergunta */
.aside-form .hs_possui_propriedade_rural>label {
    color: #fff !important;
    /* branco */
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 10px;
    /* espaço entre título e opções */
    display: block;
}

/* Espaçamento abaixo do bloco Sim/Não */
.aside-form .hs_possui_propriedade_rural {
    margin-bottom: 24px !important;
    /* aumenta respiro até o próximo campo */
}

/* ===== Final da radio de propriedade ===== */

.container {
    max-width: 1920px;
    width: 100%;
    margin: 0 auto;
}

@media only screen and (max-width: 1030px) {
    .container {
        width: 90%;
    }
}

.swal2-confirm.swal2-styled {
    background-color: #000 !important;
    color: #fff !important;
}

.swal2-confirm.swal2-styled:focus {
    -webkit-box-shadow: 0 0 0 3px #e0e0e0 !important;
    box-shadow: 0 0 0 3px #e0e0e0 !important;
}

@media only screen and (max-width: 1030px) {
    .desktop {
        display: none !important;
    }
}

@media only screen and (min-width: 1030px) {
    .mobile {
        display: none !important;
    }
}

.hidden {
    display: none;
}

html {
    overflow-x: hidden;
}

.button {
    background-color: #fff;
    text-transform: uppercase;
    border-radius: 34px;
    max-width: 174px;
    height: 50px;
    border: 2px solid #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 700;
    margin: 20px auto;
    font-size: 12px;
    padding: 10px 39px;
    color: #000;
    text-align: center;
}

@media only screen and (max-width: 1030px) {
    .button {
        font-size: 18px;
        max-width: 228px;
    }
}

.button:hover {
    color: #fff;
    background-color: #000;
}

.toastify {
    font-size: 14px !important;
}

@media only screen and (max-width: 1030px) {
    .toastify {
        padding: 6px 10px !important;
        font-size: 12px !important;
        max-width: 300px !important;
    }
}

.navbar {
    width: calc(100vw - 350px);
    background-color: #f0be19;
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    z-index: 10;
}

@media only screen and (max-width: 800px) {
    .navbar {
        padding-right: initial;
        padding-right: 20px;
        width: 100%;
        background-color: #f0be19;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .navbar.zIndex {
        z-index: 12;
    }
}

.navbar .nav-row-logo {
    padding-left: 20px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}

@media only screen and (max-width: 800px) {
    .navbar .nav-row-logo {
        padding-left: 0;
        padding-left: initial;
    }
}

.navbar .nav-row-logo .logos-wrapper {
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    background-color: #fff;
    padding: 16px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 12px;
}

.navbar .nav-row-logo .logos-wrapper .divider {
    width: 1px;
    height: 50px;
    background-color: #d0d0d0;
}

@media only screen and (max-width: 425px) {
    .navbar .nav-row-logo .logos-wrapper img {
        max-height: 35px;
    }

    .navbar .nav-row-logo .logos-wrapper .divider {
        height: 35px;
    }
}

.navbar .nav-row-logo h3 {
    font-size: 20px;
    margin-left: 50px;
}

@media only screen and (max-width: 800px) {
    .navbar .nav-row-logo h3 {
        margin-left: 10px;
        font-size: 15px;
        line-height: 1.3;
    }
}

.navbar .nav-row-logo h3 strong {
    font-weight: 700;
}

.navbar .nav-row-options {
    padding: 16px;
    padding-left: 20px;
    padding-right: 20px;
    background-color: #37717b;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 20px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 14px;
    color: #fff;
}

.navbar .nav-row-options a {
    color: #fff;
    cursor: pointer;
}

@media only screen and (max-width: 800px) {
    .navbar .nav-row-options {
        display: none;
    }

    .navbar .nav-row-options.open {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
        -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
        gap: 0;
        overflow: auto;
        position: fixed;
        bottom: 0;
        left: 0;
        right: 0;
        z-index: 12;
        background-color: #45858d;
        padding: 0;
        padding: initial;
        width: 100%;
        height: calc(100% - 89px);
    }

    .navbar .nav-row-options.open a {
        width: 100%;
        padding-left: 32px;
        padding-top: 16px;
        padding-bottom: 16px;
    }

    .navbar .nav-row-options.open a:nth-child(even) {
        background-color: #37717b;
    }
}

@media only screen and (max-width: 800px) and (max-width: 425px) {
    .navbar .nav-row-options.open {
        height: calc(100% - 67px);
    }
}

.navbar .sandwich-button {
    display: none;
    cursor: pointer;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 8px;
}

.navbar .sandwich-button div {
    background-color: #404757;
    width: 36px;
    height: 4px;
}

@media only screen and (max-width: 800px) {
    .navbar .sandwich-button {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.navbar .sandwich-button.open div {
    display: none;
}

.navbar .sandwich-button.open div:first-child {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.navbar .sandwich-button.open div:first-child::before {
    position: absolute;
    content: "";
    width: 36px;
    height: 4px;
    background-color: #404757;
}

.navbar .sandwich-button.open div:first-child::before {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
}

.aside-form {
    position: fixed;
    right: 0;
    top: 0;
    z-index: 10;
    width: 335px;
    height: 100vh;
    background-color: #404757;
    overflow: auto;
}

.aside-form .success-content {
    display: none;
}

.aside-form .success-content.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    padding: 40px;
    width: 100%;
    height: 100%;
    color: #fff;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    line-height: 1.2;
    font-size: 30px;
}

.aside-form .success-content.show p {
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400;
    margin-top: 12px;
}

.aside-form .phone-content {
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    color: #fff;
    text-align: center;
    padding: 20px;
}

.aside-form .phone-content h4 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
}

.aside-form .phone-content p {
    margin-top: 4px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 16px;
}

.aside-form .phone-content button {
    margin-top: 16px;
    width: 100%;
    max-width: 315px;
    color: #404757;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    background-color: #f0be19;
    border-radius: 100px;
    border: none;
    padding: 12px;
}

@media only screen and (max-width: 800px) {
    .aside-form .phone-content {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.aside-form .close-btn {
    display: none;
    position: absolute;
    top: 20px;
    right: 20px;
    height: 36px;
    width: 36px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.aside-form .close-btn::before,
.aside-form .close-btn::after {
    position: absolute;
    content: "";
    width: 100%;
    height: 4px;
    background-color: #f0be19;
}

.aside-form .close-btn::before {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}

.aside-form .close-btn::after {
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
}

.aside-form .form-content {
    width: 100%;
    height: 100%;
    padding: 32px;
    display: none;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 16px;
}

.aside-form .form-content.show {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.aside-form .form-content h1 {
    margin-bottom: 24px;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 20px;
    color: #fff;
}

.aside-form .form-content p {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 8px;
    line-height: 1.5;
    color: #fff;
}

.aside-form .form-content p a {
    color: #c09800;
}

.aside-form .form-content button {
    width: 100%;
    color: #404757;
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 16px;
    background-color: #f0be19;
    border-radius: 100px;
    border: none;
    padding: 12px;
}

.aside-form .form-content input,
.aside-form .form-content select {
    width: 100%;
    background-color: #fff;
    color: #5c5c5c;
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 16px;
    outline: none;
    border: 2px solid #fff;
    border-radius: 100px;
    padding: 12px;
    padding-left: 24px;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.aside-form .form-content input.error,
.aside-form .form-content select.error {
    border: 2px solid red;
}

.aside-form .form-content select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-image: url("data:image/svg+xml;charset=US-ASCII,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20width%3D%22292.4%22%20height%3D%22292.4%22%3E%3Cpath%20fill%3D%22%23131313%22%20d%3D%22M287%2069.4a17.6%2017.6%200%200%200-13-5.4H18.4c-5%200-9.3%201.8-12.9%205.4A17.6%2017.6%200%200%200%200%2082.2c0%205%201.8%209.3%205.4%2012.9l128%20127.9c3.6%203.6%207.8%205.4%2012.8%205.4s9.2-1.8%2012.8-5.4L287%2095c3.5-3.5%205.4-7.8%205.4-12.8%200-5-1.9-9.2-5.5-12.8z%22%2F%3E%3C%2Fsvg%3E");
    background-position: right .7rem top 50%;
    background-repeat: no-repeat;
    background-size: .5rem auto;
}

@media only screen and (max-height: 688px) {

    .aside-form .form-content input,
    .aside-form .form-content select {
        padding: 10px;
        padding-left: 16px;
        font-size: 12px;
    }

    .aside-form .form-content button {
        padding: 10px;
        font-size: 12px;
    }
}

@media only screen and (max-height: 548px) {
    .aside-form .form-content {
        height: auto;
        height: initial;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }
}

@media only screen and (max-width: 800px) {
    .aside-form {
        top: auto;
        top: initial;
        bottom: 0;
        left: 0;
        right: 0;
        width: 100%;
        height: 150px;
        background-color: #45858d;
    }

    .aside-form .form-content.show {
        display: none;
    }

    .aside-form .success-content.show {
        display: none;
    }

    .aside-form.open {
        top: 0;
        height: 100%;
        background-color: #404757;
    }

    .aside-form.open .success-content.show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .aside-form.open .phone-content {
        display: none;
    }

    .aside-form.open .close-btn {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .aside-form.open .form-content.show {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }
}

.main-content {
    width: calc(100vw - 350px);
    height: calc(100% - 135px);
    position: absolute;
    bottom: 0;
    left: 0;
}

.main-content .margin-mobile {
    display: none;
    height: 150px;
}

@media only screen and (max-width: 1139px) {
    .main-content {
        height: calc(100% - 169px);
    }
}

@media only screen and (max-width: 800px) {
    .main-content {
        height: calc(100% - 89px - 150px);
        width: 100vw;
        bottom: 150px;
    }

    .main-content .margin-mobile {
        display: block;
    }
}

@media only screen and (max-width: 425px) {
    .main-content {
        height: calc(100% - 67px - 150px);
    }
}

.main-content .first-section {
    position: relative;
    width: 100%;
    height: 581px;
    padding: 20px;
    padding-top: 50px;
    padding-left: 50px;
}

@media only screen and (max-width: 800px) {
    .main-content .first-section {
        padding: 30px;
        padding-top: 30px;
        padding-left: 30px;
    }
}

.main-content .first-section .background-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: -1;
    overflow: hidden;
}

.main-content .first-section .background-wrapper img {
    width: 100%;
    min-height: 581px;
}

@media only screen and (max-width: 1275px) {
    .main-content .first-section .background-wrapper img {
        width: auto;
        width: initial;
    }
}

.main-content .first-section h1 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 40px;
    color: #fff;
    max-width: 450px;
}

.main-content .first-section h4 {
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 26px;
    line-height: 1.5;
    color: #fff;
    max-width: 450px;
    margin-top: 20px;
}

@media only screen and (max-width: 800px) {
    .main-content .first-section h4 {
        font-size: 30px;
    }
}

.main-content .first-section .white-box {
    margin-top: 32px;
    width: -moz-fit-content;
    width: -webkit-fit-content;
    width: fit-content;
    padding: 16px;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    gap: 28px;
    font-family: "Open Sans", sans-serif;
    font-weight: 300;
    font-size: 16px;
    line-height: 1.5;
}

.main-content .first-section .white-box .bold {
    font-weight: 600;
}

.main-content .first-section .white-box p {
    max-width: 220px;
}

@media only screen and (max-width: 800px) {
    .main-content .first-section .white-box {
        display: none;
    }
}

@media only screen and (max-width: 800px) {
    .main-content .first-section {
        height: 466px;
    }

    .main-content .first-section .background-wrapper {
        height: 466px;
        width: 100%;
    }
}

@media only screen and (max-width: 742px) {
    .main-content .first-section .background-wrapper {
        width: auto;
        width: initial;
    }
}

@media only screen and (max-width: 425px) {
    .main-content .first-section {
        padding-left: 20px;
    }

    .main-content .first-section h1 {
        font-size: 32px;
    }

    .main-content .first-section h4 {
        font-size: 22px;
    }
}

.main-content .section-content {
    width: 100%;
    padding-top: 32px;
    padding-bottom: 32px;
    padding-right: 30px;
    padding-left: 30px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 0px;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

@media only screen and (max-width: 742px) {
    .main-content .section-content {
        padding-right: 0px;
        padding-left: 0;
    }
}

.main-content .section-content.gray {
    background-color: #f0f0f0;
}

.main-content .section-content div {
    min-width: 350px;
    justify-self: center;
}

.main-content .section-content div.first {
    -webkit-transform: translateX(-100px);
    transform: translateX(-100px);
}

@media only screen and (max-width: 1000px) {
    .main-content .section-content div.first {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@media only screen and (max-width: 1500px) and (min-width: 1001px) {
    .main-content .section-content div.first {
        -webkit-transform: translateX(20px);
        transform: translateX(20px);
    }
}

.main-content .section-content div.second {
    -webkit-transform: translateX(100px);
    transform: translateX(100px);
}

@media only screen and (max-width: 1000px) {
    .main-content .section-content div.second {
        -webkit-transform: translateX(0px);
        transform: translateX(0px);
    }
}

@media only screen and (max-width: 1500px) and (min-width: 1001px) {
    .main-content .section-content div.second {
        -webkit-transform: translateX(-20px);
        transform: translateX(-20px);
    }
}

.main-content .section-content div h2 {
    font-family: "Open Sans", sans-serif;
    font-weight: 600;
    font-size: 24px;
    line-height: 1.2;
}

.main-content .section-content div ul {
    font-family: "Open Sans", sans-serif;
    font-weight: 400;
    font-size: 18px;
    line-height: 1.5;
    margin-top: 32px;
}

@media only screen and (max-width: 1500px) {
    .main-content .section-content div ul {
        font-size: 16px;
        margin-top: 20px;
    }
}

.main-content .section-content div ul li {
    list-style: disc;
    list-style-position: inside;
}

@media only screen and (max-width: 1250px) {
    .main-content .section-content {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        padding-left: 20px;
        padding-right: 20px;
    }

    .main-content .section-content.gray {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
    }

    .main-content .section-content img {
        width: 100%;
        max-width: 600px;
    }

    .main-content .section-content div {
        margin-top: 20px;
        min-width: 0;
        min-width: initial;
    }

    .main-content .section-content div.first {
        padding-left: 0px;
    }

    .main-content .section-content div.second {
        padding-right: 0px;
    }
}