/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 23-Jan-2022, 16:57:01
    Author     : Jafran Mjm
*/


@import 'config';

.question-and-answers{
    margin-top: -2px;
    .blk {
        margin-left: -82px;
        margin-bottom: 33px;
        span{
            display: block;
            margin-left: 82px;
            width: calc(50% - 82px);
            float: left;
            &.qtn{
                font-size: 16px;
                color: $clr_3;
                font-weight: 500;
            }
            &.ans{
                font-size: 12px;
            }
        }
    }
}
.back{
    margin-top: 220px;
}

i.readmore{
    padding-right: 5px;
    padding-left: 0px;
}

@media screen and (max-width : 600px){
    .question-and-answers .blk span{
        width: calc(100% - 82px);
        &.qtn{
            margin-bottom: 10px;
        }
    }
}
