.alumniFaq{
    overflow: hidden;
  
    .login-image{
        img{
            width: 100%;
        }
        .faqleft{
            position: relative;
            .textonimage{
              position: absolute;
              top: 30%;
              h1{
                  font-size: 54px;
                  font-weight: bold;
                  color: #fff;
                  text-align: center;
              }
            }
        }
        .faqRight{
            overflow-y: scroll;
            height: 90vh;
            .faqRightWrap{
            .dropdown{
                background: #daeeff;
                padding: 14px;
                border-radius: 5px;
                margin: 10px 40px 14px;
                color: #000;
                svg{
                    margin-right: 6px;
                }
                span{
                    font-size: 1rem;
                    font-weight: 600;
                    a {
                        text-decoration: none;
                        &:hover {
                            text-decoration: underline;
                        }
                    }
                    svg{
                        margin: 0 6px;
                        font-size: 12px;
                        @media #{$xsmall} {
                            position: relative;
                            top: 0px;
                            margin: 0 3px;
                            font-size: 14px;
                        }
                    }
                    @media #{$small} {
                        font-size: 14px;
                    }
                }
            }
            .productlist-open{
                display: block;
            }
            .product-list{
                display: none;
            }
            .projectwisedetail-wrap{
             padding: 0 0 0 42px;
            }
            a{
                video{
                    width: 90%;
                }
            }
        }
        }
    }
}