.page-header{
    background-color: #256BAA;
    padding: 100px;
}
.header-page{
    display: flex;
    align-items: center;
    justify-content: center;
}
.header-page-text{
    display: flex;
    flex-direction: column;
    justify-content: center;
    color: #f2f2f2;
    width: 70%;
}
.header-page-text p{
    margin: 0;
    color: #f2f2f2;
}
.header-page-title{
    margin: 0;
    color: #f2f2f2;
    font-weight: bold;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
}
.header-page-options{
    display: flex;
    font-size: 15px;
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    justify-content: flex-end;
    padding-right: 30px;
    color: #f2f2f2;
    width: 30%;
}
.header-page-options a span{
    color: #f2f2f2;
}
.text{
    padding: 50px 0 0 0;
}
.page-text{
    font-family: "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: justify;
    font-size: 13pt;
    font-weight: normal;
}
.container-img{
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
}
.container-img img{
    width: 50%;
    padding: 50px 0 50px 0;
}
#line {
	display: flex;
	flex-direction: row;
	justify-content: center;
	align-items: center;
}
.title{
    font-size: 2.6em; 
    font-weight: 500;
}
.head{
    padding-top: 50px;
}
button{
    border: none;
    border-radius: 5px;
    padding: 16px 26px 16px 26px;
    font: 15px "Open Sans", "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #ffffff;
    background-color: #029A4F;
    margin: 50px 0 50px 0;
}
@media only screen and (max-device-width: 581px) {
    .header-page{
        flex-direction: column;
    }
    .header-page-text{
        text-align: center;
        width: 100%;
    }
    .header-page-options{
        justify-content: center;
        padding: 20px 0 0 0 ;
        width: 100%;
    }
    .container-img{
        width: 100%;
    }
}