#about-us-boxs {
    padding: 20px 30px;
}
#about-us-boxs .col-3 img {
    width: 100%;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.25);
    border-radius: 10px;
}
#about-us-boxs .col-3 {
    padding: 0px 10px;
}
#about-us-boxs .col-3 span {
    display: block;
    position: relative;
}
#about-us-boxs .col-3 span::before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    background: rgba(0,136,206,0.2);
    border-radius: 10px;
}
#about-us-boxs .col-3 span a {
    position: absolute;
    top: 0;
    bottom: 0;
    z-index: 1;
    height: 100%;
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 24px;
    line-height: 30px;
    letter-spacing: -0.408px;
    text-transform: uppercase;
    text-align: center;
    text-decoration: unset;
    color: var(--fcv2-white);
    opacity: 0;
    padding: 0px 15px;
}
#about-us-boxs .col-3 span:hover a {
    opacity: 1;
    transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
}
#about-us-boxs .col-3 span:hover::before {
    transition: 0.5s all ease-in-out;
    -webkit-transition: 0.5s all ease-in-out;
    -moz-transition: 0.5s all ease-in-out;
    -ms-transition: 0.5s all ease-in-out;
    -o-transition: 0.5s all ease-in-out;
    background: rgba(0, 136, 206, 0.75);
}

@media screen and (max-width: 992px) {
    #about-us-boxs .col-3 span a {
        font-size: 18px;
    }
}


@media screen and (max-width: 767px) {
    #about-us-boxs .col-3 {
        padding: 0px 0px;
        width: 100%;
        margin-bottom: 20px;
    }
    #loggoff-header .ExploreTherapeuticAreas ul#menu-fc-version-2 li#menu-item-3002 a {
        top: 15px;
    }
}



@media screen and (min-width: 1600px) {
    #about-us-boxs {
        padding: 20px 30px;
        height: 45vh;
        display: flex;
        align-items: center;
    }
}


@media screen and (min-width: 1700px) {
    #logout-footer {
        /*position: absolute;*/
        position: relative;
        bottom: 0;
        width: 100%;
    }
}




@media only screen and (min-device-width: 768px) and (max-device-width: 954px) and (orientation:portrait) {
     ::-webkit-full-page-media, :future, #about-us-boxs {
        height: 35vh;
        display: flex;
        align-items: center;
    }
     ::-webkit-full-page-media, :future, #logout-footer {
        position: absolute;
        bottom: 0;
        width: 100%;
    }
}
