﻿.section-absolut {
    position: absolute;
}

.absolute-top-center {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
}

.absolute-left-center {
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
}

.left-5pt {
    left: 5%;
}

.left-10pt {
    left: 10%;
}

.right-5pt {
    right: 5%;
}

.right-10pt {
    right: 10%;
}

.top-5pt {
    top: 5%;
}

.top-10pt {
    top: 10%;
}

.bottom-5pt {
    bottom: 5%;
}

.bottom-10pt {
    bottom: 10%;
}

.section-text h2 {
    font-size: 40px;
    color: #191919;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

.section-text h3 {
    font-size: 30px;
    color: #191919;
    margin: 0;
    padding: 0;
    line-height: 1.5;
}

.section-text p {
    font-size: 14px;
    color: #191919;
}

.section2 {
    gap: 20px;
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
}

.section {
    padding: 10px 20px;
}

    .section img {
        display: block;
        max-width: 100%;
    }

.text-align-center {
    text-align: center;
}

.bg-reno14 {
    background: white
}
