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

.the-button-representative {
    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: 250px;
    height: 35px;
    display: flex;
    align-items: center;
    outline:none;
}

.oguk-banner {
    background: url(../../assets/img/examenes-medicos/2-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;
}

.stcw-banner {
    background: url(../../assets/img/examenes-medicos/fondo-ondulado-completo.png) no-repeat top right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% auto;
    width: 100%;
    height: auto;
}

.chose-us-banner {
    background: url(../../assets/img/examenes-medicos/fondo-2-02.png) no-repeat top right;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: 100% 100%;
    width: 100%;
    height: auto;
}

.content-40{
    width: 40%;
}

.oguk-field-card {
    background-color: #e0eeff;
    border-radius: 10px;
    width: 100%;
    height: 100%;
}


@media screen and (max-width: 720px) {
    .content-40{
        width: 90%;
    }

    .oguk-banner {
        background: url(../../assets/img/examenes-medicos/2-02.png) no-repeat top right;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: 100% auto;
        width: 100%;
        height: auto;
    }

    .stcw-banner {
        background: url(../../assets/img/examenes-medicos/fondo-ondulado-completo.png) no-repeat center;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: auto 90%;
        width: 100%;
        height: auto;
    }

    .chose-us-banner {
        background: url(../../assets/img/examenes-medicos/fondo-2-02.png) no-repeat top right;
        -webkit-background-size: cover;
        -moz-background-size: cover;
        -o-background-size: cover;
        background-size: 100% auto;
        width: 100%;
        height: auto;
    }
}