.attorney-service {
    background-image: linear-gradient(rgba(24, 66, 61, 0.6), rgba(0, 0, 0, 0.60)), url('../images/backG-att.jpg');
    background-repeat: no-repeat;
    background-size: cover;
}

.attor-flex {
    display: flex;
    flex-direction: column;
}

.attorney-img {
    padding: 60px 20px;
}

.attorney-description {
    width: 100%;
    box-sizing: border-box;
    padding: 40px 20px 60px 20px;
}

.attorney-description h4{
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.attorney-description p {
    color: #fff;
}

.attorney-description .margin {
    margin-bottom: 40px;
}

.attorney-description a {
    color: #fff;
    margin-top: 40px;
    padding: 10px 20px;
    background-color: #36a1a1;
    font-weight: normal;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #36a1a1; 
    transition: 0.5s;
    text-decoration: none;

}
.attorney-description a:hover {
    color: #216b6b;
    background-color: #fff;
    border: 1px solid #216b6b; 
}


@media (min-width: 576px) {}

@media (min-width: 768px) {}

@media (min-width: 992px) {

}

@media (min-width: 1200px) {

.attor-flex {
    flex-direction: row;
    justify-content: space-between;
    }

.attorney-img {
    padding: 160px 40px;
}

.attorney-description {
    width: 900px;
    padding: 160px 40px;
}

.attorney-description h4{
    font-family: 'Open Sans', sans-serif;
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 700;
    color: #fff;
    text-transform: uppercase;
}

.attorney-description p {
    color: #fff;
}

.attorney-description .margin {
    margin-bottom: 40px;
}

.attorney-description a {
    color: #fff;
    margin-top: 40px;
    padding: 10px 20px;
    background-color: #36a1a1;
    font-weight: normal;
    font-size: 14px;
    border-radius: 5px;
    border: 1px solid #36a1a1; 
    transition: 0.5s;
    text-decoration: none;

}
.attorney-description a:hover {
    color: #216b6b;
    background-color: #fff;
    border: 1px solid #216b6b; 
}
}