.vc-uvod_kategorie .container{display:flex;align-items:center;min-height:350px;}
.vc-uvod_kategorie .container.smaller{min-height:280px;}
@media screen and (max-width:768px){
.vc-uvod_kategorie .container{min-height:200px;}
}
.vc-uvod_kategorie .box{text-align:center;margin:auto;padding-top:30px;}
.vc-uvod_kategorie .box h1{max-width:941px;text-align:center;color:#ffffff;font-weight:700;font-style:normal;letter-spacing:0.37px;margin:auto;margin-bottom:30px;}
@media screen and (max-width:768px){
.vc-uvod_kategorie .box h1{margin-bottom:20px;}
}
.vc-uvod_kategorie .box p{color:#ffffff;font-weight:600;line-height:28px;font-size:16px;max-width:700px;margin:auto;}
.vc-uvod_kategorie .box p a{color:#ffffff;text-decoration:underline;transition:0.2s all linear;}
.vc-uvod_kategorie .box p a:hover{color:#f2f2f2;text-decoration:underline;transition:0.2s all linear;}
@media screen and (max-width:768px){
.vc-uvod_kategorie .box p{font-size:16px;line-height:25px;}
}
.vc-uvod_kategorie .box-buttons{margin-top:25px;}
@media screen and (max-width:768px){
.vc-uvod_kategorie .box-buttons {
flex-direction: column;
}
.vc-uvod_kategorie .box-buttons > a:not(:last-child) {
margin-bottom: 12px;
}
}