.call-back {
  max-width: 800px;
  margin: auto; }

.accordion .accordion-item {
  border: none;
  margin-bottom: 10px; }
  .accordion .accordion-item .accordion-header .accordion-button {
    color: #424242;
    font-size: 16px;
    border-radius: 26px;
    border: 1px solid #e3e3e3; }
    .accordion .accordion-item .accordion-header .accordion-button:focus {
      box-shadow: none; }
    .accordion .accordion-item .accordion-header .accordion-button:not(.collapsed) {
      background: var(--grey-light);
      box-shadow: none; }
  .accordion .accordion-item .accordion-body {
    font-size: 15px; }

.about-rise .trust-diverse-inner {
  max-width: 1200px;
  margin: auto; }
  .about-rise .trust-diverse-inner .trust-image-group {
    display: flex;
    column-gap: 20px;
    position: relative;
    align-items: center; }
    .about-rise .trust-diverse-inner .trust-image-group .dots-pattern {
      background-image: url("./../images/dot-pattern-dark.png");
      position: absolute;
      width: 230px;
      height: 180px;
      left: -50px;
      top: -40px;
      background-repeat: no-repeat;
      z-index: -1;
      background-size: contain; }
    .about-rise .trust-diverse-inner .trust-image-group .radius-10 {
      border-radius: 10px; }
    .about-rise .trust-diverse-inner .trust-image-group .customer-count-box {
      text-align: center;
      background-color: #e0e9fa !important;
      padding: 40px;
      border-radius: 10px;
      margin-bottom: 20px; }
      .about-rise .trust-diverse-inner .trust-image-group .customer-count-box .count {
        font-size: 2rem;
        letter-spacing: normal;
        line-height: 1;
        margin-bottom: 0.5rem; }
      .about-rise .trust-diverse-inner .trust-image-group .customer-count-box p {
        margin-bottom: 0; }
    @media (max-width: 767px) {
      .about-rise .trust-diverse-inner .trust-image-group {
        margin-top: 60px; } }
@media (max-width: 767px) {
  .about-rise {
    padding-top: 50px; } }

.what-included .pos-relative {
  height: 400px; }
.what-included .half-abs {
  position: relative;
  margin-top: 70px; }
  .what-included .half-abs .svg-img {
    position: absolute;
    width: 100%;
    top: -40px; }
.what-included ul {
  padding: 0;
  margin: 0; }
  .what-included ul li {
    list-style: none;
    display: flex;
    align-items: center;
    margin-bottom: 20px; }
    .what-included ul li .counts {
      width: 60px;
      height: 60px;
      min-width: 60px;
      min-height: 60px;
      margin-right: 20px;
      background-color: #dfedf2;
      border-radius: 30px;
      text-align: center;
      line-height: 60px;
      position: relative;
      box-shadow: 0px 6px 9px 0px #c6c8c9; }
      .what-included ul li .counts::after {
        position: absolute;
        content: '';
        width: 2px;
        height: 20px;
        background: #dfedf2;
        bottom: -20px;
        left: calc(50% - 1px);
        z-index: 0; }
        @media (max-width: 991px) {
          .what-included ul li .counts::after {
            display: none; } }
      @media (max-width: 575px) {
        .what-included ul li .counts {
          width: 40px;
          height: 40px;
          min-width: 40px;
          min-height: 40px;
          line-height: 40px; } }
    .what-included ul li:last-child .counts::after {
      display: none; }
@media (max-width: 991px) {
  .what-included .col-lg-6:nth-child(1) {
    display: none; } }

@media (max-width: 991px) {
  .cloud-works-3 .col-lg-6:nth-child(1) {
    margin-right: 15px;
    margin-bottom: 60px; } }
@media (max-width: 575px) {
  .cloud-works-3 .col-lg-6:nth-child(1) {
    margin-bottom: 30px; } }

@media (max-width: 991px) {
  .cloud-works-4 .col-lg-6:nth-child(1) {
    display: none; }
  .cloud-works-4 .col-lg-6:nth-child(2) {
    padding-left: 15px; } }

.tailored {
  padding-bottom: 0px; }
  .tailored .tailored-single {
    padding: 0px 1rem;
    margin-bottom: 50px; }
    @media (max-width: 575px) {
      .tailored .tailored-single {
        padding: 0; } }
