.baner-section, .portfolio-section{
  width: auto;
  height: auto;
}
/*Banner section*/
.block-editor-rich-text__editable.wp-block-button__link{
  font-weight: 800;
}
.block-editor-rich-text__editable.wp-block-button__link:hover{
  background-color: #002155 !important;
}
/*Portfolio section*/
.portfolio-section h2.block-editor-rich-text__editable.block-editor-block-list__block.wp-block{
  font-weight: 600;
}
.portfolio-section h2.block-editor-rich-text__editable.block-editor-block-list__block.wp-block:after{
  content: '';
  border: 1px solid #ff5e15;
  display: block;
  width: 20%;
  margin: 5px auto 30px;
  position: relative;
}