#jumbotron .study-in-uk-h1
{
    color: var(--accent-color);
    padding-top: 1em;
    /* background-color: red; */
}
#jumbotron .jumbotron-info
{
    display: flex;
    justify-content: space-between;
    align-items: last baseline;
    gap: 1em;
    /* background-color: rgb(74, 74, 121); */
    padding: 0;
    flex: 1;
}
#jumbotron .left-info p, #jumbotron .right-info a
{
    padding: 0.2em 0;
    /* background-color: red; */
}
#jumbotron .right-info a
{
    color: var(--accent-color);
    font-size: 1.2rem;
    font-weight: 700;
}
#jumbotron .right-info a:hover
{
    text-decoration: underline;
}
#jumbotron .right-info-top
{
    display: flex;
    align-items: center;
    line-height: 1.5
}
.jumbotron-image{
    margin: 3em 0 0 0;
    width: 100%;
}
@media screen and (max-width: 1160px) 
{
    #jumbotron
    {
        display: flex;
        flex-direction: column;
    }
    #jumbotron .jumbotron-info
    {
        flex-direction: column;
        align-items:start;
    }
}