

    /* CSS HEX
    --cultured: #f3f3f3;
    --old-lace: #f5f1e3;
    --light-sky-blue: #83d3ff;
    --blue-green: #4291b4;
    --lapis-lazuli: #366489;
    --ruby: #d81159;
    --spanish-orange: #ec6a00;

     CSS HSL
    --cultured: hsla(0, 0%, 95%, 1);
    --old-lace: hsla(47, 47%, 93%, 1);
    --light-sky-blue: hsla(201, 100%, 76%, 1);
    --blue-green: hsla(198, 46%, 48%, 1);
    --lapis-lazuli: hsla(207, 43%, 37%, 1);
    --ruby: hsla(338, 85%, 46%, 1);
    --spanish-orange: hsla(27, 100%, 46%, 1);

    SCSS RGB
    $cultured: rgba(243, 243, 243, 1);
    $old-lace: rgba(245, 241, 227, 1);
    $light-sky-blue: rgba(131, 211, 255, 1);
    $blue-green: rgba(66, 145, 180, 1);
    $lapis-lazuli: rgba(54, 100, 137, 1);
    $ruby: rgba(216, 17, 89, 1);
    $spanish-orange: rgba(236, 106, 0, 1);

    */

    .about {
        z-index: 2;
        min-height: 90vh;
        background-color: rgba(243, 243, 243, 1);
        /* padding-top: 6rem; */
    }
    .about .section-title {
        padding-top: 4.5rem;
    }

    .about .section-title h1{
        text-transform: capitalize;
    }
    .about .description-content p b {
        font-weight: 600;
    }
    .about .description-content .esperienza b {
        display: inline-block;
    }
    .about #collapse-scopri-about p b {
        font-weight: 600;
    }
    .about p a:hover {
        color: inherit;
    }
    .about .description1 {
        text-align: right;
        padding: 5rem 2rem 3rem 14rem;
    }
    .about .description2 {
        text-align: left;
        padding: 3rem 14rem 1rem 2rem;
    }
    .about .description-content .subtitle-language-selector {
        margin-bottom: 1rem;
    }
    .about .description-content .subtitle-language-selector .subtitle {
        width: 75%;
    }
    .about .description-content .subtitle h6{
        text-align: left;
        font-weight: 600;
        letter-spacing: 1px;
        margin-bottom: 0;
    }
    .about .description1 .subtitle-language-selector .language-selector{
        text-align: right;
        width: 25%;
    }
    .about .description1 .subtitle-language-selector .language-selector svg{
        height: 25px;
        margin-left: 8px;
        cursor: pointer;
    }
    .about .description-content p{
        text-align: justify;
        line-height: 32px;
        margin-bottom: 0;
    }
    .about .description-content p b {
        font-weight: 600;
    }
    .about .image-container {
        background-color: #366489;
    }
    .about .scopri-about {
        margin-top: 2rem;
    }
    .about .scopri-about-mobile {
        margin-top: 2rem;
        text-align: center;
    }
    .about .scopri-about a{
        color: #ec6a00;
        font-weight: 600;
    }
    .about .scopri-about-mobile a{
        color: #ec6a00;
        font-weight: 600;
    }

    .about .card {
        border:none;
        background-color: #f3f3f3;
        padding: 3rem 0 ;
        text-align: center;
    }
    .about .about-principale .card p {
        line-height: 32px;
        margin-bottom: 0;
    }
    .about hr {
        color:#4291b4;
        background-color: #4291b4;
        height: 3px;
        opacity: 0.75;

    }
    #collapse-scopri-about .card-body p {
        line-height: 32px;
    }
