.whereweworkbanner{
    display: block;
    width: 100%;
    position: relative;
    padding: 85px 0;
    text-align: center;
    background: #f8f9fb;
}
.whereweworkbanner::after{
    content: '';
    display: block;
    clear: both;
}

.workdetailbg{
    display: block;
    width: 100%;
    margin: 0;
    padding: 30px 0;
    position: relative;
    font-family: "Roboto Condensed", Arial, Helvetica,sans-serif;
}
.workdetailbg::after{
    content: '';
    display: block;
    clear: both;
}
.workdetailbg .title{
    display: block;
    font-size: 2.2rem;
    line-height: 1.2;
    margin:1rem 0 2rem;
    font-weight: 700;
    color: #AE190E;
}
.listcountry {
    margin-bottom: 1.4rem;
    background: #f6f6f6;
}
.listcountry a {
    display: inline-block;
    padding: 1rem 2rem;
    border-radius: 5px;
    text-transform: uppercase;
    color: #000;
    font-weight: 600;
    border: .5px dashed #c4cad0;
    transition: 0.5s;
    font-size: 1.2rem;
    text-align: center;
    min-height: 64px;
    display: grid;
    place-items: center;
    box-shadow: 5px 5px #efefef;
}
.listcountry a:hover {
    background: #b60101;
    color: #fff;
/*    transform: scale(1.1);*/
    border-radius: 8px;
    box-shadow: rgba(100, 100, 111, .2) 0 7px 29px 0;
}