.maintenance-section {
    padding: 40px 0 120px;
    background-color: #f6f6f6;
    position: relative;
}

.maintenance-section .maintenance__bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 1;
}

.maintenance-section .maintenance__bg img {
    position: relative;
    width: 100%;
    height: 100%;
    object-position: center bottom;
    object-fit: scale-down;
}

.maintenance-section .container {
    position: relative;
    z-index: 2;
}

.maintenance-section .img--movistar {
    display: block;
    margin: 0 auto;
    margin-bottom: 59px;
}

.maintenance-section .title {
    font-size: 32px;
    font-weight: 300;
    line-height: 1.2;
    text-align: center;
    margin-bottom: 24px;
    color: #50535a;
}

.maintenance-section .description {
    font-size: 16px;
    line-height: 1.3;
    color: #50535A;
    text-align: center;
}

.maintenance-section .btn--whatsapp {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 152px;
    height: 40px;
    color: #ffffff;
    font-size: 16px;
    background-color: #274041;
    margin: 30px auto 0;
    border-radius: 40px;
}

.maintenance-section .btn--whatsapp img {
    margin-right: 12px;
}

@media (min-width: 768px) {
    .maintenance-section {
        padding: 40px 0 160px;
    }
}

@media (min-width: 992px) {
    .maintenance-section {
        padding: 40px 0 240px;
    }
    .maintenance-section .title {
        font-size: 40px;
        font-weight: 200;
    }
    .maintenance-section .description {
        font-size: 20px;
    }
}

img{
    max-width: 100% !important;
}