
@import url('styles.css');

.hero-section{
    background: var(--primary-5);
}

.hero-section .text-container{
    width: 50%;;
}   


.hero-section h1{
    font-weight: 700;
    font-size: 2rem;
    color: var(--primary-100);
}

.hero-section p{
    font-size: 0.9rem;
    font-weight: 500;
    color: #2C3A37;
}

.steps h1{
    font-weight: 700;
    font-size: 2rem;
    color: var(--primary-100);
}

.steps li{
    font-size: 0.9rem;
    font-weight: 500;
    color: #2C3A37;
    margin-bottom: 20px;
}

.steps img{
    margin-bottom: 25px;
}

.steps ul{
    margin-right: 0px!important;
}

.responsible-investing{
    background: var(--primary-5);
}

.responsible-investing h1{
    font-weight: 700;
    font-size: 2rem;
    color: var(--primary-100);
}
.responsible-investing p{
    font-size: 0.9rem;
    font-weight: 500;
    color: #2C3A37;
}

.responsible-investing .card{
    border: none;
    height: 100%;
}

.responsible-investing h2{
    font-size: 3.5rem;
    font-weight: 700;
    color: #74950E;
}

.responsible-investing h4{
    font-size: 1rem;
    font-weight: 600;
    color: var(--primary-100);
}

.responsible-investing li{
    font-size: 0.9rem;
    font-weight: 500;
    color: #2C3A37;
    margin-bottom: 5px;
}






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

    .hero-section .text-container{
        width: 100%;;
    }   

    body > section.steps.pdg100.pdgb100 > div > div > div.col-lg-7.ps-5{
        padding-left: 12px!important;
    }

    .hero-section h1{
        font-size: 1.8rem;
    } 
    .steps h1{
        font-size: 1.6rem;
    } 
    .responsible-investing h1{
        font-size: 1.8rem;
    } 
}










