.header{
    margin-top: 340px;
}.image-section{
    display: inline;
    float: left;
    margin-top: -200px;
}.image-section img{
    width: 390px;
    border-radius: 8px;
    box-shadow: #c3c3c366 20px 20px;
}.text-section{
    display: inline;
}.text-section h1{
    font-weight: 800;
    font-size: 40px;
    margin-bottom: 29px;
}.text-section p{
    text-align: justify;
    max-width: 700px;
    line-height: 1.35;
    margin-bottom: 20px;
}.text-section a{
    text-decoration: none;
    color: #000;
    font-weight: 500;
    font-size: 14px;
    background: #ffffff;
    padding: 8px 16px;
    box-shadow: #b1b1b166 0 4px;
    border-radius: 4px;
    transition: .1s;
}.text-section a:hover{
    background: #c3c3c366;
    box-shadow: #b1b1b166 0 2px;
}.header-background-svg{
    position: absolute;
    width: 1000px;
    z-index: -1;
    right: -500px;
    top: 50%;
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}
