body {
    font-family: 'Jost', sans-serif;
    display: contents;
}

a {
    color: black;
}

.header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 1rem;
    background-color: black;
    color: white;
}

.address_top {
    font-size: 1.2rem;
}
.phone_top {
    font-size: 1.2rem;
}
.header a{
    color: white;
    /* text-decoration: none; */
}
h2 {
    color: black;
}

.right img{
    width: 30px;
}

.hero {
    background-image:  url(/static/img/back_desk.png);
    background-size:     cover;                      /* <------ */
    background-repeat:   no-repeat;
    background-position: center center;  
    display: inline-block;
    padding-bottom: 3rem;
    width: 100%;
}

@media only screen and (max-width: 700px) {
    .hero {
        background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/static/img/back.png);
        background-size:     cover;                      /* <------ */
        background-repeat:   no-repeat;
        background-position: center center;  
        display: inline-block;
        padding-bottom: 3rem;
    }
    img .hero {
        filter: brightness(50%);   
    }
    .section_title  {
        font-size: 1.3rem;
        margin-top: 4rem;
        margin-left: 1rem;
        padding-left: 0px;
        padding-right: 0px;
    
    
    }
    
    .section_text {
        font-size: 1.2rem;
        margin-left: 1rem;
        padding-left: 0px;
        padding-right: 0px;
    }

  }


.title {
    color: white;
    margin: 1.5rem;
    text-align: center;
    display: block;
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.title_black {
    color: black;
    margin: 1.5rem;
    text-align: center;
    display: block;
    padding-top: 3rem;
    padding-bottom: 2rem;
}

.model {
    color: #ffc703;
}

.card_container{
    text-align: center;
    display: flex;
}

@media only screen and (max-width: 700px) {
    .card_container{
        text-align: center;
        display: block;
    }
  }

.card {
    width: 80%;
    margin: auto;
    padding-top: 2rem;
    max-width: 400px;
}
.card_title {
    color:white;
    background-color: black;
    height: 2rem;
    border-radius: 7px;
    padding-top: 0.75rem;
    padding-bottom: 0.75rem;
    font-size: 1.5rem;
    color:#4ef943;
    position: relative;
    box-shadow: 0px 8px 5px rgba(0, 0, 0, 0.25);

}

.card_content {
    background-color: #ffffffeb;
    margin: auto;
    width:97%;
    border-bottom-left-radius: 23px;
    border-bottom-right-radius: 23px;
    
}

.price {
    font-size: 3rem;
    padding-top: 1.5rem;
}

.props {
    padding-bottom: 1rem;
    margin-left: 1rem;
}

ul {
    padding-inline-start: 0px;
    list-style-position: inside;
}

li {
    margin: 10px 0;
}

.benefits {
    margin: 2rem;
    text-align: center;
    font-size: 1.2rem;
}

.button {
    border: 1px solid black;
    background-color: #ffc703;
    font-size: 1.5rem;
    text-align: center;
    width: 150px;
    border-radius: 5px;
    padding: 10px;
    font-family: 'Jura', sans-serif;
    font-weight: 700;
    margin-top: 1rem;
}

.button_subtext {
    margin: 1rem;
    font-size: 1.5rem;

}

.center {
    text-align: center;
    margin: auto;
}

content {
    text-align: center;
    max-width: 800px;
}

.section_title  {
    font-size: 1.3rem;
    margin-top: 4rem;
    margin-left: 1rem;
    padding-left: 20%;
    padding-right: 20%;


}

.section_text {
    font-size: 1.2rem;
    margin-left: 1rem;
    padding-left: 20%;
    padding-right: 20%;
}

.section_text > p {
    font-weight: 600;
}

.title_centered {
    text-align: center;
    margin: auto;
    padding-top: 2rem;
}

.form {
    text-align: center;
    max-width: 547px;
    margin: auto;
}

.footer {
    background-color: black;
    padding-top: 2rem;
    margin-top: 5rem;
    text-align: center;
    color: white;
    padding-bottom: 2rem;
}

.footer_address img{
    width: 2rem;
    margin-top: 10px;
}
.footer_title {
    font-size: 2rem;
}
.footer_phone a {
    color:white !important;
    font-size: 2rem;
}
.footer_brand a{
    color: white !important;
}





input[type=text] {
    width: 80%;
    padding: 12px 20px;
    margin: 8px 0;
    box-sizing: border-box;
    font-size: 1.2rem;
  }



.sticker {
    background-color: #ffc703;
    width: 80%;
    margin-top: -16px;
    margin-left: 10%;
    height: 29px;
    font-weight: 800;
    padding-top: 5px;
    font-size: 20px;
    box-shadow: 0px 8px 5px rgba(0, 0, 0, 0.25);
}
.card2 {
    background-color: rgb(255, 255, 255);
    width: 330px;
    text-align: center;
    margin: auto;
}
.cardtit {
    font-size: 2rem;
    padding-top: 30px;
    font-family: system-ui;
    font-weight: 600;
    margin-bottom: 1.5rem;
}
.props2 {
    padding-bottom: 1rem;
    margin-left: 1rem;
    font-family: system-ui;
    font-weight: 600;
}

.price2 {
    font-size: 2.5rem;
    /* padding-top: 1.5rem; */
}
.button2 {
    border: 1px solid black;
    background-color: #ffc703;
    font-size: 1.5rem;
    text-align: center;
    width: 150px;
    border-radius: 5px;
    padding: 10px;
    font-family: 'Jura', sans-serif;
    font-weight: 700;
    margin-top: 1rem;
    margin-bottom: 2rem;
    cursor:pointer;
}


@media only screen and (max-width: 700px) {
    .hero {
        background-image: linear-gradient(rgba(0, 0, 0, 0.4), rgba(0, 0, 0, 0.4)), url(/static/img/back.png);
        background-size:     cover;                      /* <------ */
        background-repeat:   no-repeat;
        background-position: center center;  
        display: inline-block;
        padding-bottom: 3rem;
    }
    img .hero {
        filter: brightness(50%);   
    }
    .section_title  {
        font-size: 1.3rem;
        margin-top: 4rem;
        margin-left: 1rem;
        padding-left: 0px;
        padding-right: 0px;
    
    
    }
    
    .underline {
        background: linear-gradient(to left, #f69ec4, #f9dd94 100%);
    background-position: 0 100%;
    background-size: 100% 2px;
    background-repeat: repeat-x;
    }

    .section_text {
        font-size: 1.2rem;
        margin-left: 1rem;
        padding-left: 0px;
        padding-right: 0px;
    }

    .card2 {

    background-color: rgb(255, 255, 255);
    width: 330px;
    text-align: center;
    margin-bottom: 100px;

    }

  }