.general-section h1,.general-section h2,.general-section h3,.general-section h4,.general-section h5,.general-section h6{
    font-family: 'RobotoBold';
    color: var(--secondary-invert);
    
}
.general-section h1,.general-section h2,.general-section h3{
    margin-bottom: 24px;
}
.general-section h4,.general-section h5,.general-section h6{
    margin-bottom: 20px;
}
.general-img{
    overflow: hidden !important;
    border-radius: 12px;
}
.general-img img{
    width: 100% !important;
}
.general-section p{
    color: var(--text-color) !important;
    font-size: 18px;
    margin-top: 48px;
}
.general-section a{
    color: var(--primary) !important;
}
.general-section ul{
    list-style: disc !important;
    padding-left: 2rem;
}
.general-section li{
    padding: 0;
    list-style: disc !important;
}
.general-section img{
    width: auto;
}

@media only screen and (max-width:991px){
    .general-section p{
        margin-top: 16px;
    }
}

@media only screen and (max-width:530px){
    .general-section p{
        font-size: 16px !important;
    }
}