@import url('https://fonts.googleapis.com/css2?family=Inter&family=Poppins:ital,wght@0,200;0,300;0,400;0,500;1,500&family=Roboto+Slab:wght@600&family=Roboto:ital,wght@0,300;0,400;0,500;1,400&display=swap');
.qa-section{
    display: flex;
    align-items: center;
    justify-content: space-around;
    background-color: #d33f3a;
    height: 720px;
    width: 100%;
    padding: 10px;

}
.qa-txt{
    color: #fff;
    font-size: 35px;
    font-family: 'Roboto', sans-serif;
    font-weight: bold;
    background-color: #d33f3a;
    position: absolute;
    top: 80px;
    left: 50px;
}


.qa-main-box{
    display: flex;
}
.tre-box{
    margin-left: 0px;
    margin-top: 155px;
    margin-right: 20px;
}
.qa-image{
    width: 250px;
    height: 250px;
}

.qa-section-1{
    width: 270px;
    height: 320px;
    border-radius: 10px;
    background-color: #fff;
    box-shadow: 0px 0px 5px 2px rgba(0, 0, 0, 0.390);
    padding:20px;

}
.qa-section-2{
    margin-bottom: 10px;
}
.white-box-txt{
color: #6967CE;
font-size: 24px;
font-family: 'Roboto', sans-serif;
/* margin-bottom: 20px; */
}
.white-box-sub-txt{
color: #15576B;
font-size: 18px;
font-family: 'Roboto',sans-serif;
line-height: 30px;
}