@import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Open+Sans&display=swap');

body {
    font-family: 'Open Sans', sans-serif;
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    width: 100%;
    height: 100vh;
    scroll-behavior: smooth;
    overflow-x: hidden !important;
}

.owl-carousel .owl-nav {
    display: none;
    /* Oculta as navs padrão */
}

.custom-next-btn {
    font-weight: bold;
    border-radius: 50%;
    padding: 10px 20px;
    font-size: 20px;
    background-color: #D9D9D9;
    outline: none;
    border: none;
    margin-top: 170px;
    z-index: 10;
    right: 95px;
    position: absolute;
    transition: all 0.2s;
}

.custom-next-btn:hover {
    background-color: #6F1A07;
    color: #fff;
    transition: all 0.2s;
}


.custom-early-btn {
    font-weight: bold;
    border-radius: 50%;
    padding: 10px 20px;
    font-size: 20px;
    background-color: #D9D9D9;
    outline: none;
    border: none;
    margin-top: 170px;
    z-index: 10;
    left: 95px;
    position: absolute;
    transition: all 0.2s;
}

.custom-early-btn:hover {
    background-color: #6F1A07;
    color: #fff;
    transition: all 0.2s;
}

.custom-early-btn-testemunho {
    background-color: unset !important;
    color: #fff !important;
    margin-top: 50px !important;
}

.custom-early-btn-testemunho:hover {
    background-color: unset !important;
    color: #ffffffd5 !important;
    transition: all 0.2s;
}

.custom-next-btn-testemunho {
    background-color: unset !important;
    color: #fff !important;
    margin-top: 50px !important;
}

.custom-next-btn-testemunho:hover {
    background-color: unset !important;
    color: #ffffffd5 !important;
    transition: all 0.2s;
}

.mobile-custom-next-btn-testemunho {
    background-color: unset !important;
    color: #fff !important;
}

.mobile-custom-next-btn-testemunho:hover {
    background-color: unset !important;
    color: #ffffffd5 !important;
    transition: all 0.2s;
}

.mobile-custom-early-btn-testemunho {
    background-color: unset !important;
    color: #fff !important;
}

.mobile-custom-early-btn-testemunho:hover {
    background-color: unset !important;
    color: #ffffffd5 !important;
    transition: all 0.2s;
}

/* Navbar */

#desktop {
    display: flex;
}

#mobile {
    display: none;
}

.div-navbar {
    border-bottom: 1px solid #D9D9D9;
    padding: 15px 50px;
    position: fixed;
    width: 100%;
    z-index: 1001;
    background-color: #fff;
}

.logo-name {
    font-weight: bolder;
    color: #6F1A07;
    font-family: 'Roboto', sans-serif;
    margin-left: 8px;
    margin-top: 5px;
    font-size: 18px;
}

.navbar-menu {
    color: #565151;
    text-decoration: none;
    font-size: 15px;
    transition: all 0.2s;
}

.navbar-menu:hover {
    color: #6F1A07;
    transition: all 0.2s;
}

.adjusts-navbar-button {
    background-color: #fff;
    border: 3px solid #6F1A07;
    border-radius: 5px;
    color: #6F1A07;
    text-decoration: none;
    padding: 2px 40px;
    font-size: 15px;
    font-weight: bold;
    transition: all 0.2s;
}

.adjusts-navbar-button:hover {
    background-color: #6F1A07;
    color: #fff;
    border: 3px solid #6F1A07;
    font-weight: bold;
    transition: all 0.2s;
}

.navbar-button {
    background-color: #6F1A07;
    border: 3px solid #6F1A07;
    border-radius: 5px;
    color: #fff;
    text-decoration: none;
    padding: 2px 30px;
    font-size: 15px;
    font-weight: bold;
    transition: all 0.2s;
}

.navbar-button:hover {
    background-color: #fff;
    color: #6F1A07;
    border: 3px solid #6F1A07;
    font-weight: bold;
    transition: all 0.2s;
}

.navbar-toggle-button {
    border: none;
    background-color: #6F1A07;
    color: #fff;
    border-radius: 5px;
    font-size: 12px;
    border: 3px solid #6F1A07;
    transition: all 0.2s;
}

.navbar-toggle-button:hover {
    background-color: #fff;
    color: #6F1A07;
    border: 3px solid #6F1A07;
    transition: all 0.2s;
}

.sidenav {
    height: 100%;
    width: 0;
    position: fixed;
    z-index: 10000;
    top: 0;
    left: 0;
    background-color: #fff;
    overflow-x: hidden;
    padding-top: 60px;
    transition: 0.5s;
    border-right: 2px solid #6F1A07;
}

.sidenav a {
    text-wrap: nowrap;
    padding: 8px 8px 8px 15px;
    text-decoration: none;
    font-size: 20px;
    color: #6F1A07;
    display: block;
    font-weight: bold;
    transition: 0.3s;
}

.sidenav a:hover {
    color: #350b01;
    transition: 0.3s;
}

.sidenav .closebtn {
    position: absolute;
    top: 0;
    right: 25px;
    font-size: 36px;
    margin-left: 50px;
}

#mySidenav a:nth-child(2) {
    margin-top: 18px;
}


#mySidenav.expanded {
    width: 100%;
}

/* Section 1 */

.termosecondicoes {
    font-family: Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
    font-size: 17px;
}

.bolder-terms {
    font-weight: bold;
}

.privacidade-ul li {
    list-style-type: decimal;
}

.dots-ul li {
    list-style-type: disc;
}

.section1 {
    padding: 80px 240px;
    padding-top: 120px;
}

.section1-flex-div {
    display: flex;
    margin-top: 20px;
}

.section1-mobile-adjust {
    padding: 0;
}

.section1-button-wine-adjusts {
    margin-right: 20px;
}

.section1-button-wine {
    text-decoration: none;
    background-color: #6F1A07;
    border-radius: 7px;
    padding: 9px 29px;
    color: #fff;
    font-weight: bold;
    border: 3px solid #6F1A07;
    transition: all 0.2s;
}

.section1-button-wine:hover {
    background-color: #fff;
    color: #6F1A07;
    border: 3px solid #6F1A07;
    font-weight: bold;
    transition: all 0.2s;
}

.section1-button-white {
    text-decoration: none;
    background-color: #fff;
    border-radius: 7px;
    padding: 10px 30px;
    color: #6F1A07;
    border: 3px solid #6F1A07;
    font-weight: bold;
    transition: all 0.2s;
}

.section1-button-white:hover {
    background-color: #6F1A07;
    color: #fff;
    border: 3px solid #6F1A07;
    font-weight: bold;
    transition: all 0.2s;
}

/* Section 2 */

.section2 {
    padding: 80px 240px;
}

.section2-mobile-adjust {
    margin-top: 80px
}

.section2-card-left {
    border-radius: 10px;
    background: #F7F7F7;
    box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.17);
    padding-bottom: 20px;
    padding-top: 50px;
    padding-left: 35px;
    padding-right: 35px;
    width: 500px
}

.section2-card-right {
    border-radius: 10px;
    background: #F7F7F7;
    box-shadow: 0px 3px 9px 1px rgba(0, 0, 0, 0.17);
    padding-bottom: 20px;
    padding-top: 35px;
    padding-left: 35px;
    padding-right: 35px;
    width: 500px;
    border-top: 10px solid #6F1A07
}

.section2-subcard {
    background-color: #fff;
    border-radius: 5px;
    padding: 15px 5px;
}

.section2-subcard-square {
    border-radius: 5px;
    border: 1px solid #565151;
    display: inline-block;
    width: 20px;
    height: 20px
}

/* Section 3 */

.section3 {
    padding: 80px 240px;
}

.section3-flex-div {
    margin-top: 20px;
}

/* Section 4*/

.section4 {
    padding: 80px 240px;
}

.section4-flex-div {
    margin-top: 20px;
}

/* Section 5 */

.section5 {
    padding: 80px 240px;
}

.section5-flex-div {
    margin-top: 20px;
}

/* Section 6 */

.section6 {
    padding: 80px 240px;
}

.section6-flex-div {
    margin-top: 20px;
}

.section6-mobile-adjust {
    margin-top: -66px;
}

/* Section 7 */

.section7 {
    padding: 80px 240px;
}

.valor-mensal {
    font-size: 50px;
    color: #F7F7F7;
    font-weight: 600;
    margin-bottom: 20px
}


.section7-plans-prices {
    width: 80%;
    border-radius: 10px;
    background: #FFF;
    box-shadow: 0px 2px 9px 1px rgba(0, 0, 0, 0.25);
    padding: 50px 50px;
    padding-bottom: 80px;
    border-top: 10px solid #6F1A07;
}

.section7-value-card {
    background-color: #6F1A07;
    padding: 50px 30px;
    border-radius: 34px;
    width: 350px;
}


/* Section 8 */

.section8 {
    padding: 100px 190px;
    background-color: #6F1A07;
}

.section8-margin-left-testimonial {
    margin-left: 10px;
}

/* Section 9 */

.section9 {
    padding: 100px 100px;
}

.section9-flex-div {
    display: flex;
    justify-content: center;
    margin-top: 20px;
}

.section9-margin-right-button-mobile {
    margin-right: 10px;
}

/* Footer */
footer {
    padding: 50px 100px;
    background-color: rgba(217, 217, 217, 0.40);
}

/* Slider */
.slider-selection {
    background: #6F1A07 !important;
}

.slider-success .slider-selection {
    background-color: #5cb85c !important;
}

.slider-primary .slider-selection {
    background-color: #428bca !important;
}

.slider-info .slider-selection {
    background-color: #5bc0de !important;
}

.slider-warning .slider-selection {
    background-color: #6F1A07 !important;
}

.slider-danger .slider-selection {
    background-color: #6F1A07 !important;
}

.slider.slider-horizontal {
    width: 100% !important;
    height: 20px;
}

.slider-handle {
    background-color: #fff !important;
    background-image: none !important;
    border: 3px solid #6F1A07;
}

.slider-strips .slider-selection {
    background-image: repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 252, 252, 0.08) 5px, rgba(252, 252, 252, 0.08) 10px) !important;
    background-image: -ms-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 252, 252, 0.08) 5px, rgba(252, 252, 252, 0.08) 10px) !important;
    background-image: -o-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 252, 252, 0.08) 5px, rgba(252, 252, 252, 0.08) 10px) !important;
    background-image: -webkit-repeating-linear-gradient(-45deg, transparent, transparent 5px, rgba(255, 252, 252, 0.08) 5px, rgba(252, 252, 252, 0.08) 10px) !important;
}

.tooltip-inner {
    max-width: 200px;
    padding: 3px 8px;
    color: #bdbdbd !important;
    text-align: center;
    background-color: transparent !important;
    border-radius: 4px;
}

.tooltip.top .tooltip-arrow {
    display: none !important;
}

.slider .tooltip.top {
    margin-top: -25px !important;
}

.well {
    background: transparent !important;
    border: none !important;
    box-shadow: none !important;
    width: 100% !important;
    padding: 0;
}

.slider-ghost .slider-track {
    height: 5px !important;
}

.slider-ghost .slider-handle {
    top: -2px !important;
    border: 5px solid #6F1A07;
}

.slider-success.slider-ghost .slider-handle {
    border-color: #5cb85c;
}

.slider-primary.slider-ghost .slider-handle {
    border-color: #428bca;
}

.slider-info.slider-ghost .slider-handle {
    border-color: #5bc0de;
}

.slider-warning.slider-ghost .slider-handle {
    border-color: #f0ad4e;
}

.slider-danger.slider-ghost .slider-handle {
    border-color: #6F1A07;
}

/* Animations */

@keyframes float {
    0% {
        transform: translatey(0px);
    }

    50% {
        transform: translatey(-20px);
    }

    100% {
        transform: translatey(0px);
    }
}

#home {
    transform: translatey(0px);
    animation: float 6s ease-in-out infinite;
    transition: 6s ease-in-out infinite;
}

#peticionar {
    transform: translatey(0px);
    animation: float 6s ease-in-out infinite;
    transition: 6s ease-in-out infinite;
}

#caixaEntrada {
    transform: translatey(0px);
    animation: float 6s ease-in-out infinite;
    transition: 6s ease-in-out infinite;
}


#modeloPeticao {
    transform: translatey(0px);
    animation: float 6s ease-in-out infinite;
    transition: 6s ease-in-out infinite;
}

#anexos {
    transform: translatey(0px);
    animation: float 6s ease-in-out infinite;
    transition: 6s ease-in-out infinite;
}

/* Modal */

.modal-padding {
    padding: 60px 110px;
}

.form-person {
    border-radius: 10px !important;
    border: 2px solid #565151;
    padding: 10px 15px;
}

.form-person:focus {
    border-color: #565151 !important;
    box-shadow: 0 0 0 0.1rem #565151 !important;
    outline: none !important;
}

.btn-person {
    background-color: #52C769;
    color: #000;
    font-weight: bold;
    width: 100%;
    border-radius: 10px;
    padding: 10px 15px;
    transition: all 0.2s;
    border: 2px solid #52C769;
}

.btn-person:hover {
    border: 2px solid #52C769;
    color: #52C769;
    background-color: #fff;
    transition: all 0.2s;
}

.btn-person2 {
    background-color: #6F1A07;
    color: #fff;
    font-weight: bold;
    width: 100%;
    border-radius: 10px;
    padding: 10px 15px;
    transition: all 0.2s;
    border: 2px solid #6F1A07;
}

.btn-person2:hover {
    border: 2px solid #6F1A07;
    color: #6F1A07;
    background-color: #fff;
    transition: all 0.2s;
}

.btn-outline-person {
    background-color: transparent !important;
    color: #000 !important;
    font-weight: bold !important;
    width: 100% !important;
    border-radius: 10px !important;
    border: 2px solid #565151 !important;
    padding: 10px 15px !important;
    transition: all 0.2s !important;
}

.btn-outline-person:hover {
    background-color: #6F1A07 !important;
    border: 2px solid #6F1A07 !important;
    color: #fff !important;
    transition: all 0.2s !important;
}

.btn-check:checked+.btn {
    background-color: #6F1A07 !important;
    border: 2px solid #6F1A07 !important;
    color: #fff !important;
    transition: all 0.2s !important;
}

.priceCard {
    border: 2px solid #6F1A07;
    border-radius: 10px;
    padding-top: 50px;
    padding-bottom: 50px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    text-align: center;
    width: 95%;
}

.btnAtivar {
    border-radius: 5px;
    background: #6F1A07;
    color: #fff;
    font-weight: bold;
    padding: 12px 25px;
    text-decoration: none;
    letter-spacing: 1.3px;
    border: 3px solid #6F1A07;
    transition: all 0.2s;
}

.btnAtivar:hover {
    background-color: #fff;
    color: #6F1A07;
    border: 3px solid #6F1A07;
    font-weight: bold;
    border: 3px solid #6F1A07;
    transition: all 0.2s;
}

.btnFalarTime {
    border-radius: 5px;
    color: #6F1A07;
    font-weight: bold;
    padding: 12px 25px;
    text-decoration: none;
    letter-spacing: 1.3px;
    border: 2px solid #6F1A07;
    transition: all 0.2s;
}

.btnFalarTime:hover {
    border-radius: 5px;
    color: #fff;
    background-color: #6F1A07;
    font-weight: bold;
    padding: 12px 25px;
    text-decoration: none;
    letter-spacing: 1.3px;
    border: 2px solid #6F1A07;
    transition: all 0.2s;
}

.firstpPriceCard {
    width: 100%;
    font-size: 20px;
    color: #000;
    margin-bottom: 51px
}

.secondpPriceCard {
    width: 100%;
    color: #000;
    margin-bottom: 22px;
    padding: 0 20px
}

.buttonsNextEarly {
    display: none;
}

.mobile-custom-early-btn {
    font-weight: bold;
    border-radius: 50%;
    padding: 10px 20px;
    font-size: 20px;
    background-color: #D9D9D9;
    outline: none;
    border: none;
    z-index: 10;
    transition: all 0.2s;
    margin-right: 15px;
}

.mobile-custom-early-btn:hover {
    background-color: #6F1A07;
    color: #fff;
    transition: all 0.2s;
}

.mobile-custom-next-btn {
    font-weight: bold;
    border-radius: 50%;
    padding: 10px 20px;
    font-size: 20px;
    background-color: #D9D9D9;
    outline: none;
    border: none;
    z-index: 10;
    transition: all 0.2s;
}

.mobile-custom-next-btn:hover {
    background-color: #6F1A07;
    color: #fff;
    transition: all 0.2s;
}

.btn-whatsapp {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 1000;
}

.btn-whatsapp img {
    height: 48px;
}

.btn-whatsapp a {
    cursor: pointer;
}

.modal {
    z-index: 9999;
}

@media screen and (max-width: 992px) and (min-width: 426px) {
    .modal-padding {
        padding: 40px 48px;
    }

    #desktop {
        display: none;
    }

    #mobile {
        display: block;
    }

    .section1 {
        padding: 80px 65px;
        padding-top: 120px;
    }

    .section2 {
        padding: 80px 65px;
    }

    .section2-mobile-adjust {
        justify-content: center !important;
    }

    .section3 {
        padding: 80px 65px;
    }

    .section4 {
        padding: 80px 65px;
    }

    .mobile-revert {
        display: flex;
        flex-direction: column-reverse;
    }

    .section5 {
        padding: 80px 65px;
    }

    .section6 {
        padding: 80px 65px;
    }

    .section7 {
        padding: 80px 65px;
    }

    .section8 {
        padding: 80px 65px;
    }

    .section9 {
        padding: 80px 65px;
    }

    #home {
        margin-top: 50px;
        width: 100%;
    }

    #peticionar {
        width: 100%;
        margin-top: 50px;
    }

    #caixaEntrada {
        width: 100%;
        margin-top: 50px;
    }

    #modeloPeticao {
        width: 100%;
        margin-top: 50px;
    }

    #anexos {
        width: 100%;
        margin-top: 50px;
    }

    .section6-mobile-adjust {
        margin-top: 0;
    }

}

@media screen and (max-width: 1026px) and (min-width: 992px) {

    .section1 {
        padding: 80px 65px;
        padding-top: 120px;
    }

    .section2 {
        padding: 80px 65px;
    }

    .section3 {
        padding: 80px 65px;
    }

    .section4 {
        padding: 80px 65px;
    }

    .section5 {
        padding: 80px 65px;
    }

    .section6 {
        padding: 80px 65px;
    }

    .section7 {
        padding: 80px 65px;
    }

    .section8 {
        padding: 80px 65px;
    }

    .section9 {
        padding: 80px 65px;
    }

    #caixaEntrada {
        width: 100%;
    }

    #peticionar {
        width: 100%;
    }

    #home {
        margin-top: 50px;
        width: 100%;
    }

    #modeloPeticao {
        width: 100%;
    }

    #anexos {
        width: 100%;
    }
}

@media screen and (max-width: 1445px) and (min-width: 1027px) {
    .section7-value-card {
        width: 280px;
    }

    .valor-mensal {
        font-size: 37px;
    }

    .section1 {
        padding: 80px 120px;
        padding-top: 120px;
    }

    .section2 {
        padding: 80px 120px;
    }

    .section3 {
        padding: 80px 120px;
    }

    .section4 {
        padding: 80px 120px;
    }

    .section5 {
        padding: 80px 120px;
    }

    .section6 {
        padding: 80px 120px;
    }

    .section7 {
        padding: 80px 120px;
    }

    .section8 {
        padding: 80px 120px;
    }

    .section9 {
        padding: 80px 120px;
    }

    #modeloPeticao {
        width: 100%;
    }

    #home {
        width: 100%;
    }

    #caixaEntrada {
        width: 100%;
    }

    #peticionar {
        width: 100%;
    }

    #anexos {
        width: 100%;
    }

}

@media screen and (max-width: 430px) {
    .modal-padding {
        padding: 30px 23px;
    }

    .section7-value-card {
        width: 100%;
    }

    .section8-margin-left-testimonial {
        margin-top: 20px;
    }

    .section8-flex-wrap-mobile {
        flex-wrap: wrap;
    }

    .section7-mobile-margin-bottom {
        margin-bottom: 20px;
    }

    .valor-mensal {
        font-size: 29px;
    }

    .section7-value-card {
        margin-top: 45px;
    }

    .section7-plans-prices {
        width: 100%;
        padding: 35px 20px;
    }

    .mobile-revert {
        display: flex;
        flex-direction: column-reverse;
    }

    .section6-flex-div {
        margin-top: 30px;
    }

    .section6-mobile-adjust {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .section5-mobile-adjust {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .section5-flex-div {
        margin-top: 30px;
    }

    .section4-mobile-adjust {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .section4-flex-div {
        margin-top: 30px;
    }

    .section3-flex-div {
        margin-top: 30px;
    }

    .section3-mobile-adjust {
        margin-top: 50px;
        margin-bottom: 50px;
    }

    .section2-subcard-square {
        height: 17px;
    }

    .section2-mobile-adjust {
        margin-top: 50px
    }

    .div-navbar {
        padding: 15px 10px;
    }

    .section1-button-wine-adjusts {
        margin-right: 5px;
    }

    .section1-flex-div {
        flex-wrap: wrap;
        margin-top: 30px;
    }

    .section1-mobile-adjust {
        margin-bottom: 37px;
    }

    html {
        width: 100%;
        height: 100vh;
        overflow-x: hidden !important;
    }

    #home {
        width: 100%;
    }

    #peticionar {
        width: 100%;
    }


    #caixaEntrada {
        width: 100%;
    }

    #modeloPeticao {
        width: 100%;
    }

    #anexos {
        width: 100%;
    }

    #desktop {
        display: none;
    }

    #mobile {
        display: block;
    }

    .section1 {
        padding-top: 85px;
        padding-left: 17px;
        padding-right: 17px;
        padding-bottom: 17px;
    }

    .section2 {
        padding: 17px;
        margin-top: 60px;
    }

    .section3 {
        padding: 17px;
    }

    .section4 {
        padding: 17px;
    }

    .section5 {
        padding: 17px;
    }

    .section6 {
        padding: 17px;
    }

    .section7 {
        padding: 17px;
    }

    .section8 {
        padding: 17px;
        padding-bottom: 40px;
        padding-top: 40px;
    }

    .section9 {
        padding: 17px;
        margin-bottom: 60px;
    }

    footer {
        padding: 17px;
        text-align: center;
    }
}

@media screen and (max-width: 378px) {
    .section9-margin-bottom-button-mobile {
        margin-bottom: 10px;
        width: 100%;
    }

    .section9-flex-div {
        flex-wrap: wrap;
        justify-content: center;
        margin-top: 30px;
    }

    .section9-margin-right-button-mobile {
        margin-right: 0;
    }

    .section1-button-wine {
        width: 100%;
        text-align: center;
    }

    .section1-button-white {
        width: 100%;
        text-align: center;
    }

    .section1-button-wine-adjusts {
        margin-right: 0;
    }

    .section2-subcard-square {
        display: none;
    }

    .section2-with-100 {
        width: 100%;
    }
}

@media screen and (min-width: 1972px) {
    .firstpPriceCard {
        margin-bottom: 50px
    }

    .secondpPriceCard {
        margin-bottom: 47px
    }
}

@media screen and (max-width: 432px) {
    .custom-next-btn-testemunho{
        display: none;
    }

    .custom-early-btn-testemunho{
        display: none;
    }

    .custom-next-btn {
        display: none;
    }

    .custom-early-btn {
        display: none;
    }

    .buttonsNextEarly {
        display: flex;
        margin-bottom: 40px;
    }
}

@media screen and (max-width: 540px) and (min-width: 495px) {
    .custom-next-btn {
        right: 7px !important;
        margin-top: 285px;
    }

    .custom-early-btn {
        left: 13px !important;
        margin-top: 285px;
    }
}

@media screen and (max-width: 599px) and (min-width: 541px) {
    .custom-next-btn {
        right: 7px !important;
        margin-top: 250px;
    }

    .custom-early-btn {
        left: 13px !important;
        margin-top: 250px;
    }
}

@media screen and (max-width: 1078px) and (min-width: 600px) {
    .custom-next-btn {
        right: 7px;
        margin-top: 200px;
    }

    .custom-early-btn {
        left: 13px;
        margin-top: 200px;
    }
}

@media screen and (max-width: 1500px) and (min-width: 1027px) {

    .custom-next-btn {
        right: 20px;
        margin-top: 200px;
    }

    .custom-early-btn {
        left: 22px;
        margin-top: 200px;
    }
}

@media screen and (max-width: 1025px) {
    .firstpPriceCard {
        margin-bottom: 50px
    }
}

@media screen and (max-width: 769px) {
    .firstpPriceCard {
        margin-bottom: 47px
    }
}

@media screen and (max-width: 426px) {
    .secondpPriceCard {
        margin-bottom: 42px
    }
}

@media screen and (max-width: 375px) {
    .firstpPriceCard {
        margin-bottom: 42px
    }

    .secondpPriceCard {
        margin-bottom: 22px
    }
}

@media screen and (max-width: 320px) {
    .firstpPriceCard {
        margin-bottom: 42px
    }
}