.content-medicine {
    display: flex;
    flex-direction: column;
}

.head-medicine {
    display: flex;
    flex-direction: row;
}

.head-medicine .left {
    width: 50%;
    display: flex;
    flex-direction: column;
    padding-left: 48px;
    justify-content: center;
}

.head-medicine .left h2 {
    font-size: 2rem;
    margin: 0;
    border-left: solid 10px #ff6600;
    padding-left: 8px;
}

.head-medicine .left p {
    font-size: 1.2rem;
    font-weight: 400;
    padding-left: 16px;
}

.head-medicine .right {
    width: 50%;
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding-top: 24px;
}

.circle {
    background: #313131;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    position: absolute;
    right: 350px;
}

.base {
    background: #313131;
    width: 500px;
    height: 300px;
}

.circle-img {
    position: absolute;
    border: solid 5px #ff6600;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    top: 48px;
    right: 370px;
    background: url("../img/doctor-medicina-general.jpg");
    background-position: center;
    background-size: cover;
}

.circle-decoration {
    position: absolute;
    background: #ff6600;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    top: 48px;
    left: 800px;
}

.key-services {
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #ff6600;
    margin-top: 24px;
    padding: 48px;
}

.key-services h2 {
    font-size: 2rem;
    color: #ffff;
}

.details-services {
    display: flex;
    flex-direction: row;
    column-gap: 24px;
    color: #ffffff;
    padding-bottom: 24px;
}

.div-2 {
    border-left: solid 1px #ffff;
    padding-left: 24px;
}

.div-3 {
    border-left: solid 1px #ffff;
    padding-left: 24px;
}

.div-4 {
    border-left: solid 1px #ffff;
    padding-left: 24px;
}

.details-services h3 {
   color: #313131;
   font-size: 1.2rem;
}

.medic-center {
    display: flex;
    margin-top: 24px;
    margin-bottom: 24px;
    gap: 24px;
    padding-left: 48px;
    justify-content: center;
}

.content-medic-center {
    display: flex;
    flex-direction: column;
    width: 50%;
    background: #313131;
    height: 450px;
    gap: 24px;
    padding: 24px;
    color: #ffff;
    border-radius: 8px;
}

.fi-sr-comment-check {
    color: #ff6600;
}

.content-medic-center h2 {
    color: #ff6600;
}

.img-medic-center {
    background: url('../img/doctor-hablando-con-paciente.jpg');
    height: 450px;
    width: 650px;
    background-position: center;
    background-size: cover;
    border-radius: 8px;
    box-shadow: 2px 2px 8px 2px #cacaca;
}

.direct-booking {
    margin-top: 24px;
    background: #ff6600;
    display: flex;
    justify-content: center;
}

.direct-booking a {
    color: #313131;
    text-decoration: none;
}

/* MEDIA QUERY RESPONSIVE */

@media(max-width: 768px){
    .content-medicine {
    display: flex;
    flex-direction: column;
}

.head-medicine {
    display: flex;
    flex-direction: column;
    padding: 16px;
}

.head-medicine .left {
    width: 100%;
    display: flex;
    flex-direction: column;
    padding-left: 48px;
    justify-content: center;
}

.head-medicine .left h2 {
    font-size: 2rem;
    margin: 0;
    border-left: solid 10px #ff6600;
    padding-left: 8px;
}

.head-medicine .left p {
    font-size: 1.2rem;
    font-weight: 400;
    padding-left: 16px;
}

.head-medicine .right {
    width: 50%;
    position: relative;
    display: flex;
    justify-content: flex-end;
    padding-top: 24px;
    display: none;
}

.circle {
    background: #313131;
    width: 300px;
    height: 300px;
    border-radius: 50%;
    position: absolute;
    right: 350px;
}

.base {
    background: #313131;
    width: 500px;
    height: 300px;
}

.circle-img {
    position: absolute;
    border: solid 5px #ff6600;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    top: 48px;
    right: 370px;
    background: url("../img/doctor-medicina-general.jpg");
    background-position: center;
    background-size: cover;
}

.circle-decoration {
    position: absolute;
    background: #ff6600;
    width: 250px;
    height: 250px;
    border-radius: 50%;
    top: 48px;
    left: 800px;
}

.key-services {
    display: flex;
    align-items: center;
    flex-direction: column;
    background: #ff6600;
    margin-top: 24px;
    padding: 48px;
}

.key-services h2 {
    font-size: 2rem;
    color: #ffff;
}

.details-services {
    display: flex;
    flex-direction: column;
    column-gap: 24px;
    color: #ffffff;
    padding-bottom: 24px;
}

.div-2 {
    border-left: solid 1px #ffff;
    padding: 16px;
    margin-top: 16px;
}

.div-3 {
    border-left: solid 1px #ffff;
    padding: 16px;
}

.div-4 {
    border-left: solid 1px #ffff;
    padding: 16px;
}

.details-services h3 {
   color: #313131;
   font-size: 1.2rem;
}

.medic-center {
    display: flex;
    flex-direction: column;
    margin-top: 24px;
    margin-bottom: 24px;
    gap: 24px;
    padding: 24px;
    justify-content: center;
    width: 100%;
}

.content-medic-center {
    display: flex;
    flex-direction: column;
    width: 100%;
    background: #313131;
    height: auto;
    gap: 24px;
    padding: 24px;
    color: #ffff;
    border-radius: 8px;
}

.fi-sr-comment-check {
    color: #ff6600;
}

.content-medic-center h2 {
    color: #ff6600;
}

.img-medic-center {
    background: url('../img/doctor-hablando-con-paciente.jpg');
    height: 250px;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 8px;
    box-shadow: 2px 2px 8px 2px #cacaca;
}

.direct-booking {
    margin-top: 48px;
    background: #ff6600;
    display: flex;
    justify-content: center;
    width: 100%;
    padding: 24px;
}

.direct-booking a {
    color: #313131;
    text-decoration: none;
}
}