.title-with-icon-gp {
  margin-top: 30px;
  margin-bottom: 0;
  position: relative;
  padding-bottom:100px;
  padding-left: 20px;
  padding-right: 20px;
}
.title-with-icon-gp .content-wrapper {
  position: relative;
  z-index: 1;
}
.title-with-icon-gp .bg-img {
  background-position: right bottom;
  background-repeat: no-repeat;
  background-size: 96%;
  position: absolute;
  width: 100%;
  height: 100%;
  right: 0;
}
.title-with-icon-gp .content-wrapper {
  padding-left: 0;
  padding-right: 0;
}
.title-with-icon-gp .title-with-icon-inner {
  display: flex;
  margin-right: auto;
  margin-left: auto;
  position: relative;
  flex-wrap: wrap;
}
.title-with-icon-gp .title-with-icon-items {
  position: relative;
  display: flex;
  margin-bottom: 20px;
  margin-top: 20px;
}
.title-with-icon-gp .title-with-icon-items-inner {
  box-shadow: rgb(7 74 118 / 21%) 2px 2px 15px 3px;
  transition: background 0.3s ease 0s, border 0.3s ease 0s, border-radius 0.3s ease 0s, box-shadow 0.3s ease 0s;
  margin: 0px 20px;
  margin-right: 20px;
  margin-left: 20px;
  padding: 40px 30px;
  display: flex;
  position: relative;
  width: 100%;
  flex-wrap: wrap;
  align-content: flex-start;
  background: #fff;
}
.title-with-icon-gp .img {
  text-align: center;
  width: 100%;
  max-width: 100%;
  margin-bottom: 20px;
}
.title-with-icon-gp .img img {
  width: 80px;
  height: 80px;
  object-fit: contain;
  vertical-align: middle;
  display: inline-block;
}
.title-with-icon-gp .title {
  text-align: center;
  width: 100%;
}
.title-with-icon-gp .title h4 {
  font-size: 20px;
  font-weight: 600;
  color: #074A76;
  line-height: 1.1em;
  margin-top: 0;
  margin-bottom: 0;
}
.title-with-icon-gp .content {
  text-align: center;
  width:100%;
}
.title-with-icon-gp .bta {
  text-align: center;
  margin-top: 5px;
  width: 100%;
}
.title-with-icon-gp .bta a {
  font-family: "Campton", Sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: uppercase;
  background-color: #0c2340;
  padding: 15px 20px 15px 20px;
  color: #fff;
  text-decoration: none;
  display: inline-block;
  line-height: 1;
}
.title-with-icon-gp .bta a:hover {
  background: #067df4;
  color: #fff;
}
@media (min-width: 768px){
  .title-with-icon-gp .title-with-icon-items {
    width: 33.333%;
  }
}
@media (max-width: 1024px){
  .title-with-icon-gp {
    padding-bottom: 200px;
  }
}

@media(max-width:767px){
  .title-with-icon-gp .bg-img {
    background-size: 200%;
  }
  .title-with-icon-gp .title-with-icon-items {
    width: 100%;
  }
  .title-with-icon-gp .title-with-icon-items-inner {
    margin-left: 0;
    margin-right: 0;
  }
  .title-with-icon-gp .title-with-icon-items {
    margin-bottom: 30px;
  }
  .title-with-icon-gp .title-with-icon-items:nth-child(3n) {
    margin-bottom: 50px;
  }
  .title-with-icon-gp .title-with-icon-items:last-child {
    margin-bottom: 50px;
  }
  .title-with-icon-gp .title-with-icon-inner {
    margin-bottom: 40px;
  }
  .title-with-icon-gp {
    padding-bottom: 100px;
  }
}