section.text div.row{
padding-top: 50px;
padding-bottom: 50px;
}
a.black{
color: black;
}
#prob{
background-image: url(//bsdm.by/by/wp-content/themes/bsdm/img/pr.jpg);
width: 100%;
height: 255px;
background-size: contain;
padding: 0;
background-repeat: no-repeat;
}
div.row:nth-of-type(5) div.col-8{
text-align: center;
}
@media all and (max-width: 1200px) {
h3{
font-size: 26px;
}
}
@media all and (max-width: 768px) {
h3{
font-size: 16px;
} div.menu2 li{
font-size: 12px;
}
}
@media all and (max-width: 576px) {
section.text div.row {
padding-top: 15px;
padding-bottom: 15px;
}
#prob{
height: 135px;
}
div.col-12 {
margin-bottom: 10px;
}
}