
.qwe {
    
    padding-top: 12px;
    padding-bottom: 12px;
    
}

.qwe .qwe-title {
	
    font-size: 20px;
    cursor: pointer;
    color: black;
    
}

.qwe .qwe-title:before {
    
    CONTENT: '+';
    COLOR: #FECD4B;
    cursor: pointer;
}

.qwe .qwe-title:before {
    CONTENT: '+';
    COLOR: black;
    cursor: pointer;
    padding-right: 15px;
}

.qwe.active .qwe-title:before {
    
    CONTENT: '-';
    
}

.qwe .qwe-text  {
    
    display: none;
    margin-top: 20px;
    margin-bottom: 25px;
    padding-left: 25px;
    font-size: 16px;
    
}

.qwe.active .qwe-text  {
    
    display: block;
    
}

.qwe-sect .h2a2 {
    
    padding-bottom: 75px;
    
}

.qwe-sect .imgl1 {
    
    max-width: 100%;
    
}
