.section-service{
    min-height: 20rem;
    margin: 2rem 0;
    display: flex;
    justify-content: center;
}
.cont-service{
    display: flex;
    gap: 3rem;
}
.redirect{
    width: 25%;
}
.redirect h2{
    color: var(--title);
    font-weight: 900;
    margin-bottom: 1rem;
}
.describe-service{
    width: 75%;
}
.list-services{
    margin-left: .5rem;
}
.list-services li{
    display: flex;
    align-items: center;
    margin-top: .3rem;
    position: relative;
}
.check-service a{
    font-weight: 700;
    background: rgba(208,215,222,0.24);
}
.check-service:before{
    background: var(--btn-on) !important;
}

.list-services li:before{
    position: absolute;
    display: block;
    content: '';
    left: -.5rem;
    width: .25rem;
    background: #d7d7d7;
    height: 100%;
    border-radius: 1rem;
}
.list-services a{
    width: 100%;
    font-size: .9rem;
    border-radius: .4rem;
    color: #24292f;
    display: block;
    padding: .4rem .5rem;
}
.list-services a:hover{
    background: rgba(208,215,222,0.24);
}

.describe-service{

}
.service-title{
    color: var(--principal-title);
    font-size: .6rem;
    margin-bottom: .8rem;
    position: relative;
    padding-left: 1.8rem;
    display: flex;
    align-items: center;
}
.service-title h1{
    font-weight: 900;
    text-transform: uppercase;
}
.service-title:before{
    position: absolute;
    left: 0;
    content: '';
    width: 1rem;
    height: .5rem;
    border-radius: 1rem;
    border: 2px solid var(--principal-title);
}
.service-image{
    margin-bottom: 1rem;
    height: 24rem;
    border-radius: .4rem;
    overflow: hidden;

}
.service-image img{
    height: 100%;
    width: 100%;
    object-fit: cover;
}

#media{
    position: absolute; width: 100%; height: 100%; top: 0; left: 0;
}