
.row-key{
    width: 25%;
}

.sidebar-box{
    border: 1px solid #dbdbdb;
    -webkit-box-shadow: 0 5px 10px rgb(0 0 0 / 5%);
    box-shadow: 0 5px 10px rgb(0 0 0 / 5%);
}

.top-bar{
    background: #3155A4;
    height: 4px;
    margin: 10px 0px 0px; 
}
.person p{
    margin: 0;
}

.person{
    margin-bottom: 3rem;
}

.contact-content{
    padding: 3rem;
}

.further-info{
    margin-bottom: 3rem;
}
.standard-info{
    margin-bottom: 3rem;
}
.standard-info p{
    margin-bottom: 2rem;
}
.sidebar-link{
    color: #fff;
}
.buttons button{
    width: 100%;
    margin-bottom: 1rem;
    height: 4rem;
}

@media screen and (min-width: 768px) and (max-width: 991px){
    .contact-content{
        padding: 3rem 1rem;
    }
}