@import url('https://fonts.googleapis.com/css2?family=Montserrat:wght@100;200;300;400;500;600;700;800;900&display=swap');
body {
    background: url('images/with_mountains.jpg') no-repeat center center fixed;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
    padding: 0;
    margin: 0;
    font-family: 'Montserrat', sans-serif;
    color: #fff;
}
p {
    font-size: 14px;
}
.main-content {
    background: rgba(22,22,22, 0.7);
}
.main-heading h1 {
    font-size: 60px;
    font-weight: bold;
    padding: 30px 0;
}
.main-heading h1 span {
    color: #8abb88;
}
.main-heading p {
    border-top: 1px solid #fff;
    border-bottom: 1px solid #fff;
    padding: 30px 0;
    max-width: 850px;
    margin: auto;
    font-size: 14px;
}
.section-content {
    margin: 50px 0 30px;
}
h2.title-h {
    font-weight: bold;
}
.content-para {
    margin: 50px 0;
}
.assump-sec {
    background: #8abb881f;
    position: relative;
}
.assump-sec::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    width: 5px;
    height: 100%;
    background: #8abb88;
}
.assump-sec >div {
    padding: 30px 30px 15px;
}