* {
    margin: 0%;
    padding: 0%;
    box-sizing: border-box;
}
@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@400;700&display=swap');

body {
    font-family: 'Montserrat', sans-serif;
}
hr {
    margin: auto;
    padding-bottom: 20px;
}
.hero-3 {
    width: 100%;
    height: auto;
    min-height: 100vh;
    background-color: hsl(38, 22%, 93%);
    padding-bottom: 80px;
}
.container {
    width: 100%;
    margin: auto;
    padding-top: 20px;
}
.text-center {
    font-size: 22px;
}
.text-left {
    font-size: 22px;
}
.image-container {
    display: flex;
}
.image-center{
    width: 100%;
    max-width: 800px;
    margin: auto;
    height: auto;
    border-radius: 20px;
}
.image {
    width: 100%;
    margin: auto;
    height: auto;
}
.image-1 {
    width: 100%;
    max-width: 600px;
    margin: auto;
    height: auto;
}
.card {
    width: 100%;
    margin: auto;   
}
.card-header {
    display: flex;
    justify-content: center;
    background-color: rgb(30, 30, 31, 1);
    align-items: center;
}
@media screen and (max-width: 425px) {
    .order-box-header {
        text-align: center;
        padding: 10px;
    }

    .order-box-header .images-5 {
        max-width: 100%;
        height: auto;
    }
}
