
/* Home Page */

.page-section.hero {
    background: #C8D9ED;
    width: 100%;
    height: 428px;
    left: 0px;
    top: 96px;
}

.page-section.product-features {
    background: #FFFFFF;
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 60px;
}

.page-section.cta {
    background: #C8D9ED;
    position: relative;
    width: 100%;
    height: 316px;
    left: 0px;
    margin-top: 60px;
}


.hero-text {
    background: #FFFFFF; 
    display: inline-block;
    width: 450px;
    height: 240px;
    /* left: 818px;
    top: 85px; */
    margin-top: 66px;
    padding: 40px 25px 40px 25px;
}

.paragraph-1 {
    font-weight: bold;
    font-size: 30px;
    line-height: 35px;
    font-style: normal;
}

.paragraph-2 {
    font-style: normal;
    font-weight: bold;
    font-size: 15px;
    line-height: 18px;    
}

.hero-img {
    position:relative;
    float: left;
    left: 200px;
    left: 16%;
}

.hero-img img {
    width: 400px;
    height: 400px;
}

.hero-container {
    display: flex;
    position: relative;
    width: 90%;
    float: left;
    justify-content: space-between;
}

.page-section.product-features h2,
.page-section.product-categories h2, .page-section.product-features p,
.page-section.product-categories p{
    padding-left: 60px;
}

.product-features-list {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
}

.product-item span {
    position: absolute;
    display: block;
    text-align: center;
    font-weight: bold;
}

.page-section.testimonials {
    background: #C8D9ED;
    position: relative;
    width: 100%;
    height: 316px;
    margin: auto;
    margin-top: 60px;
}

.testimonials-img {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
}

.testimonials-img img {
    height: 250px;
    position: absolute;
    top: 32px;
}

.page-section.product-categories {
    background: #FFFFFF;
    position: relative;
    width: 100%;
    height: 100%;
    margin-top: 60px;
}

.product-categories-list {
    display: flex;
    flex-direction: row;
    justify-content: space-evenly;
    align-items: center;
    margin-left: auto;
    margin-right: auto; 
}

.cta-container {
    width: 430px;
    font-size: 15px;
    line-height: 18px;
    text-align: center;
    display: block;
    margin-left: auto;
    padding: 70px 30px 50px 30px;
    margin-right: auto;
}

.button.getting-started {
    width: 180px;
    height: 48px;
    left: 94px;
    top: 113px;
    color: #ffff;
    background: #1C2945;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.05);
    border-radius: 100px;    
}


/* Footer */

footer {
    background: #1C2945;
    width: 100%;
    height: 158px;
    left: 0;
    bottom: 0;
    color: #ffff;
}

.footer-links {
    display: flex;
    width: 15%;
    -webkit-flex-direction: column;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
}

.footer-container {
    display: flex;
    justify-content: space-around;
    align-items: center;
padding: 30px;
}