.btn_volver h2,
.btn_volver a{
    color: #FFB900;
    text-align: right;
}
.img_service{
    width: 341px;
    height: 227px;
    border-radius: 6px;
}
.content_service{
    display: flex;
    justify-content: left;
    align-items: unset !important;

}
.txt_service{
    font-size: 16px;
    line-height: 100%;
    font-weight: 500;
}
.service_list,
.service_list_content,
select.form-select {
    width: 100%;
}
#servicioSelect {
    box-shadow: 3px 3px 6px rgba(0, 0, 0, 0.15); 
    border: 1px solid #ffffff;
    border-radius: 5px;
    padding: 10px;
    font-size: 1rem;
    transition: box-shadow 0.2s ease;
}

#servicioSelect:focus {
    outline: none;
    box-shadow: 3px 3px 8px rgba(0, 0, 0, 0.25);
}
.content_btn_service{
    margin: 0px !important;
}
.btn_service{
    font-size: 18px;
    line-height: 100%;
    font-weight: 600;
    background-color: #030303;
    color: #ffffff !important;
    text-align: center;
    margin-top: 2px;
    margin-bottom: 10px;
    display: inline-block;
    width: 100%;
    height: 53px;
    border-radius: 30px;
    padding-top: 17px;
}
.btn_service:hover {
    background-color: #9E9E9E; 
    color: #787878 !important; 
    cursor: pointer;
}
.icono_service_btn{
    padding-left: 20%;
}

/*Media Querys*/
@media (max-width: 767px) {
    .img_service{
        width: 100%;
    }
    .content_service_phone {
        display: grid !important;
        justify-content: center;
        align-items: center;
        width: 100%; 
        height: auto;
    }
    .content_btn_service_phone{
        display: grid !important;
        align-items: center;
        width: 100% !important; 
        height: auto;
    }
    .content_btn_service{
        width: 100% !important; 
    }
}
@media (min-width: 768px) and (max-width: 1024px) {
    .content_service_phone {
        display: grid !important;
        justify-content: center;
        align-items: center;
        width: 100%; 
        height: auto;
    }
    .icono_service_btn{
        padding-left: 10%;
    }
}