main{
    max-width: 1100px;
    margin: 0 auto;
}
.delivery{
    display: flex;
    align-items: center;
}
.description{
    width: 100%;
    margin-top: 50px;
    margin-bottom: 50px;
    display: flex;
    align-items: center;
    justify-content: space-around;
}
.description img{
    height: 355px;
    width: 400px;
}
.text{
    width: 500px;
    line-height: 2;
}
.text h1{

    font-size: 60px;
}
.text p{
    font-size: 22px;
}
.question_box{
    margin-left: 60px;
}
.question{
    margin-bottom: 40px;
}
.question h3{
    font-size: 32px;
    margin-bottom: 20px;
}
.question ol{
    margin-left: 40px;
    line-height: 2;
    font-size: 22px;
}
.products{
    font-weight: bold;
    text-decoration: none;
    color: black;
}
.products:hover{
    color: white;
    background: #000;
}
.footer-block{
    height: 140px;

}
@media  (max-width: 768px) {
    .description{
        margin-left: 20px;
    }
    .description img{
        height: 200px;
        width: 200px;
    }
    .description h1{
        font-size: 30px;
        margin-bottom: 0;
    }
    .description p{
        font-size: 18px;
    }
    .footer-block{
        height: 260px;
        justify-content: center;
    }
}
@media  (max-width: 320px){
        .description{
            flex-direction: column;
        }
    .text{
        width: 280px;
        text-align: center;
    }
    .text h1{
        font-size: 25px;
    }
    .text p{
        font-size: 17px;
    }
    .question ol{
        margin-left: 0;
    }
    .question{
        width: 260px;
    }
    .question h3{
        font-size: 25px;
    }
    .footer-block{
        height: 460px;
        justify-content: center;
    }

}
@media  (max-width: 375px){
    .description{
        flex-direction: column;
    }
.text{
    width: 280px;
    text-align: center;
}
.text h1{
    font-size: 25px;
}
.text p{
    font-size: 17px;
}
.question ol{
    margin-left: 0;
}
.question{
    width: 260px;
}
.question h3{
    font-size: 25px;
}
.footer-block{
    height: 460px;
    justify-content: center;
}

}