@import url(https://cdnjs.cloudflare.com/ajax/libs/MaterialDesign-Webfont/7.4.47/css/materialdesignicons.min.css);
.our-service-image figure {
  text-align: center;
  margin: 0 0 60px;
}
.our-service-image figure img {
  max-width: 100%;
  height: auto;
}
.our-service-image.xs {
  margin: 60px 0 0;
}

.two-grid-section {
  padding-left: 80px; /* Adjusted padding to match image */
  position: relative;
  margin-bottom: 60px;
}
.two-grid-section figure img {
  width: 100px;
  height: auto;
}
.two-grid-section .sub-title {
  position: absolute;
  left: 0;
  top: auto;
  bottom: 0; /* Position at the bottom */
  height: 260px; /* Match the height of the Talent Acquisition box */
  width: 80px;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}
.two-grid-section .sub-title em {
  transform: rotate(-90deg);
  transform-origin: center;
  display: block;
  font-size: 42px; /* Kept the large font size as requested */
  font-family: Georgia, "Times New Roman", Times, serif;
  font-style: italic;
  font-weight: bold;
  white-space: nowrap;
  color: #64748B;
  letter-spacing: 0.5px;
  margin-left: -30px;
  padding: 0;
  width: 200px;
  text-align: center;
}
.two-grid-section .row {
  margin: 0;
  position: relative;
  z-index: 10;
  border-left: none; /* Removed the border */
  padding-left: 40px; /* Increased padding to match image */
}
.two-grid-section .row .col {
  padding: 0;
  min-height: 260px;
}
.two-grid-section .row .icon {
  width: 64px;
  height: 64px;
  background-color: #EFF9FB;
  border-radius: 50%;
  display: block;
  margin: 0 0 30px;
  text-indent: -999em;
}
.two-grid-section .row .col-container {
  height: 100%;
  border: 1px solid #DDE4EE;
  padding: 40px;
}
.two-grid-section .row .col-container h4 {
  font-size: 24px;
  font-weight: 900;
  text-transform: uppercase;
  color: #171919;
}
.two-grid-section .row .col-container p {
  font-size: 18px;
  color: #64748B;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2; /* number of lines to show */
  line-clamp: 2;
  -webkit-box-orient: vertical;
}
.two-grid-section .row .col-container p:last-child {
  margin-bottom: 0;
}

.full-content-section {
  background-color: #EFF9FB;
  position: relative;
  min-height: 296px;
  border-radius: 32px;
  padding: 60px;
}
.full-content-section:before {
  content: "";
  width: 129px;
  height: 190px;
  background: url(../images/square-left-pattern.svg) 0 0 no-repeat;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.full-content-section:after {
  content: "";
  width: 129px;
  height: 190px;
  background: url(../images/square-right-pattern.svg) 0 0 no-repeat;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
.full-content-section .section-info {
  max-width: 960px;
  margin: 40px auto 0;
}
.full-content-section .section-info p {
  font-size: 18px;
  line-height: 1.65;
  text-align: justify;
}
.full-content-section .section-info p:last-child {
  margin: 0;
}

.sub-title h3 {
  font-size: 36px;
  font-family: Georgia, "Times New Roman", Times, serif;
  color: #171919;
  font-weight: bold;
  padding: 0 180px;
  text-align: center;
  line-height: 1.45;
  font-style: italic;
}
.sub-title h3 strong {
  color: #12A493;
}