.hosted-pbx-banner {
  position: relative;
  font-size: 14px;
}
.hosted-pbx-banner .bg-pattern {
  position: absolute;
  right: 0;
  top: 8.75em;
  background-size: contain;
  width: 327px;
  height: 424px;
  display: block;
  opacity: .5;
}

.hosted-pbx-banner .page-center {
  position: relative;
  z-index: 6;
}
.hosted-pbx-banner .page-center.full_width {
  padding: 0;
}

.hosted-pbx-banner .module_content {
  margin: 0 auto;
}

.hosted-pbx-banner .column_grid {
  row-gap: 30px;
  position: relative;
  display: flex;
  align-items: flex-end;
  flex-wrap: wrap;
}


.hosted-pbx-banner .content-col {
    padding-right: 1.875em;
    padding-left: 60px;
}

.hosted-pbx-banner .cont-grp {
  text-align: left;
  padding-bottom: 3.25em;
}


.hosted-pbx-banner .img-col {
  padding-left: 1.875em;
  position: relative;
  z-index: 1;
}



.hosted-pbx-banner .img-col img {
  display: block;
  width: 100%;
  height: auto;
  position: relative;
}


.hosted-pbx-banner .image-desc {
  padding-left: 7.9375em;
  padding-bottom: .625em;
  position: relative;
  text-align: left;
}
.hosted-pbx-banner .image-desc p {
  line-height: 1.44444;
  font-size: 1.125em;
  margin-bottom: 0;
}
.hosted-pbx-banner .image-desc:after {
  content: '';
  position: relative;
  display: block;
  width: 11px;
  height: 11px;
  background-image: linear-gradient(136.12deg, #f87f3a 17.68%, #ec1075 44.11%, #7b2ece 76.68%, #324ce3 89.49%);
  background-color: #EC1075;
  border-radius: 50%;
  margin-top: 4px;
}


.hosted-pbx-banner .description h1 {
  margin-bottom: .13514em;
  line-height: 1;
  font-size: 4.625em;
}
.hosted-pbx-banner .description h2 {
  margin-bottom: .46875em;
  line-height: 1;
  font-size: 4em;
}

.hosted-pbx-banner .description h5 {
  color: #6f678c;
}

.hosted-pbx-banner .description h1 > span,
.hosted-pbx-banner .description h2 > span,
.hosted-pbx-banner .description h3 > span {
  background-image: linear-gradient(90deg, #009fdb 0, #7a2ecc 53.88%, #ec1075 99.51%);
  background-size: 100%;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  -webkit-box-decoration-break: clone;
}

.hosted-pbx-banner .description p,
.hosted-pbx-banner .description ul,
.hosted-pbx-banner .description ol {
  line-height: 1.44444;
  font-size: 1.5em;
  margin-bottom: 1.25em;
}

.hosted-pbx-banner .description ul {
  list-style: none;
  padding-left: 0;
}
.hosted-pbx-banner .description ul li {
  position: relative;
  padding-left: 1.8em;
  margin-bottom: .8em;
}

.hosted-pbx-banner .description ul li:before {
  content: "";
  background-size: contain;
  background-position: center center;
  background-repeat: no-repeat;
  width: 1.11111em;
  height: 1.11111em;
  margin: 0;
  font-size: 1em;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}





{# button #}

.hosted-pbx-banner .btns_row {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  column-gap: 40px;
  row-gap: 20px;

  margin-top: 2.1875em;
  font-size: 1em;
  margin-bottom: .88889em;
}


.hosted-pbx-banner .btn_item a.simple-link {
  font-size: 1.5em;
  font-weight: 700;
  text-decoration: none;
}

.hosted-pbx-banner .simple-link .link__icon {
  padding-left: .3125em;
  top: 2px;
  position: relative;
}
.hosted-pbx-banner .simple-link .link__icon svg {
  transform: translateY(-.0625em);
  position: relative;
}



.hosted-pbx-banner .content-col .featrs-grid {
  display: flex;
}



.hosted-pbx-banner .featrs-grid .featrs-desc {
  padding-left: .9375em;
  padding-bottom: .9375em;
  position: relative;
  text-align: left;
}
.hosted-pbx-banner .featrs-grid .featrs-desc:after {
  content: '';
  position: relative;
  display: block;
  width: 11px;
  height: 11px;
  background-image: linear-gradient(136.12deg, #f87f3a 17.68%, #ec1075 44.11%, #7b2ece 76.68%, #324ce3 89.49%);
  background-color: #EC1075;
  border-radius: 50%;
  margin-top: 4px;
}
.hosted-pbx-banner .featrs-grid .featrs-desc p {
  margin-bottom: 0;
  line-height: 1.44444;
  font-size: 1.125em;
}

.hosted-pbx-banner .featrs-grid .featrs-img img {
  width: 100%;
}

.hosted-pbx-banner .featrs-grid .featrs-item:nth-child(2) .featrs-desc {
  padding-left: 5.625em;
}



@media(min-width: 768px){

}

@media(min-width: 992px){
  .hosted-pbx-banner .content-col{
    width: 54%;
  }


  .hosted-pbx-banner .img-col{
    width: 46%;
  }

  .hosted-pbx-banner .full_width .cont-inner {
    margin-left: auto;
    max-width: 700px;
  }

}

@media(min-width: 1200px){



}

@media(max-width: 991px){
  .hosted-pbx-banner {
    font-size: 13px;
  }
  .hosted-pbx-banner .page-center.full_width {
    padding: 0 24px;
  }


  .hosted-pbx-banner .content-col,
  .hosted-pbx-banner .img-col {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }
.hosted-pbx-banner .bg-pattern {
    display: none;
}
  .hosted-pbx-banner .image-desc {
    padding-left: .9375em;
}


}

@media(max-width: 767px){
  .hosted-pbx-banner {
    font-size: 12px;
  }
  .hosted-pbx-banner .description h2 {
    font-size: 2.625em;
  }
  .hosted-pbx-banner .description h5 {
    margin-bottom: .36364em;
    font-size: 1.375em;
  }



}

@media(max-width: 400px){
  .hosted-pbx-banner .content-col .featrs-grid {
    flex-wrap: wrap;
  }

  .hosted-pbx-banner .featrs-grid .featrs-item {
    width: 100%;
  }
  .hosted-pbx-banner .featrs-grid .featrs-item:nth-child(2) .featrs-desc {
    padding-left: .9375em;
}
  .hosted-pbx-banner .content-col .featrs-grid {
    row-gap: 10px;
}
  
}




