/* Minification failed. Returning unminified contents.
(59,12): run-time error CSS1038: Expected hex color, found '#ffff'
(59,17): run-time error CSS1062: Expected semicolon or closing curly-brace, found ' '
 */
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}
.container1{
    display: flex;
    flex-direction: column;
    background-color: rgb(245, 245, 245);
}
.image1{
    width: 100%;
}
.image4{
    width: 70%;
}
.images{
    text-align: center;
}
.grids{
    display: flex;
    flex-direction: column;
    background-color: rgb(245, 245, 245);
    padding: 14px;
}
.grid1, .grid2{
    display: flex;
    flex-direction: row;
    
}
.line1{
    font-size: 14px;
    list-style-type: none;
    width: 100%;
    text-align:center;
    background-color: white;
    padding: 10px;
    border: 1px solid rgb(218, 218, 218);
    color: rgb(133, 133, 133) ;
    font-weight: bold;
}
.line2{
    font-size: 12px;
    list-style-type: none;
    width: 100%;
    text-align:center;
    padding:10px;
    
}
.line4{
    font-weight: 600;
    margin:0 auto;
    font-size: 20px;
    list-style-type: none;
    text-align:center;
    background-color: #312e2e;
    padding: 10px;
    border: 1px solid rgb(218, 218, 218);
    color: #ffff ;
    display: flex;
    flex-direction: row;
}
.image2{
    height: 75px;
}
.btn-conti{
    margin: auto 0;
}
.btn{
    margin-left: 10px;
}
.title{
    font-size: 32px; 
    font-weight:bold;
}
input{
    height: 3rem;
    width: 20rem;
}
.headline1{
    font-size: 14px;
    margin-top: 30px;
    font-weight: bold;
}
.btn-cont{
    display: flex;
    flex-direction: row; 
    justify-content: center; 
    margin:10px; 
    width:100%;
    height: 100%;
}
.images2{
    position: relative; 
    background-color: rgb(245, 245, 245);
}
.container2{
    display: flex; 
    flex-direction: row;
}
.image-cont{
    margin: auto;
}
.coments{
    
    margin:14px auto; 
    background-color: #ed1c24;
    color:white; 
    display: flex;
    flex-direction: column;
    justify-content: center; 
    padding: 8px;
    box-shadow: 0 0 16px 0 rgba(0,0,0,.3);
    border-radius: 10px;
}
.circle{
    border-radius:50%; 
    margin:0 auto;
}
.coment1{
    margin:20px;
    color: rgb(133, 133, 133) ;
    text-align: center;
    font-weight: 500;
}
.coment2{
    margin:20px;
    color:white;
    text-align: center;
    font-weight: 500;
}
.comenttitle{
    font-weight: 800;
    border-radius: 5px;
    font-size:20px;
   
}
.comenttitle2{
font-size: 16px;
font-style: italic;
}
.newgrid{
    max-width: 50%;
    margin: 8px auto;
}
.newline{
    border-radius: 6px;
    font-size: 16px;
    font-style: italic;
}
.imagenew{
    height: 40px;
    margin: 19px;
}
.dott{
    border-radius: 100%;
    background-color: red;
    border: 1px solid red;
    width: 5px;
    height: 5px;
    margin-right: 4px;
    margin-top: 10px;
}
@media only screen and (max-width: 1024px) 
{
.container2{
    display: flex;
    flex-direction: column;
}
.btn-cont{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.grids{
    display: flex;
    flex-direction: column;
}
.grid1{
    display: flex;
    flex-direction: column;
}
.grid2{
    display: flex;
    flex-direction: column;
}
.coments{
    width: 100%;
}
.image3{
    margin: 10px;
}
.image4{
    display: none;
}
.newgrid{
    max-width: 100%;
}
}

