body#support .row.desktop-support h3.purple-font-20-euclid-bold p {
    line-height: 28px;
}
body#support h3.support-title p {
    line-height: 40px;
}
@media (min-width: 768px) {
    body#support .nav-item:nth-child(2) a {
        color: var(--purple);
    }
}

.dropdown:hover a.dropdown-toggle {
    color: var(--purple) !important;
}

.support-title {
    color: #5fa5bb;
    font-family: Gelo;
    font-size: 35px;
    line-height: 40px;
    p {
        line-height: 40px;
    }
}

@media (max-width: 552px) {
    body#support .main-subtitle {
        margin-bottom: 70px !important;
    }
    .support-title {
        margin-top: 20px;
        font-size: 30px;
        line-height: 37px;
        text-align: center;
        p {
            line-height: 37px;
        }
    }

    .desktop-support {
        display: none !important;
    }

    /* .mobile{
		display: contents !important;
	} */

    .align-image-title,
    .align-image-title-2 {
        margin-bottom: 20px;
        font-size: 18px;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    .row-mobile {
        margin: 20px;
    }
    .row-mobile-2 {
        margin: 20px 0;
    }

    .title-grey-box {
        font-size: 30px;
        line-height: 37px;
        text-align: center;
        padding: 1.5rem 1.5rem 0.2rem;
    }

    p.support-reference {
        margin-left: 10px;
    }

    .align-image-title-anovo {
        display: flex;
        flex-direction: row;
        flex-wrap: nowrap;
        align-items: center;
        margin-bottom: 20px;
    }

    ul.bullet-heart-purple li {
        background: url(../.././images/Purple-heart-small-icon.png) no-repeat 0
            6px !important;
    }
    ul.bullet-heart-purple li:last-of-type {
        padding-bottom: 0px;
    }

    .anorovox-block {
        padding: 16px !important;
    }

    .row.coordinator .row.align-image-title {
        margin-top: 30px;
    }
}

.anorovox-block {
    background: rgba(95, 165, 187, 0.1);
    padding: 40px;
    margin: 0px;
    margin-bottom: 8px;
}
@media (min-width:768px){
    .anorovox-block .desktop-support > .col-lg-2 {
        padding-right:0;
    }
}
@media (min-width: 768px) and (max-width: 991px) {
    .anorovox-block .desktop-support .icons-support {
        max-width:100px;
    }
}
.row.manager,
.row.coordinator,
.row.educator {
    margin-top: 60px;
}

.text-purple {
    padding-left: 38px;
}
.icons-support {
    /*
    height: 88px;
    object-fit: cover;
    */
    max-width: 100%;
}
@media (max-width: 767px) {
    .icons-support {
        width: 60px;
        margin-right: 10px;
    }
    .align-image-title-anovo .icons-support {
        margin-right: 0;
    }
}

.fpo::after {
    content: "FPO";
    display: block;
    position: relative;
    bottom: 40px;
    left: 20px;
    color: red;
}

@media (max-width: 991px) {
    .vl-container {
        height: 0px !important;
    }
}

@media (min-width: 552px) and (max-width: 991px) {
    body#support .img-tablet {
        position: relative;
        left: 24px;
        top: -10px;
    }
}
@media (max-width: 767px) {
    body#support .nav-item:nth-child(2) a {
        color: var(--yellow);
    }
}
@media (min-width: 553px) and (max-width: 767px) {
    body#support .row.coordinator .row.mobile,
    body#support .row.manager .col-lg-5.mobile,
    body#support .anorovox-block .row.desktop-support,
    body#support .row.manager .row.mobile {
        display: none;
    }
}
