.vesta__container{
  height: 83vh;
}
.vesta__img{
  display: flex;
  justify-content: center;
  margin: 45px auto 40px auto;
}

.vesta__img img{
  width: 160;
  height: 160px;
}

.vesta__text, .vesta__button{
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 15px;
}

.vesta__text p{
  font-family: 'Source Sans Pro';
font-style: normal;
font-weight: 600;
font-size: 30px;
line-height: 38px;
text-align: center;
color: #00529B;
}

.vesta__button p{
  font-family: 'Source Sans Pro';
font-style: normal;
font-weight: normal;
font-size: 30px;
line-height: 38px;
text-align: center;
margin-bottom: 25px;
margin-top: 20px;
color: #00529B;
}

.vesta__button button {
 
box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
border-radius: 4px;
color:#fff;
width: 243px;
height: 52px;
font-family: 'Source Sans Pro';
font-style: normal;
font-weight: normal;
border: none;
}

.btn__vesta{
  background: #F6812E;
  font-size: 30px;

}

.btn__vesta__portal{
  background: #00529B;
  font-size: 25px;
  margin-top: 20px;
}