.bannar-area {
    background-color: #F7F8F9;
    position: relative;
    padding-top: 50px;
}
.bannar-area .content-overlay {
    display: table-cell;
    padding: 150px 20px;
    text-align: left;
}
@media only screen and (min-width: 768px) and (max-width: 991px) {
.bannar-area .content-overlay {
    display: table-cell;
    padding: 50px 20px;
    text-align: left;
}
.elementor-widget:not(:last-child) {
	margin-bottom: 0px;
}
}
@media (min-width: 481px) and (max-width: 767px) {
.bannar-area .content-overlay {
    display: table-cell;
    padding: 50px 20px;
    text-align: left;
}
.elementor-widget:not(:last-child) {
	margin-bottom: 0px;
}
}
@media (min-width: 320px) and (max-width: 480px) {
.bannar-area .content-overlay {
    display: table-cell;
    padding: 50px 20px;
    text-align: left;
}
.elementor-widget:not(:last-child) {
	margin-bottom: 0px;
}
}