body:not([class*="elementor-page-"]) .site-main {
max-width: 1140px!important;
}
.title-with-border::after {
background: #32c4d1 none repeat scroll 0 0;
content: "";
display: block;
height: 2px;
position: relative;
top: 8px;
width: 50px;
}
li.elementor-icon-list-item {
align-items: start !important;
}
span.elementor-icon-list-icon {
margin-top: 0.35em !important;
}
@media only screen and (min-width: 768px) {
.main-title::before, .main-title::after {
position: absolute;
left: -148px;
top: 50%;
margin-top: -1px;
height: 2px;
width: 108px;
content: "";
border-top: 2px solid #32c4d1;
}
.main-title::after {
left: auto;
right: -148px;
}
}