#iyapo2.mainContainer {
    width: 100%;
    height: 100%;

    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    row-gap: 3.52em;
}

#iyapo2 .mainHeader {
    font-size: 3.714em;
    font-weight: 600;
    letter-spacing: 0.02em;
}

#iyapo2 .content {
    width: 51em;
    height: 29.8em;

    display: grid;
    grid-template-columns: auto auto;
    grid-template-rows: auto auto;

    row-gap: 2.714em;
    column-gap: 2.952em;
}

#iyapo2 .contentChild {
    width: max-content;
    height: max-content;

    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}

#iyapo2 .contentChild .snapshot {
    width: 24.19em;
    height: 12.285em;

    border: solid black 0.0476em;
    margin-bottom: 0.76em;
}

#iyapo2 .contentChild .snapshot img {
    width: 100%;
    height: 100%;
}

#iyapo2 .contentChild .txt {
    font-size: 1.095em;
    font-weight: 400;
    line-height: 1.5em;
    color: black;
    text-decoration: underline;
}