.consultancy-banner {
    background: url(../../assets/img/consultancy/header-02.jpg) no-repeat center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
    height: 450px;
}

.banner-title {
    display: flex;
    align-items: center;
    padding-left: 5%;
    color: white;
}

.sub-title {
    color: #2e3b70;
}
.incidents-banner {
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 450px;
    padding-top: 50px;
    width: 100%;
    height: auto;
}

.consultancy-services {
    background: url(../../assets/img/consultancy/fondo-footer-03.png) no-repeat top;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    width: 100%;
}

.services-title {
    text-align: center;
    color: white;
    padding-top: 250px
}

.text-content-web-us-service {
    text-align: center;
    width: 30%;
    margin: 0px auto;
    color: white;
}

.the-button {
    background: rgb(178, 31, 32);
    background: linear-gradient(90deg, rgb(178, 31, 32) 8%, rgb(222, 40, 46) 57%, rgb(255, 43, 51) 100%);
    color: white;
    border-radius: 20px;
    border: 0;
    text-align: center;
    font-size: 10px;
    width: 200px;
    height: 35px;
    display: flex;
    align-items: center;
    outline:none;
}

.the-button i {
    font-size: 30px;
    margin: 0 0 0 auto;
}

.the-button span {
    margin: 0 auto;
    padding-left: 30px;
    font-weight: bold;
}

.consultancy-health {
    background: url(../../assets/img/consultancy/ondulada-02.png) no-repeat top right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: auto 100%;
    width: 100%;
    height: auto;
    padding-left: 5%;
}

.health-title {
    display: flex;
    align-items: center;
    padding-left: 0%;
    color: #2db4a7;
}

.incident-banner {
    background: white url(../../assets/img/services/camilla-de-rescate3.png) no-repeat top right;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 450px;
    padding-top: 50px;
    width: 100%;
    height: auto;
}
.services-field-card {
    background-color: #e0eeff;
    border-radius: 10px;
    width: 90%;
}


.work-field-img {
    width: auto;
    height: 50%;
}

.card-right {
    margin: 0 0 0 auto;
}

.card-center {
    margin: 0 auto;
}

.card-left {
    margin: auto 0 0 0;
}

.work-field-card {
    background-color: #e0eeff;
    border-radius: 10px;
    width: 200px;
    height: 200px;
}

.content-60{
    width: 60%;
}

.content-80{
    width: 80%;
    margin:0px auto;
}

.sub-title {
    color: #212962;
}

.iadc-image-col {
    text-align: right;
}

@media screen and (max-width: 720px) {
    .consultancy-health {
        background: url(../../assets/img/consultancy/ondulada-02.png) no-repeat top;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: cover;
        width: 100%;
        padding-left: 5%;
    }

    .iadc-image-col {
        text-align: center;
    }
}