.jumbotron {
    background: rgb(74,141,52);
    background: linear-gradient(90deg, rgba(74,141,52,1) 35%, rgba(1,95,136,1) 100%);
    position: relative;
}
.head-image {
    position: absolute;
    right: 5%;
    bottom: 5%;
}
.higher{
    height: 200px;
    border: 1px solid black;
}
.border{
    border: 1px solid black;
}
.border img{
    padding-left: 30%;
}
