.last-page div:first-child {
    color: white;
    text-align: center;
    font-size: 46px;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 0px;
}

details p {
    font-size: 20px;
    margin: 0;
}

details {
    background-color: rgb(45, 45, 45);
    font-size: 25px;
    text-align: left;
    color: white;
    cursor: pointer;
    padding: 26px 20px;
    margin-bottom: 8px;
    font-weight: 300;

}
summary {
    text-align: left;
    transition: 0.1s ease-out;
    position: relative;
    
}

details[open] > summary {
    transition: 0.5s;
    margin-bottom: 0;
    
}

details > p {
    font-size: 18px;
    padding-top: 20px;
    margin-top: 20px;
    border-top: black solid 1px;
}

.last-section {
    display: grid;
    gap: 20px;
}

summary img {
    position: absolute;
    right: 0;
    height: 50px;
    top: -4px;
}

.ready {
    color: white;
    text-align: center;
    font-size: 20px;
}

.six {
    display: grid;
    color: white;
    grid-template-columns: 
        repeat(auto-fit, minmax(300px, 1fr));
    padding-left: 10%;
    color: rgb(204, 201, 201);
    padding-right: 10%;
    place-items: center;
    align-items: start;
    margin-top: 70px;
    position: relative;
}
.six span {
    position: absolute;
    top: -30px;
}

.q-a {
    margin-left: 10%;
    margin-right: 10%;
}