﻿.pp-hero {
    position: relative;
    overflow: hidden;
}

.pp-title{
    font-size: 3rem;
    font-family: 'Open Sans';
    text-align: center;
}

.pp-sub-info {
    width: 95%;
    margin: auto;
    display: flex;
    justify-content: space-between;
}

.pp-sub-info > div {
    width: 30%;
}

.pp-subt{
    font-size: 1.5rem;
    font-family: 'Open Sans';
    font-weight: 100;
    margin-top: 7rem;
    display: inline-block;
    position: relative;
    text-align: justify;
}

.pp-subt > i{
    position: absolute;
    top: -3.5rem;
    font-size: 1.8rem;
    left: calc(50% - 1.8rem);
    color: var(--coin);
}

.pp-main-c{
    width: 95%;
    margin: 7rem auto 5rem auto;
}

.pp-w {
    position: relative;
    display: flex;
    align-items: center;
    margin-top: 7rem;
}

.pp-w > i{
    font-size: 2.2rem;
    padding: 2rem 2rem;
    margin-right: 4rem;
    color: var(--cbg100blue);
}

.pp-w:not(:last-child) > i::after{
    content: '';
    position: absolute;
    height: calc(40% + 7rem);
    background-color: var(--t3);
    width: 1px;
    left: calc(2.2rem + .8rem);
    bottom: calc(-40% - 3.5rem);
}

.pp-info{
    background-color: var(--cbg2);
    font-family: 'Open Sans';
}

.pp-info > p{
    margin: 2rem 2%;
}

.pp-info > p:first-child {
    font-size: 2.2rem;
}

.pp-info > p:nth-child(2) {
    font-size: 1.6rem;
    line-height: 2.5rem;
    letter-spacing: .05px;
    width: 90%;
    font-weight: 100;
    opacity: .8;
}


@media screen and (min-width: 0px) and (max-width: 1023px) {
    .content{
        max-width: 100vw;
    }

    .pp-title{
        font-size: 2.8rem;
    }

    .pp-title > p{
        margin: 0;
    }

    .pp-sub-info {
        width: 100%;
        margin: auto;
        display: block;
        justify-content: space-between;
        white-space: nowrap;
        overflow-x: scroll;
    }

    .pp-sub-info > div {
        width: 70%;
        min-width: 270px;
        display: inline-block;
        vertical-align: top;
        margin-right: 4.5%;
        padding: 0 .75rem;
    }

    .pp-subt{
        max-width: 100%;
        font-size: 1.5rem;
        margin-top: 6rem;
        white-space: pre-line;
    }

    .pp-subt > i{
        display: none;
    }

    .pp-main-c{
        width: 96%;
        margin-top: 0;
    }

    .pp-w {
        position: relative;
        display: flex;
        align-items: center;
        margin-top: 6rem;
    }

    .pp-w > i{
        font-size: 2.2rem;
        padding: 2rem 2rem;
        margin-right: 0rem;
        color: var(--cbg100blue);
        position: absolute;
        top: 0;
        right: -1rem;
    }

    .pp-w:not(:last-child) > i::after{
        all: unset;
    }

    .pp-info{
        background-color: var(--cbg2);
        font-family: 'Open Sans';
    }

    .pp-info > p{
        margin: 2rem 2%;
    }

    .pp-info > p:first-child {
        font-size: 2.2rem;
    }

    .pp-info > p:nth-child(2) {
        font-size: 1.6rem;
        line-height: 2.5rem;
        letter-spacing: .05px;
        width: 90%;
        font-weight: 100;
        opacity: .8;
    }
}