
  
.column, .columnSecondSub {
  display: grid;
  grid-template-columns: 1fr;
  position: relative;
  gap: 25px;
}
.columnSecondSub {
  margin-top: 25px;
}
.columnSecond h2{
  border-top: 1px solid #e5e5e5;
  padding-top: 60px;
  margin-top: 60px;
}
.homeWrapper {
  display: none;
}
.icon-Close, .icon-Open {
  transition: all 0.4s ease;
}
.card {
  margin-bottom: 20px;
  text-align: center;
  cursor: pointer;
  height: auto;
  width: 100%;
  max-width: 350px;
  margin: 0 auto; 
  transition: margin-top 0.5s ease, opacity 0.6s ease;
}
.card.active .flexBox {
  border-bottom: 4px solid #e62552;
  padding-bottom: 30px;
}
.flexBox {
  padding-top: 26px;
}
.iconArrow {
  padding-left: 0;
}
.icon-Linkedin:before {
  content: "\e90a";
  font-family: "icomoonHome";
}
.iconLinkedin .icon-Linkedin {
  border-radius: 4px;
  border: 1px solid #0375b3;
  font-size: 40px;
  color: #fff;
  background-color: #0375b3;
  width: 30px;
  height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.flexParent {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 15px;
}
.flexBox .flexParent {
  align-items: flex-start;
}
.card h3 {
  text-align: left;
  font-weight: 900;
  font-size: 22px;
  margin-bottom: 5px;
}
.columnSecond {
  transition: margin-top .5s ease, opacity 0.6s ease;
}
.columnSecond .card h3 {
  font-size: 22px;
  font-weight: 900;
}
.card .subTitle {
  font-weight: 500;
  font-size: 16px;
  text-align: left;
  padding-right: 30px;
}
.emptyDiv {
  cursor: default;
}
.card img {
  width: 100%;
  object-fit: cover;
}
img {
  max-width: 100%;
}
.active .description {
  opacity: 1;
}
.card .icon-Close.icon-Open::before {
  content: "\e917";
  content: url(https://static-cdn.qburst.com/5-5-18/images/responsive/referral/arrow-up.svg)!important;
  font-family: "icomoonHome";
  font-weight: 100;
  display: flex;
  font-size: 11px;
  width: 31px;
  height: 32px;
  border-radius: 23px;
  align-items: center;
  justify-content: center;
  transition: transform .5s ease;
}
.card .icon-Close::before {
    content: url(https://static-cdn.qburst.com/5-5-18/images/responsive/referral/arrow-down.svg)!important;
    font-weight: 100;
    width: 32px;
    transition: transform .5s ease;
}
.description {
  display: none;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  padding: 40px 25px;
  background-color: #fff7f7;
  width: 100%;
  box-sizing: border-box;
  margin: 10px 0;
  margin-top: 40px;
  z-index: 12;
  text-align: left;
  line-height: 25px;
  font-size: 16px !important;
  font-weight: 400;
  font-style: normal !important;
  opacity: 0;
  transition: all .9s ease-out;
  cursor: default;
}

.arrowDec {
  position: absolute;
  bottom: 100%;
  left: 50%;
  transform: translateX(-50%);
  width: 0;
  height: 0;
  border-left: 40px solid transparent;
  border-right: 40px solid transparent;
  border-bottom: 28px solid #fff7f7;
}
.card.active {
  height: auto !important;
}

.card.shifted ~ .card {
  margin-top: 0;
}
.card2 {
  margin-top: 0 !important;
}
.card.shifted + .card:nth-child(even),
.card.shifted + .card:nth-child(even) + .card {
  margin-top: 0;
}
.stripedBannerHead {
  padding-bottom: 30px;
  padding-top: 40px;
}
.description .flexParent {
  padding-bottom: 18px;
}
.onlyWeb {
  display: none;
}
@media screen and (max-width: 767px){
  .description p {
      padding: 0 !important;
      color: #0d093e !important;
      line-height: 25px !important;
      text-align: left !important;
    }
}
@media screen and (min-width: 768px){
  .column, .columnSecondSub {
      grid-template-columns: 1fr 1fr;
  }
  .stripedBannerHead {
      text-align: center;
      padding-bottom: 50px;
  }
  .stripedBannerWrapper {
    background: none;
    display: flex;
  }
  #cardWrapper {
    background: url(https://static-cdn.qburst.com/5-5-18/images/responsive/solution/digimarketing/marketingAutomation/adobeCampaign/bannerBg.svg) no-repeat top;
    background-size: 103%;
  }
}
@media screen and (min-width: 768px) and (max-width: 1199px) {
  .card .subTitle {
    font-size: 15px;
  }
}
@media screen and (max-width: 1024px){
  .stripedBannerWrapper {
    background-size: auto;
  }
}
@media screen and (min-width: 1025px){
  .column {
      grid-template-columns: 1fr 1fr 1fr;
      row-gap: 50px;
  }
  .columnSecondSub {
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 25px;
    row-gap: 50px;
    position: relative;
    margin-top: 50px;
  }
  .onlyWeb {
    display: block;
  }
  .description {
    padding: 35px 33px;
  }
  .columnSecond {
    background: url(https://static-cdn.qburst.com/5-5-18/images/responsive/company/aboutUs/management/bg.svg) no-repeat ;
    background-position: 100% 0;
  }
}
#footer {
  transition: margin-top .6s ease-in-out; 
}