body {
    font-family: "Roboto", sans-serif;
    margin: 0;
    padding: 0;
}
#section-presentation.section-with-bg {
    background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, 1)), url('../../assets/image/bg.png');
   /* Change 'your-image-url.jpg' to the path of your image */
    background-color: #000;
    background-size: cover;
    display: flex;
    justify-content: center;
    min-height: 640px;
    color: #fff;
   /* Text color for better visibility */
    text-align: center;
    border-bottom: 5px solid #738d24;
    background-repeat: no-repeat;
}
#section-presentation.section-with-bg .section-container {
    padding: 0 0 0 100px;
    display: flex;
    align-items: flex-end;
    justify-content: center;
    max-height: 820px;
}
#section-presentation.section-with-bg .section-container .section-content {
    display: flex;
    height: 100%;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    text-align: left;
    width: 800px;
}
#section-presentation.section-with-bg .section-container .section-content .title {
    font-size: 2.5rem;
    font-weight: 300;
    margin: 20px 0 16px 0;
    line-height: 1.4em;
}
#section-presentation.section-with-bg .section-container .section-content .highlight {
    color: #c1cd9b;
    border: 2px solid #ccc;
    padding: 0 20px;
    border-radius: 7px;
    font-family: "Bad Script", cursive;
    font-weight: bold;
}
#section-presentation.section-with-bg .section-container .section-content .subtitle {
    font-weight: 600;
    font-size: 14px;
    text-align: justify;
    line-height: 1.4em;
}
#section-presentation.section-with-bg .section-container .section-content .message {
    color: #c1cd9b;
    font-size: 16px;
    font-weight: 400;
    text-align: justify;
    font-style: italic;
    line-height: 1.4em;
}
#section-presentation.section-with-bg .section-container .section-content .main-content {
    font-size: 27px;
    font-weight: 500;
    margin: 10px 0 5px 0;
}
#section-presentation.section-with-bg .section-container .section-content .content {
    font-size: 20px;
    font-weight: 500;
    line-height: 1.4em;
}
#section-presentation.section-with-bg .section-container .section-image {
    display: flex;
    height: 100%;
    align-items: flex-end;
    max-width: 800px;
}
#section-presentation.section-with-bg .section-container .section-image img {
    max-width: 100%;
    height: auto;
}
#section-steps-for-success {
    background-color: #edeae180;
    padding: 100px 0 100px 0;
}
#section-steps-for-success .section-title {
    text-align: center;
    padding: 25px 25px 45px 25px;
    font-size: 45px;
    color: #525252;
    position: relative;
    font-weight: bold;
    align-items: center;
    display: flex;
    flex-direction: column;
}
#section-steps-for-success .section-title span {
    font-family: "Bad Script", cursive;
    font-size: 45px;
    color: #738d24;
}
#section-steps-for-success .section-title .section-subtitle {
    font-size: 20px;
    max-width: 700px;
    font-weight: 300;
}
#section-steps-for-success .section-steps {
    gap: 45px;
    display: grid;
    grid-template-columns: repeat(5, 186px);
    justify-content: center;
    align-items: flex-end;
}
#section-steps-for-success .section-steps .steps {
    display: flex;
    flex-direction: column;
    gap: 7px;
}
#section-steps-for-success .section-steps .steps .step-header {
    display: flex;
    gap: 36px;
    align-items: center;
    padding: 0 0 20px 0;
    border-bottom: 1px solid #e1e1e1;
}
#section-steps-for-success .section-steps .steps .step-header .step-number {
    display: flex;
    flex-direction: column;
    align-items: center;
}
#section-steps-for-success .section-steps .steps .step-header .step-number .number {
    color: #868686;
    font-size: 18px;
    font-weight: 600;
}
#section-steps-for-success .section-steps .steps .step-header .step-number .bar {
    background-color: #c1cd9b;
    width: 50px;
}
#section-steps-for-success .section-steps .steps:nth-child(1) .bar {
    height: 10px;
}
#section-steps-for-success .section-steps .steps:nth-child(2) .bar {
    height: 25px;
}
#section-steps-for-success .section-steps .steps:nth-child(3) .bar {
    height: 35px;
}
#section-steps-for-success .section-steps .steps:nth-child(4) .bar {
    height: 45px;
}
#section-steps-for-success .section-steps .steps:nth-child(5) .bar {
    height: 55px;
}
#section-steps-for-success .section-steps .steps .step-name {
    font-size: 16px;
    font-weight: 500;
    color: #738d24;
}
#section-steps-for-success .section-steps .steps .step-description {
    font-size: 18px;
    font-weight: 300;
    line-height: 1.5em;
    height: 85px;
    color: #525252;
    border: 1px solid #dcdcdc;
    padding: 15px 15px 15px 16px;
    border-radius: 4px;
    background: #fff;
    text-align: center;
    box-shadow: 5px 3px 19px -8px rgba(0, 0, 0, 0.61);
}
#section-steps-for-success .section-steps .steps .highlight {
    color: #738d24;
    font-weight: 600;
}
#section-steps-for-success .section-steps .steps .step-arrow img {
    width: 28px;
    margin-top: 15px;
}
#section-bonus {
    background-color: #2c2c2c;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 50px 0 50px 0;
    position: relative;
}
#section-bonus .section-title {
    text-align: center;
    padding: 25px 25px 45px 25px;
    font-size: 45px;
    color: #fff;
    position: relative;
    font-weight: bold;
    align-items: center;
    display: flex;
    flex-direction: column;
}
#section-bonus .section-title span {
    font-family: "Bad Script", cursive;
    font-size: 50px;
    color: #fff;
    padding: 0 15px;
}
#section-bonus .section-title .section-subtitle {
    font-size: 20px;
    max-width: 700px;
    font-weight: 300;
    color: #fff;
    line-height: 1.3em;
}
#section-bonus .section-container {
    padding: 0 25px;
    display: grid;
    grid-template-columns: auto auto auto auto;
    gap: 30px;
    position: relative;
    margin-top: 30px;
    z-index: 1;
}
#section-bonus .section-container > div {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    padding: 0;
    border: 5px solid #ebebeb;
    border-radius: 17px;
    background: #fff;
    box-shadow: 5px 3px 19px -8px rgba(0, 0, 0, 0.61);
    -webkit-box-shadow: 5px 3px 19px -8px rgba(0, 0, 0, 0.61);
    -moz-box-shadow: 5px 3px 19px -8px rgba(0, 0, 0, 0.61);
}
#section-bonus .section-container > div img {
    width: 100%;
    height: 200px;
    object-fit: cover;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
}
#section-bonus .section-container > div p {
    color: #5c5c5c;
    font-size: 16px;
    padding: 0;
    height: 180px;
    font-weight: 300;
    width: 85%;
    line-height: 1.5em;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#section-bonus .section-container > div .highlight {
    color: #738d24;
    font-weight: 600;
    font-size: 18px;
    text-align: center;
}
#section-bonus svg {
    position: absolute;
    bottom: -25px;
}
#section-why-choose-us {
    background-color: #edeae180;
    padding: 40px 0 100px 0;
}
#section-why-choose-us .section-title {
    text-align: center;
    padding: 25px 25px 45px 25px;
    font-size: 45px;
    color: #525252;
    position: relative;
    font-weight: bold;
    align-items: center;
    display: flex;
    flex-direction: column;
}
#section-why-choose-us .section-title span {
    font-family: "Bad Script", cursive;
    font-size: 45px;
    color: #738d24;
}
#section-why-choose-us .section-title .section-subtitle {
    font-size: 20px;
    max-width: 700px;
    font-weight: 300;
}
#section-why-choose-us .section-container {
    width: 900px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(250px, 1fr));
    gap: 18px;
}
#section-why-choose-us .section-container p {
    text-align: left;
    line-height: 1.5em;
    font-size: 14px;
    font-weight: 400;
    color: #525252;
    display: flex;
    gap: 13px;
    border: 1px solid #dcdcdc;
    padding: 22px 30px 20px 20px;
    border-radius: 5px;
    background: #fff;
    box-shadow: 5px 3px 19px -8px rgba(0, 0, 0, 0.61);
}
#section-why-choose-us .section-container p span {
    font-size: 25px;
    font-weight: bold;
    padding-top: 3px;
    position: relative;
}
#section-why-choose-us .section-container p span::after {
    content: attr(data-number);
    position: absolute;
    width: 25px;
    height: 25px;
    background: #738d24;
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    border-radius: 50%;
    left: -6px;
    top: 0;
    font-size: 14px;
    font-weight: 400;
}
#section-for-who {
    background-color: #fff;
    padding: 40px 0 100px 0;
}
#section-for-who .section-title {
    text-align: center;
    padding: 25px 25px 45px 25px;
    font-size: 45px;
    color: #525252;
    position: relative;
    font-weight: bold;
    align-items: center;
    display: flex;
    flex-direction: column;
}
#section-for-who .section-title span {
    font-family: "Bad Script", cursive;
    font-size: 45px;
    color: #738d24;
}
#section-for-who .section-title .section-subtitle {
    font-size: 20px;
    max-width: 700px;
    font-weight: 300;
}
#section-for-who .section-container {
    width: 90%;
    margin: 0 auto;
    display: flex;
    gap: 18px;
}
#section-for-who .section-container span.who {
    font-family: "Bad Script", cursive;
    font-size: 45px;
    color: #738d24;
    font-weight: bold;
}
#section-for-who .section-container .who-is-mentoring-for-banner img {
    width: 550px;
}
#section-for-who .section-container p {
    text-align: left;
    line-height: 1.5em;
    font-size: 18px;
    font-weight: 400;
    color: #353535;
    display: flex;
    padding: 22px 30px 20px 20px;
    flex-direction: column;
    gap: 30px;
}
#section-pricing {
    background: #818181;
    background: linear-gradient(0deg, rgba(129, 129, 129, 1) 0%, rgba(44, 44, 44, 1) 100%);
    padding: 60px 0 100px 0;
}
#section-pricing .section-title {
    text-align: center;
    padding: 25px 25px 45px 25px;
    font-size: 45px;
    color: #fff;
    position: relative;
    font-weight: bold;
    align-items: center;
    display: flex;
    flex-direction: column;
}
#section-pricing .section-title span {
    font-family: "Bad Script", cursive;
    font-size: 45px;
    color: #fff;
}
#section-pricing .section-title .section-subtitle {
    font-size: 20px;
    max-width: 700px;
    font-weight: 300;
}
#section-pricing .section-container {
    width: 500px;
    margin: 0 auto;
    display: grid;
    grid-template-columns: repeat(auto-fill, minmax(500px, 1fr));
}
#section-pricing .section-container div.box-price {
    background-color: #fff;
    display: flex;
    flex-direction: column;
    gap: 25px;
    padding: 35px;
    border-radius: 8px;
    box-shadow: 5px 3px 19px -8px rgba(0, 0, 0, 0.61);
}
#section-pricing .section-container div.box-price span {
    text-align: center;
    font-size: 35px;
    font-weight: bold;
    color: #2c2c2c;
}
#section-pricing .section-container div.box-price span:nth-child(1) {
    font-weight: 600;
}
#section-pricing .section-container div.box-price div.value {
    display: flex;
    flex-direction: column;
    gap: 9px;
}
#section-pricing .section-container div.box-price div.value span {
    text-align: center;
    font-size: 45px;
    color: #2c2c2c;
    font-weight: 200;
    position: relative;
}
#section-pricing .section-container div.box-price div.value span.real-value {
    position: relative;
}
#section-pricing .section-container div.box-price div.value span.real-value::before {
    content: '';
    display: block;
    transform: rotate(100deg);
    background: #ff1414;
    width: 2px;
    height: 233px;
    position: absolute;
    top: -85px;
    left: 210px;
}
#section-pricing .section-container div.box-price div.value span.real-value::after {
    content: '';
    display: block;
    transform: rotate(260deg);
    background: #ff1414;
    width: 2px;
    height: 233px;
    position: absolute;
    top: -85px;
    left: 210px;
}
#section-pricing .section-container div.box-price div.value span.promotion {
    font-weight: bold;
}
#section-pricing .section-container div.box-price div.description {
    border-top: 1px solid #dcdcdc;
    padding: 20px 0 20px 0;
    border-radius: 0;
    color: #2c2c2c;
    font-weight: 200;
    font-size: 25px;
    text-align: center;
}
#section-schedule {
    background-color: #f6f4f0;
    padding: 70px 0 250px 0;
    position: relative;
    z-index: 1;
   /* Style for accordion container */
   /* Style for accordion item title */
   /* Style for accordion item content */
   /* Show content when checkbox is checked */
   /* Change background color on hover */
   /* Add the arrow icon */
   /* Rotate the arrow icon when accordion is open */
   /* Hide the checkbox */
}
#section-schedule .section-title {
    text-align: center;
    padding: 25px 25px 45px 25px;
    font-size: 45px;
    color: #525252;
    position: relative;
    font-weight: bold;
    align-items: center;
    display: flex;
    flex-direction: column;
}
#section-schedule .section-title span {
    font-family: "Bad Script", cursive;
    font-size: 45px;
    color: #738d24;
}
#section-schedule .section-title .section-subtitle {
    font-size: 20px;
    max-width: 700px;
    font-weight: 300;
    line-height: 1.3em;
}
#section-schedule .section-container {
    width: 800px;
    margin: 0 auto;
    text-align: center;
    padding-bottom: 80px;
}
#section-schedule svg {
    position: absolute;
    bottom: -110px;
    z-index: -1;
}
#section-schedule .accordion {
    margin: 0 auto;
    display: flex;
    flex-direction: column;
    gap: 10px;
}
#section-schedule .accordion-item-title {
    display: flex;
    justify-content: space-between;
    padding: 15px;
    font-size: 16px;
    cursor: pointer;
    background-color: #ebebebc7;
    color: #404239;
    border: 1px solid #e6e5e5;
    transition: background-color 0.3s ease;
}
#section-schedule .accordion-item-title .aula {
    font-weight: bold;
}
#section-schedule .accordion-item-content {
    max-height: 0;
    overflow: hidden;
    transition: max-height 0.3s ease;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 20px;
    background: #738d24 36;
    border-top: 1px solid #e7e7e7;
}
#section-schedule .accordion-item-content p {
    text-align: left;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5em;
}
#section-schedule input[type="checkbox"]:checked + .accordion-item-title {
    background: #393939;
    color: #fff;
}
#section-schedule input[type="checkbox"]:checked + .accordion-item-title .arrow {
    border-top-color: #fff;
}
#section-schedule input[type="checkbox"]:checked + .accordion-item-title + .accordion-item-content {
    max-height: 600px;
   /* Adjust height as needed */
}
#section-schedule .accordion-item-title:hover {
    background-color: #474747;
    color: #fff;
}
#section-schedule .accordion-item-title:hover .arrow {
    border-top-color: #fff;
}
#section-schedule .accordion-item-title .arrow {
    float: right;
    width: 0;
    height: 0;
    margin-top: 7px;
    margin-right: 10px;
    border: 5px solid transparent;
    border-top-color: #404239;
    transition: transform 0.3s ease;
}
#section-schedule input[type="checkbox"]:checked + .accordion-item-title .arrow {
    transform: rotate(180deg);
    margin-top: 0;
}
#section-schedule input[type="checkbox"] {
    position: absolute;
    opacity: 0;
    pointer-events: none;
}
#section-contact {
    background-color: #edeae180;
    padding: 40px 0 0 0;
}
#section-contact .section-title {
    text-align: center;
    padding: 25px 25px 45px 25px;
    font-size: 45px;
    color: #525252;
    position: relative;
    font-weight: bold;
    align-items: center;
    display: flex;
    flex-direction: column;
}
#section-contact .section-title span {
    font-family: "Bad Script", cursive;
    font-size: 45px;
    color: #738d24;
}
#section-contact .section-title .section-subtitle {
    font-size: 20px;
    max-width: 700px;
    font-weight: 300;
}
#section-contact a.btn-contact {
    position: fixed;
    bottom: 15px;
    right: 15px;
    z-index: 9;
    display: flex;
    gap: 9px;
    font-size: 25px;
    background-color: #738d24;
}
#section-contact a.btn-contact span {
    font-family: "Bad Script", cursive;
    color: #fff;
}
#section-contact .section-container {
    width: 400px;
    margin: 0 auto;
    gap: 18px;
    text-align: center;
}
#section-contact .section-container .form-contact {
    display: flex;
    flex-direction: column;
    gap: 15px;
}
#section-contact .section-container .form-contact .form-group {
    display: flex;
    flex-direction: column;
    text-align: left;
}
#section-contact .section-container .form-contact .form-group label {
    font-size: 13px;
    font-weight: 500;
    color: #3c3c3c;
    margin-bottom: 5px;
}
#section-contact .section-container .form-contact .form-group input {
    padding: 9px;
    border: 1px solid #dcdcdc;
}
#section-contact .section-container .form-contact .form-group button {
    padding: 10px 25px;
    display: flex;
    justify-content: center;
}
#section-who-we-are {
    background-color: #2c2c2c;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    padding: 0 0 50px 0;
    position: relative;
    z-index: 1;
}
#section-who-we-are .section-title {
    text-align: center;
    padding: 55px 25px 45px 25px;
    font-size: 45px;
    color: #f5f5f5;
    position: relative;
    font-weight: bold;
    align-items: center;
    display: flex;
    flex-direction: column;
    line-height: 0.7em;
}
#section-who-we-are .section-title div:nth-child(1) {
    margin-bottom: 20px;
}
#section-who-we-are .section-title span {
    font-family: "Bad Script", cursive;
    font-size: 45px;
    color: #fff;
    padding: 0 0 0 7px;
}
#section-who-we-are .section-title .section-subtitle {
    font-size: 20px;
    max-width: 700px;
    color: #fff;
}
#section-who-we-are .section-title .section-subtitle p {
    text-align: justify;
    font-weight: 300;
}
#section-who-we-are .section-container {
    display: flex;
    gap: 55px;
}
#section-who-we-are .section-container .lawyers {
    width: 350px;
}
#section-who-we-are .section-container .lawyers img {
    width: 100%;
}
#section-who-we-are .section-container .lawyers .name {
    font-family: "Bad Script", cursive;
    font-size: 45px;
    font-weight: bold;
    color: #fff;
    text-align: center;
    margin: 15px 0;
}
#section-who-we-are .section-container .lawyers .subtitle {
    color: #fff;
    font-weight: bold;
    font-size: 19px;
    text-align: center;
}
#section-who-we-are .section-container .lawyers .description {
    color: #fff;
    font-weight: 300;
    text-align: justify;
    margin-top: 30px;
    line-height: 1.5em;
    font-size: 18px;
}
#section-who-we-are svg {
    position: absolute;
    top: -1px;
    z-index: 0;
    -moz-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}
.btn-action {
    font-family: "Roboto", sans-serif;
    font-weight: 400;
    font-size: 26px;
    color: #fff;
    background-color: #9ead6c;
    padding: 10px 30px;
    border: none;
    box-shadow: rgba(0, 0, 0, 0.2) 0px 12px 28px 0px, rgba(0, 0, 0, 0.1) 0px 2px 4px 0px, rgba(255, 255, 255, 0.05) 0px 0px 0px 1px inset;
    border-radius: 8px;
    transition: 736ms;
    transform: translateY(0);
    display: flex;
    flex-direction: row;
    align-items: center;
    cursor: pointer;
    margin-top: 20px;
    text-decoration: none;
}
.btn-action:hover {
    padding: 10px 30px;
    transform: translateY(0px);
    background-color: #738d24;
    color: #e3e3e3;
    border: none;
    transition: 736ms;
}
/*Responsive*/
@media (max-width: 1120px) {
    #section-for-who .section-container {
        width: 90%;
        margin: 0 auto;
        display: flex;
        flex-direction: column-reverse;
        justify-content: center;
        align-items: center;
        gap: 18px;
   }
    #section-for-who .section-container span.who {
        font-family: "Bad Script", cursive;
        font-size: 35px;
        color: #738d24;
        font-weight: bold;
   }
    #section-for-who .section-container .who-is-mentoring-for-banner img {
        width: 350px;
   }
    #section-for-who .section-container p {
        text-align: left;
        line-height: 1.5em;
        font-size: 18px;
        font-weight: 400;
        color: #353535;
        display: flex;
        padding: 22px 30px 20px 20px;
        flex-direction: column;
        gap: 30px;
   }
}
@media (max-width: 1266px) {
    #section-presentation .section-container {
        padding: 0 0 0 50px !important;
   }
    #section-presentation .section-container .section-content {
        width: 400px !important;
   }
    #section-presentation .section-container .section-content .title {
        font-size: 2rem !important;
   }
    #section-presentation .section-container .section-content .subtitle {
        font-size: 14px !important;
   }
    #section-presentation .section-container .section-content .message {
        font-size: 14px !important;
   }
    #section-presentation .section-container .section-content .content {
        font-size: 16px !important;
   }
    #section-presentation .section-container .section-image {
        width: 680px !important;
   }
    #section-bonus .section-container {
        width: 80%;
        grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
   }
}
@media (min-width: 1267px) and (max-width: 1346px) {
    #section-presentation .section-container {
        padding: 0 0 0 50px !important;
   }
    #section-presentation .section-container .section-content {
        width: 400px !important;
   }
    #section-presentation .section-container .section-content .title {
        font-size: 2rem !important;
   }
    #section-presentation .section-container .section-content .subtitle {
        font-size: 14px !important;
   }
    #section-presentation .section-container .section-content .message {
        font-size: 14px !important;
   }
    #section-presentation .section-container .section-content .content {
        font-size: 16px !important;
   }
}
@media (max-width: 1148px) {
    #section-presentation .section-container {
        padding: 0 !important;
        align-items: center !important;
        flex-direction: column;
        height: auto;
   }
    #section-presentation .section-container .section-content {
        padding: 20px 0;
        width: 80% !important;
   }
    #section-presentation .section-container .section-image {
        width: 500px !important;
   }
    #section-steps-for-success .section-steps {
        grid-template-columns: repeat(5, 140px);
   }
    #section-steps-for-success .section-steps .steps .step-description {
        font-size: 16px;
   }
}
@media (max-width: 1240px) {
    #section-steps-for-success {
        padding: 40px 0 100px 0;
   }
    #section-steps-for-success .section-steps {
        grid-template-columns: repeat(5, 150px);
   }
}
@media (max-width: 970px) {
    #section-why-choose-us .section-container {
        padding: 0 20px;
        width: 80%;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(200px, 1fr));
        gap: 18px;
   }
    #section-schedule .section-container {
        width: 80% !important;
        padding: 0 20px;
        text-align: left;
   }
    #section-who-we-are .section-container {
        display: flex;
        flex-direction: column;
        gap: 55px;
        padding: 0 30px;
   }
    #section-who-we-are .section-container .lawyers {
        width: 100%;
   }
    #section-contact .section-container {
        width: auto;
        padding: 15px;
   }
}
@media (max-width: 1050px) {
    #section-bonus {
        padding: 50px 0 120px 0;
   }
    #section-bonus .section-container {
        padding: 0 20px;
        width: 90%;
        display: grid;
        grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
   }
    #section-bonus svg {
        display: none;
   }
    #section-who-we-are {
        padding-top: 80px;
   }
    #section-schedule {
        padding: 40px 0 40px 0;
   }
    #section-schedule svg {
        display: none;
   }
    #section-steps-for-success {
        padding: 40px 0 100px 0;
   }
    #section-steps-for-success .section-steps {
        gap: 20px;
        grid-template-columns: repeat(5, 150px);
   }
}
@media (max-width: 940px) {
    #section-steps-for-success .section-steps {
        display: flex !important;
        flex-direction: column !important;
        padding: 0 80px;
   }
    #section-steps-for-success .section-steps .steps {
        width: 100%;
   }
    #section-steps-for-success .section-steps .steps .step-arrow {
        display: none;
   }
    #section-steps-for-success .section-steps .steps .step-description {
        height: auto;
        text-align: left;
   }
}
@media (max-width: 700px) {
    #section-presentation .section-container .section-image {
        width: 400px !important;
   }
}
@media (max-width: 500px) {
    #section-presentation .section-container .section-image {
        width: 300px !important;
   }
}
@media (max-width: 600px) {
    #section-pricing .section-container {
        width: 350px;
        grid-template-columns: repeat(auto-fill, minmax(350px, 1fr));
   }
    #section-pricing .section-container div.box-price div.value span {
        font-size: 35px;
   }
    #section-pricing .section-container div.box-price div.value span.real-value::before {
        top: -95px;
        left: 150px;
   }
    #section-pricing .section-container div.box-price div.value span.real-value::after {
        top: -95px;
        left: 150px;
   }
}
@media (max-width: 440px) {
    #section-for-who .section-container span.who {
        font-family: "Bad Script", cursive;
        font-size: 25px;
        color: #738d24;
        font-weight: bold;
   }
}
