@media screen and (min-width: 1920px){
.section-4 .btitle-text .btitle-text-jbs {
   font-size: 15.25vw!important;
}
.section-3 .btitle-text .btitle-text-jbs {
   font-size: 9.9vw!important;
}
}
@media screen and (max-width: 1920px) and (min-width: 1024px) {
#oc-container > div.section.section-3 > div > div > div.big-title.font-bold > div.btitle-text > div {
  font-size:9.4vw!important;
}
#oc-container > div.section.section-4 > div > div > div.big-title > div.btitle-text.font-bold > div {
  font-size:11.5vw!important;
  width:100%;
}
}