/* Bookkeeping blogs */
.our-services-main .content-wrapper {
  padding: 0;
  max-width: 100% !important;
}
.our-services-main .content-wrapper .our-services-repeater {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.our-services-main .content-wrapper .our-services-repeater .single-service {
  align-items: center;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  padding: 300px 100px;
  width: 50%;
  position: relative;
  transition: all .25s ease;
}
.our-services-main .content-wrapper .our-services-repeater .single-service a.white_button {
  /*   color: #333;
  background: #fff;
  border-radius: 40px; */
  display: inline-block;
  /*   font-size: 13px; */
  font-weight: 400;
  line-height: 16px;
  min-width: 135px;
  /*   padding: 13px 16.6px; */
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: .3s linear;
  transform: translateY(100%);
  opacity: 0;
}
.our-services-main .content-wrapper .our-services-repeater .single-service:hover a.white_button {
  font-family: DM Sans, sans-serif;
  opacity: 1;
  transform: translateY(20px);
}
.our-services-main .content-wrapper .our-services-repeater .single-service:after {
  transition: opacity .25s ease;
  background-color: #122645d9;
  position: absolute;
  height: 100%;
  left: 0;
  right: 0;
  content: " ";
  box-shadow: 2px 3px 14px #00000029;
  opacity: 0;
  top: 0;
}
.our-services-main .content-wrapper .our-services-repeater .single-service:hover:after {
  opacity: 1;
}
.our-services-main .content-wrapper .our-services-repeater .single-service h3 {
  font-size: 50px;
  line-height: 56px;
  transition: all .25s ease;
  padding: 0 0 10px;
  border-bottom: 1px solid #0000001b;
  width: 100%;
  text-align: center;
  color: #122645;
}
.our-services-main .content-wrapper .our-services-repeater .single-service p {
  color: #333;
  font-size: 18px;
  font-weight: 600;
  text-align: center;
  line-height: 24px;
}
.our-services-main .content-wrapper .our-services-repeater .single-service:hover h3 , 
.our-services-main .content-wrapper .our-services-repeater .single-service:hover p {
  color: #fff;
  z-index: 1;
}
.our-services-main .content-wrapper .our-services-repeater .single-service:hover a {
  z-index: 1;
}
.our-services-main .content-wrapper .our-services-repeater .btn-wrapper a.primary_button {
  border-color: #fff;
}
.our-services-main.make_three_column .our-services-repeater .single-service {
  width: 33.33%;
}
@media screen and (max-width: 1600px) {
  .our-services-main.make_three_column .our-services-repeater .single-service {
    padding: 300px 75px;
  }
}
@media screen and (max-width: 1440px) {}
.our-services-main .content-wrapper .our-services-repeater .single-service {
  padding: 250px 80px;
}
.our-services-main .content-wrapper .our-services-repeater .single-service h3 {
  font-size: 45px;
  line-height: 50px;
  margin: 0 0 10px;
}
.our-services-main .content-wrapper .our-services-repeater .single-service p {
  margin: 0;
  font-size: 16px;
  line-height: 26px;
}
.our-services-main.make_three_column .content-wrapper .our-services-repeater .single-service {
  padding: 400px 50px;
}
}
@media screen and (max-width: 1199px) {
  .our-services-main .content-wrapper .our-services-repeater .single-service {
    padding: 180px 20px;
  }
  .our-services-main .content-wrapper .our-services-repeater .single-service h3 {
    font-size: 40px;
    line-height: 45px;
  }
}
@media screen and (max-width: 1024px) {
  .our-services-main .content-wrapper .our-services-repeater .single-service {
    padding: 150px 15px;
  }
  .our-services-main .content-wrapper .our-services-repeater .single-service h3 {
    line-height: 38px !important;
    font-size: 35px !important;
  }
  .our-services-main.make_three_column .content-wrapper .our-services-repeater .single-service {
    padding: 180px 40px;
  }
}
@media screen and (max-width: 989px) {
  .our-services-main .content-wrapper .our-services-repeater .single-service {
    padding: 80px 15px;
  }
  .our-services-main .content-wrapper .our-services-repeater .single-service h3 {
    font-size: 28px !important;
    line-height: 32px !important;
  }
  .our-services-main .content-wrapper .our-services-repeater .single-service p {
    font-size: 14px;
    line-height: 22px;
  }
}
@media screen and (max-width: 767px) {
  .our-services-main .content-wrapper .our-services-repeater {
    flex-direction: column;
  }
  .our-services-main .content-wrapper .our-services-repeater .single-service {
    width: 100%;
  }
  .our-services-main .content-wrapper .our-services-repeater .single-service a.white_button {
    opacity: 1;
  }
}