*{
    margin:0;
    padding:0;
    font-family: "poppins", sans-serif;
    font-weight: 600;
    font-style: normal;
}
a {
    text-decoration: none;
    color: black;
}
a:hover {
    text-decoration: underline;
    color: black;
}

#skyscraper{
    max-width: 70vw;
    margin: 4rem 0 1.5rem 0;
}
.align-center {
    text-align: center;
}

h1 {
    margin: 0 6vw 0 6vw;
    line-height: 150%;
    font-size: 2.6rem;
}

.cta span{
    font-size: 1.4rem;
    font-weight: 400;

}
.cta img {
    height: 1rem;
    margin: 0 0 0 0.8rem;
}
#cta-top{
    margin: 0 0 0 6vw;
}
.centered-cta-container{
    text-align: center;
    margin: 9rem 0 2rem 0;
}

#cta-bottom img{
    height:2rem;
    margin: 0 0 -0.5rem 0.8rem;
}
.centered-cta-container p{
    margin: 1.3rem 6vw 0 6vw;
    font-weight: 400;
    opacity: 0.6;
    line-height: 130%;
}
#p-top{
    font-weight: 400;
    margin: 1.5rem 6vw 1.5rem 6vw;
    opacity: 0.6;
    line-height: 140%;
}
.dual_flexbox{
    margin: 4rem 0 0 0;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.dual_flexcontainer{
    margin: 8rem 6vw 0 6vw;
}
.dual_flexcontainer h2{
    text-align: center;
    margin: 0 0 1.4rem 0;
    font-size: 2.2rem;

}
.dual_flexcontainer p {
    font-weight: 400;
    opacity: 0.6;
    line-height: 130%;
    font-size: 1.2rem;
}


@media only screen and (min-width: 992px) {

    /* desktop screens */
    #skyscraper{
        position: absolute;
        margin: 0;
        width: 30rem;
        top: 20vh;
        right: 20vw;
        z-index: -1;
    }
    h1 {
        margin: 20vh 35vw 2rem 6vw;
        line-height: 150%;
        font-size: 4.8rem;
    }
    #p-top {
        font-weight: 400;
        margin: 3rem 0 2rem 6vw;
        opacity: 0.6;
        max-width: 25vw;
        line-height: 140%;
    }
    .dual_flexbox {
        margin: 30rem 0 0 0;
        display: flex;
        flex-direction: row;
        justify-content: space-around;
        align-items: start;
    }
    .dual_flexcontainer {
        margin: 0;
        width: 35vw;
    }
    .dual_flexcontainer h2 {
        text-align: center;
        margin: 0 0 1.4rem 0;
        font-size: 2.5rem;
    }

    .dual_flexcontainer p {
        font-weight: 400;
        opacity: 0.6;
        line-height: 130%;
        font-size: 1.3rem;
    }
    .centered-cta-container p {
        margin: 2rem 6vw 0 6vw;
        font-weight: 400;
        opacity: 0.6;
        line-height: 130%;
        font-size: 1.3rem;
    }
    #cta-bottom span{
        font-size: 2rem;
    }
    #cta-bottom img {
        height: 2.8rem;
    }
    .centered-cta-container {
        margin: 40vh 0 10vh 0;
    }
}