        .leftimage-container{
            display: flex;
            padding: 10%;
            justify-content: space-between;
        }
        hr {
            display: block;
            height: 1px;
            border: 0;
            border-top: 6px solid #302626;
            margin: 0;
            padding: 0;
        }
        .description{
            font-size:1.125rem; 
            font-weight: 400; 
            color:white; 
            margin-top: 5%;
        }
        .title{
            font-size: 3rem; 
            font-weight:700; 
            color: white; 
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
            font-size: xx-large;
            }
        .faqContainer{
            margin-left: 5%; 
            margin-right: 3%; 
            display: flex; 
            align-items: center; 
            padding-left:2%; 
            margin-top: 2%; 
            background-color: rgb(45,45,45); 
            border: 1PX solid 
        }
        .faqs{
            width: 88%; 
        }

        .faqQn{
            font-size: 20px; 
            color: white;
            font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif; 
        }

        .plusSign{
            color: white; 
            font-size: 40px;  
            margin-left:80px;
        }

        .footer{
            color: #ada2a2; 
            font-size: 14px;
            padding-top: 0%;
        }

        .rightImageContainer{
            display: flex;
            padding: 10%;
            justify-content: space-between;
        }
   