.what-we-do-section {
    background: url(/template/1f6e749a/images/getpaid-stock-bg.jpg);
    padding: 90px 0px 100px;
    background-size: cover;
    position: relative;
    background-repeat: no-repeat;
}
.what-we-do-section:before {
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
   background-color: #1c2f80;
    opacity: 0.5;
    top: 0;
    left: 0;
}
.what-we-do-section .full-container {
    max-width: 1260px;
    padding: 0 30px;
    margin: 0 auto;
    position: relative;
}

.what-we-do-section .full-container h2 {
    color: #ffffff;
    margin: 0 0 48px 0;
    padding: 0;
    font-weight: 700;
    font-size: 50px;
    line-height: 60px;
    text-align: center;
}
.what-we-do-section .full-container .what-item-box {
    display: grid;
    grid-template-columns: repeat(2, minmax(0, 1fr));
    grid-gap:38px;
    max-width:1140px;
    box-shadow: 0px 0px 16px 0px rgba(17.218414306640625, 16.43183656165534, 16.43183656165534, 0.5);
    margin:0 auto;
    border-radius:24px;
    padding:20px;
}
.what-we-do-section .deep-img-box img{
  max-width:120px;
}

.what-we-do-section .full-container .what-item-box .single-item {
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.5);
    border-radius: 25px;
    padding: 55px;
    border: 4px solid #fff;
    text-align:center;
}
.what-we-do-section .full-container .what-item-box .single-item h3 {
    color: #ffffff;
    margin: 0;
    padding: 30px 0 25px;
    font-weight: 600;
    font-size: 30px;
    line-height: 40px;
    text-align: center;
}
.what-we-do-section .full-container .what-item-box .single-item p:last-of-type {
    margin: 0;
}
.what-we-do-section .full-container .what-item-box .single-item p {
    padding: 0;
    margin: 0 0 20px 0;
    color: #ffffff;
line-height: 30px;
  font-size: 16px;
    font-weight: 400;
    font-family: "Poppins", sans-serif;
    text-align: center;
    min-height: 150px;
}
.what-we-do-section .full-container .what-item-box .icon-box-img{
  max-width:120px;
  max-height:115px;
  min-height:115px;
  margin:0 auto;
}
.section-title span.do-border-title{
  position:relative;
}

.section-title span.do-border-title:after{
    content: '';
    position: absolute;
    width: 100%;
    height: 18px;
    left: 0;
    bottom: -13px;
    background: url(/template/1f6e749a/images/what-we-do-border.png);
   background-repeat: round;

}
