.services {
    position: relative;
    background: url(/img/regua.svg) repeat-y right center;
    padding: 80px 30px;
    height: auto;
}

.services-content {
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 30px;
    justify-items: center;
    align-items: center;
    position: relative;
}
.service-items {
    display: grid;
    gap: 20px;
    max-width: 500px;
}
.service-items > div {
    display: flex;
    align-items: center;
    gap: 20px;
}
#img-service {
    box-shadow: 0px 0px 0px 2px #D9B761;
}
.service-items > div:nth-child(3) a:last-child {
    text-decoration: underline;
    font-size: 0.9rem;
    font-family: Amenti;
    font-weight: 300;
    text-transform: uppercase;
}
.service-items > div:nth-child(3) a:nth-child(1) {
    font-size: 0.9rem;
}
.service-items h2 {
    color: #D9B761;
    font-size: 1.6rem;
    font-family: Gritlen;
}
.service-items p span {
    color: #D9B761;
}
#service-detail {
    position: absolute;
    right: 50%;
}

.services-grid {
    display: grid;
    gap: 50px;
}
.service-items2 {
    display: grid;
    gap: 20px;
    max-width: 500px;
}
.service-items2 > div {
    display: flex;
    align-items: center;
    align-content: center;
    justify-content: end;
    gap: 20px;
}
.service-items2 > div:nth-child(3) a:last-child {
    text-decoration: underline;
    font-size: 0.9rem;
    font-family: Amenti;
    font-weight: 300;
    text-transform: uppercase;
}
.service-items2 > div:nth-child(3) a:nth-child(1) {
    font-size: 0.9rem;
}
.service-items2 h2 {
    color: #D9B761;
    font-size: 1.6rem;
    font-family: Gritlen;
}
.service-items2 p span {
    color: #D9B761;
}
.service-items2 p {
    text-align: right;
}
#service-detail2 {
    position: absolute;
    right: 45%;
}
#regua {
    position: absolute;
    right: 0;
}

@media only screen and (max-width: 1210px) {

    #service-detail {
        display: none;
    }
    #service-detail2 {
        display: none;
    }
    
    
}

@media only screen and (min-width:461px) and (max-width:1000px) {

    .services-content {
        grid-template-columns: 1fr;
    }
    #contato-detail {
        display: none;
    }
    .service-items2 {
        grid-row: 2;
        justify-items: center;
    }
    .service-items2 p {
        text-align: center;
    }
    .service-items {
        justify-items: center;
    }
    .service-items p {
        text-align: center;
    }
    
    .services-grid {
        gap: 90px;
    }
    .services {
        padding: 80px 60px;
    }
    
}

@media only screen and (min-width:398px) and (max-width:460px) {

    .services-content {
        grid-template-columns: 1fr;
    }
    .service-items2 {
        grid-row: 2;
        justify-items: center;
    }
    #contato-detail {
        display: none;
    }
    .service-items2 p {
        text-align: center;
        font-size: .9rem;
    }
    .service-items2 h2 {
        font-size: 1.2rem;
    }
    .service-items h2 {
        font-size: 1.2rem;
    }
    .service-items {
        justify-items: center;
    }
    .service-items p {
        text-align: center;
        font-size: .9rem;
    }
    
    .services-grid {
        gap: 90px;
    }
    .services {
        padding: 80px 60px;
    }
    
}

@media only screen and (min-width:326px) and (max-width:397px) {

    .services-content {
        grid-template-columns: 1fr;
    }
    .service-items2 {
        grid-row: 2;
        justify-items: center;
    }
    #contato-detail {
        display: none;
    }
    .service-items2 p {
        text-align: center;
        font-size: .9rem;
    }
    .service-items2 h2 {
        font-size: 1.2rem;
    }
    .service-items h2 {
        font-size: 1.2rem;
    }
    .service-items {
        justify-items: center;
    }
    .service-items p {
        text-align: center;
        font-size: .9rem;
    }
    
    .services-grid {
        gap: 90px;
    }
    .services {
        padding: 80px 20px;
        background: url(/img/teste.png) no-repeat center center;
        background-size: cover;
    }
    #ponteiro {
        display: none;
    }
    
}

@media only screen and (min-width:0px) and (max-width:325px) {

    .services-content {
        grid-template-columns: 1fr;
    }
    #contato-detail {
        display: none;
    }
    .service-items2 {
        grid-row: 2;
        justify-items: center;
    }
    .service-items2 div:nth-child(3) {
        display: grid;
        justify-items: center;
    }
    .service-items div:nth-child(3) {
        display: grid;
        justify-items: center;
    }
    .service-items2 p {
        text-align: center;
        font-size: .85rem;
    }
    .service-items2 h2 {
        font-size: .95rem;
    }
    .service-items h2 {
        font-size: .95rem;
    }
    .service-items {
        justify-items: center;
    }
    .service-items p {
        text-align: center;
        font-size: .85rem;
    }
    
    .services-grid {
        gap: 90px;
    }
    .services {
        padding: 80px 20px;
        background: url(/img/teste.png) no-repeat center center;
        background-size: cover;
    }
    #ponteiro {
        display: none;
    }
    
}