.fynm-cta-wrap a {
  border-radius: 50px !important;
  font-size: 18px !important;
  line-height: 25px !important;
  padding: 14px 40px; !important
  display: inline-block !important;
  border: 1px solid transparent !important;
  color: #fff !important;
  background: #f0870f !important;
  position: relative !important;
  text-decoration: none !important;
  transition: 0.3s;
  position: relative;
}

.fynm-cta-wrap a:hover {
    border-color: transparent !important;
    background: #ffffff !important;
    color: #f0870f !important;
}

.fynm-cta-wrap a:after {
    content: "\f105";
    font-family: fontawesome;
    font-size: 25px;
    line-height: 1;
    margin-top: -13px;
    position: absolute;
    right: 15px;
    top: 50%;
}


.fit-your-needs-module {
  background: transparent linear-gradient(180deg, #007DC3 0%, #3D4286 100%) 0% 0% no-repeat padding-box;
}
.fit-your-needs-module .wrapper {
  padding-top: 80px;
  padding-bottom: 80px;
}
.fynm-heading {
  font-size: 36px;
  line-height: 46px;
  margin-bottom: 25px;
  margin-top: 0;
  color: #ffffff;
}
.fynm-content {
  margin-bottom: 50px;
  color: #ffffff;
}
.fynm-content h3 {
  font-size: 25px;
  line-height: 35px;
  font-weight: 600;
  color: #ffffff;
}

.fynm-content .list-style li {
  margin-bottom: 30px;
}
.fynm-content .list-style li:last-child {
  margin-bottom: 0;
}
.join-cta-btn {
 display: inline-block;
  text-align: center;
}

.join-cta-btn:after {
    position: absolute;
    top: 50%;
    content: "\f105";
    font-family: fontawesome;
    font-size: 25px;
    line-height: 1;
    margin-top: -13px;
    right: 15px;
}
.mb-0 {
  margin-bottom: 0;
}

.fit-your-needs-module a {
  color: #fff;
  text-decoration: underline;
}

.fit-your-needs-module a:hover {
  color: #f0870f;
  text-decoration: none;  
}

.fynm-img {
  margin-bottom: 32px;
  text-align: center;
}

.fynm-img img {
  display: block;
  margin: auto;
}

.para-space {
  margin: 36px 0 0;
}

.hs-content-id-8797894546 .fynm-content .list-style li {
  margin-bottom: 20px;
}
.join-cta-btn:hover {
    border-color: transparent !important;
    background: #ffffff !important;
    color: #f0870f !important;
}
.fynm-text {
  margin-bottom: 30px;
}
.fynm-btn {
 margin-bottom: 40px; 
}
.how-comanaged-sec {
  margin-bottom: 0;
}
@media (min-width: 992px) {
  .fynm-img {
    float: right;
    margin-left: 32px;
    margin-bottom: 0;
  }
}