.support-section {
    position: relative;
}
.support-section:before {
    content: "";
    display: inline-block;
    position: absolute;
    left: 0;
    top: 0;
    background: #e77512;
    width: 60%;
    height: 100%;
    z-index: -1;
}
.support-section:after {
    content: "";
    display: inline-block;
    position: absolute;
    right: 0;
    background: #464646;
    width: 40%;
    height: 100%;
    z-index: -11;
    top: 0;
}
.support-left-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #e77512;
    padding: 12px;
}
.support-right-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
    background: #464646;
    padding: 12px 12px 12px 40px;
    border-top-left-radius: 100px;
    border-bottom-left-radius: 100px;
}
.support-head {
    font-size: 1.25rem;
    color: #fff;
}
.support-subhead {
    font-size: 1.625rem;
    font-weight: 500;
    color: #fff;
}
.support-service a {
    color: #fff;
    transition: .3s;
}
.support-service a:hover {
    color: #e77512;
}

.footer-menu ul#menu-1-080a65f {
    column-count: 2;
}
.footer-hor-line:before {
    position: absolute;
    content: "";
    width: 1px;
    height: 70%;
    background: #b3b3b3;
    left: 0;
    margin-left: -19px;
}
.web-stories-grid {
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 20px;
    margin-bottom: 30px;
}
article.web-story {
    overflow: hidden;
        box-shadow: 0 0 15px #0003;
}
.web-story-img {
    overflow: hidden;
}

a {
    text-decoration: none;
    color: inherit;
}
.webstores-content h2 {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    font-size: 16px;
    font-weight:300;
    background: #e77512;
    color: #fff;
    padding: 10px;
    text-align: center;
    margin: 0px;
        line-height: 25px;
}


.webstores-content h2 a
{
    overflow: hidden;
    text-overflow: ellipsis;
    -webkit-line-clamp: 2;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    padding-right: 10px;
    color: #fff;
    text-decoration:none;
}
article.web-story:hover img {
    transition: .4s;
}
article.web-story:hover img
{
        transform: scale(1.07);
}

h2.story-title {
    margin-bottom: 20px;
    margin-top: 10px;
    font-weight: 600;
    font-size: 1.5rem;
    background: #e77512;
    color: #fff;
    line-height: 1.3;
    padding: 12px 10px;
    text-transform: capitalize;
    text-align: center;
}






/*@media (min-width: 1200px) {*/
/*    .page-header .entry-title, .site-footer .footer-inner, .site-footer:not(.dynamic-footer), .site-header .header-inner, .site-header:not(.dynamic-header), body:not([class*=elementor-page-]) .site-main {*/
/*        max-width: 1320px !important;*/
/*    }*/
/*}*/

@media only screen and (max-width: 768px)
{
    .footer-icon-box .elementor-image-box-wrapper, .footer-icon-boxes .elementor-icon-box-wrapper {
    display: flex;
}
.support-subhead {
        font-size: 1.125rem;
        line-height: 1.3;
    }
.web-stories-grid {
    grid-template-columns: repeat(1, 1fr);
    gap: 20px 10px;
}
.webstores-content h2 a {
    -webkit-line-clamp: 4;
}
.webstores-content h2 {
    font-size: 15px;
    padding: 5px 10px;
    line-height: 20px;
        min-height: 90px;
}

}




/*.web-stories {*/
/*    margin: 20px 20px;*/
/*}*/


@media (min-width:769px) and (max-width:1024px){
    .web-stories-grid {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    gap: 20px;
}
}



