.padreserv {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: space-between;
}

.hijoserv1 {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    height: auto;
    width: 23%;
}

.hijoserv2 {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    height: auto;
    width: 20%;
}

.hijoserv3 {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    height: auto;
    width: 20%;
}
@media (max-width: 1250px) {
    .padreserv {
        display: block;
        margin-left: 60px;
        margin-right: 60px;
    }
    .hijoserv1,
    .hijoserv2,
    .hijoserv3 {
        margin-left: 30px;
        margin-right: 60px;
        width: 100%;
    }
}
.v-line {
    border-left: thick solid #62bb51;
    height: 200px;
    left: 18%;
    position: absolute;
}

.textserv {
    margin-right: 200px;
    margin-left: 200px;
}

.cla {
    color: #1c70b7;
    font-size: 19px;
    text-align: justify;
}
.clam {
    font-size: 16px;
    text-align: justify;
}
.puntos {
    margin-right: 200px;
    margin-left: 200px;
}
@media (max-width: 1250px) {
    .puntos,
    .textserv {
        margin-left: 80px;
        margin-right: 80px;
    }
}

.btn2 {
    background: #62bb51;
    color: #fff;
    font-family: 'Noto Sans Georgian', sans-serif;
    font-size: 17px;
    width: 20%;
    height: 40px;
    border: none;
    border-radius: 5px;
    cursor: pointer;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.btn2:hover {
    font-family: 'Alexandria', sans-serif;
}

.padreserv01 {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    align-content: space-between;
}

.hijoserv01 {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    height: auto;
    width: 30%;
}

.hijoserv02 {
    order: 0;
    flex: 0 1 auto;
    align-self: auto;
    height: auto;
    width: 20%;
}

.v-line00 {
    border-right: thick solid #62bb51;
    height: 200px;
    right: 18%;
    position: absolute;
}

@media (max-width: 1250px) {
    .padreserv01 {
        display: block;
        margin-left: 60px;
        margin-right: 60px;
    }
    .hijoserv1,
    .hijoserv2 {
        margin-left: 30px;
        margin-right: 60px;
        width: 100%;
    }
}
.hr {
    background: #62bb51;
    border: none;
    height: 12px;
    width: 100%;
    position: fixed;
    bottom: 0;
    overflow: hidden;
}
