  .bvp{
   padding: 3% 0;
 }
 .bvp, .bvp .view.view-project-view {
  background: #f5f5f5;
}
  .bvp .vmp {
    padding: 30px;
    font-size: 26px;
    font-weight: bold;
    text-align: center;
}
.view-project-view .views-field-field-project-image{
  position: relative;
}


.bvp .block-title,.view-project-view  .block-title{
text-transform: uppercase;
  color: #052685;
 padding-bottom: 30px;
}

.view-project-view .img-title {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  background-color: rgb(3 31 77 / 70%);
  text-align: center;
  color: #f4f1f1;
  font-size: 24px;
  box-sizing: border-box;margin: 0;
    padding: 7px;
}

.view-project-view .col-lg-4,
.view-project-view .col-lg-6 {
  margin-top: 30px;
}

.pss {
  text-align: center;
}

.view-project-view img {
    width: 100%;
    height: 300px;
    object-fit: cover;
}

@media only screen and (min-width: 769px) {
.bvp .block-title,
.view-project-view .block-title {
  font-size: 60px;
}
.view.view-project-view {
  padding-top: 30px;
}
.pss {
  width: 65%;
  margin: auto;
}
}

@media only screen and (max-width: 768px) {
  .bvp .block-title,
  .view-project-view .block-title {
    font-size: 40px;
  }

}
