.refacciones-section {
    align-items: center;
    background-color: #fff;
    clear: both;
    display: flex;
    flex-direction: column;
}
.refacciones-section h2, .refacciones-section p {
    color: #707070;
    text-align: center;
}
.refacciones-section h2 {
    font-weight: bold;
}
.refacciones-section .row {
    display: flex;
    flex-direction: row;
    width: 100%;
}
.refacciones-section .col-lg-4 {
    align-items: center;
    justify-content: center;
    width: 100%;
}
.refacciones-section img {
    margin: 0 auto;
    display: block;
}
@media (min-width: 2560px){
    .refacciones-section {
        padding: 2em 0;
        margin: 0 auto;
    }
    .refacciones-section .col-lg-4{
        padding: 1.5em 4em;
    }
    .refacciones-section h2 {
        font-size: 1.15em;
        line-height: 1.3;
        margin: 1em 0;
    }
    .refacciones-section p {
        font-size: 1.15em;
        line-height: 1.4;
    }
    .full-width {
        height: 40vh;
        width: 100%;
    }
    .refacciones-section img {
        width: 30%;
    }
}
@media (min-width: 1920px) and (max-width: 2559px){
    .refacciones-section {
        padding: 2em 0;
        margin: 0 auto;
    }
    .refacciones-section .col-lg-4{
        padding: 1.5em 4em;
    }
    .refacciones-section h2 {
        font-size: 1.15em;
        line-height: 1.3;
        margin: 1em 0;
    }
    .refacciones-section p {
        font-size: 1.15em;
        line-height: 1.4;
    }
    .full-width {
        height: 40vh;
        width: 100%;
    }
    .refacciones-section img {
        width: 30%;
    }
}
@media (min-width: 1511px) and (max-width: 1919px){
    .refacciones-section {
        padding: 2em 0;
        margin: 0 auto;
    }
    .refacciones-section .col-lg-4{
        padding: 1.5em 4em;
    }
    .refacciones-section h2 {
        font-size: 1.15em;
        line-height: 1.3;
        margin: 1em 0;
    }
    .refacciones-section p {
        font-size: 1.15em;
        line-height: 1.4;
    }
    .full-width {
        height: 40vh;
        width: 100%;
    }
    .refacciones-section img {
        width: 30%;
    }
}
@media (min-width: 1025px) and (max-width: 1510px){
    .refacciones-section {
        padding: 2em 0;
        margin: 0 auto;
    }
    .refacciones-section .col-lg-4{
        padding: 1.5em 4em;
    }
    .refacciones-section h2 {
        font-size: 1.15em;
        line-height: 1.3;
        margin: 1em 0;
    }
    .refacciones-section p {
        font-size: 1.15em;
        line-height: 1.4;
    }
    .full-width {
        height: 40vh;
        width: 100%;
    }
    .refacciones-section img {
        width: 30%;
    }
}
@media (min-width: 768px) and (max-width: 1024px){
    .refacciones-section {
        padding: 2em 0;
        margin: 0 auto;
    }
    .refacciones-section .col-lg-4{
        padding: 1.5em 4em;
    }
    .refacciones-section h2 {
        font-size: 1.15em;
        line-height: 1.3;
        margin: 1em 0;
    }
    .refacciones-section p {
        font-size: 1.15em;
        line-height: 1.4;
    }
    .full-width {
        height: 40vh;
        width: 100%;
    }
    .refacciones-section img {
        display: block;
        margin: 0 auto;
        width: 30%;
    }
}
@media (max-width: 767px){
    .refacciones-section .row {
        flex-direction: column;
    }
    .refacciones-section {
        padding: 2em 3em;
        margin: 0 auto;
    }
    .refacciones-section .col-lg-4{
        padding: 2em 0;
    }
    .refacciones-section h2 {
        font-size: 1.25em;
        line-height: 1.3;
        margin: 1em 0;
    }
    .refacciones-section p {
        font-size: 1.15em;
        line-height: 1.4;
    }
    .full-width {
        height: 40vh;
        width: 100%;
    }
    .refacciones-section img {
        display: block;
        margin: 0 auto;
        width: 20%;
    }
    #pu10322 { 
        width: 100% !important;
    }
}