.hero{
    background-color: var(--hero-background-color);
    min-height: 50vh!important;
    padding-top: 9vh!important;
}

.hero-title{
    font-size: 2.8rem!important;
}

.hero-2{
    background-color: var(--hero-background-color);
    min-height: 50vh!important;
    padding-top: 9vh!important;
}

.hero-title-2{
    font-size: 1.8rem!important;
}

.hero-subtitle{
    font-size: 1.2rem!important;
}

.border-none{
    border: none !important;
}

.card-body > .section-title-dark {
    font-size: 1.2rem;
}

.card-text{
    text-align: justify;
    color: var(--section-description)!important;
    opacity: 0.8;
}

.card-text > p {
    margin-bottom: 10px;
}

.share-text {
    color: var(--section-description)!important;
    opacity: 0.8;
}

.share-icon {
    color: var(--section-description)!important;
    cursor: pointer;
    transition: color ease-in-out 0.2s;
    opacity: 0.8;
}

.share-icon:hover{
    color: var(--main-color-dark);
    opacity: 1;
}