.AM_DC_sixOffices_offices {
    text-align: center;
}
.AM_DC_sixOffices_offices ul {
    padding: 0;
    list-style: none;
    width: 90%;
    margin: 0 auto;
}
.AM_DC_sixOffices_offices ul li {
    width: 30%;
    display: inline-table;
    margin: 10px 1% 0 1%;
    border-radius: 5px;
    min-height: 180px;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
}
.AM_DC_sixOffices_content {
    width: 60%;
    text-align: left;
    padding: 20px;
    height: 100%;
    background-color: rgba(255,255,255,0.7);
    min-height: 180px;
    position: relative;
}
.AM_DC_sixOffices_content p {
    margin-bottom: 0;
    font-size: 13px;
}
.AM_DC_sixOffices_content p a {
    color: inherit;
    font-weight: 500;
    font-size: 13px;
}
.AM_DC_sixOffices_contentButton {
    position: absolute;
    bottom: 15px;
}
.AM_DC_sixOffices_header {
    width: 80%;
    margin: 0 auto 20px auto;
}
.AM_DC_sixOffices_header h3 {
    font-size: 26px;
}
.AM_DC_sixOffices_Button {
    margin-top: 40px;
    text-align: center;
}
.AM_DC_sixOffices_Button a {
    padding: 10px 20px;
    background-color: #03a8b0;
    border-radius: 5px;
    color: #fff;
}
@media only screen and (max-width: 1024px) {
    .AM_DC_sixOffices_offices ul li {
        width: 90%;
    }
    .AM_DC_sixOffices_offices ul li:nth-child(4),
    .AM_DC_sixOffices_offices ul li:nth-child(5),
    .AM_DC_sixOffices_offices ul li:nth-child(6) {
        display: none !important;
    }
}