/*
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 : Aug 26, 2021, 10:39:09 PM
    Author     : alifazizmujahidin
*/

.height200 {
    height: 200px;
}

.section-features {
    background-image: url("../../images/banner.jpg");
    background-size: cover;
    background-position: 50% 50%;
    padding: 50px 0 50px;
    height: auto;
}