.t-banner {
  width: 100%;
  height: 550px;
  background: url("../../images/Office-Team-Business-Meeting.jpg") no-repeat left top;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.t-banner:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  content: '';
  background-color: rgba(0, 0, 0, 0.5);
}
.t-banner--services {
  background: url("../../images/our-services.jpg") no-repeat center center;
}
.t-banner--services:after {
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0.9), rgba(0, 0, 0, 0));
}
.t-banner__cover {
  position: absolute;
  z-index: 3;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  padding: 6rem 10rem;
  color: #ffffff;
  font-family: 'Poppins', sans-serif;
}
.t-banner__icon {
  color: #f1c40f;
}
.t-banner__header {
  font-size: 2.6rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.t-banner__title {
  font-size: 2.2rem;
  text-shadow: 1px 0 1px #f1c40f, -1px 0 1px #f1c40f, 0 1px 1px #f1c40f, 0 -1px 1px #f1c40f;
  margin-bottom: 2rem;
}
.t-banner__txt {
  font-size: 1.2rem;
}
.t-content {
  padding: 3rem 9rem;
  font-family: 'Poppins', sans-serif;
}
.t-content__header {
  text-align: center;
  font-size: 2.1rem;
  font-weight: 700;
  margin-bottom: 2rem;
}
.t-content__txt {
  text-align: center;
  font-size: 0.9rem;
  display: block;
  font-weight: 400;
}
.t-content__txt > b,
.t-content__txt > strong {
  font-weight: 700;
  color: #2c3e50;
}
.t-content__txt + .t-content__txt {
  margin-top: 1rem;
}
.t-content__refs {
  display: flex;
  margin: 2.5rem 0;
}
.t-content__ref {
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.t-content__icon {
  width: 60px;
  height: 60px;
  background-color: #f7dc6f;
  border-radius: 50%;
  position: relative;
}
.t-content__symbol {
  position: absolute;
  right: -20px;
  top: 8px;
  font-size: 3rem;
}
.t-content__title {
  font-size: 1.3rem;
  font-weight: 700;
  margin-left: 1.5rem;
}
.t-content__tip {
  background-color: rgba(0, 0, 0, 0.05);
  border-radius: 5px;
  padding: 0.5rem 1rem;
  font-weight: 300;
  font-size: 0.85rem;
  display: flex;
}
.t-content__lamp {
  font-size: 1.5rem;
  color: #e74c3c;
}
.t-payments {
  width: 100%;
  background: url("../../images/Office-Team-Business-Meeting.jpg") no-repeat left top;
  background-size: cover;
  position: relative;
  z-index: 1;
}
.t-payments:after {
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  content: '';
  background-color: rgba(241, 196, 15, 0.8);
}
.t-payments__content {
  position: relative;
  z-index: 3;
}
.t-payments__row + .t-payments__row {
  margin-top: 1rem;
}
.t-payments__item {
  background-color: #ffffff;
  height: 100%;
  border-radius: 8px;
  padding: 3rem 1rem;
  text-align: center;
  font-family: 'Poppins', sans-serif;
}
.t-payments__icon {
  font-size: 5rem;
  color: #f1c40f;
}
.t-payments__title {
  font-size: 1.2rem;
  font-weight: 700;
  margin: 1.5rem 0;
}
.t-payments__list {
  text-align: left;
  color: #2c3e50;
}
.t-payments__list li + li {
  margin-top: 1rem;
}
.t-payments__list > li {
  position: relative;
  margin-left: 2rem;
}
.t-payments__list > li:after {
  position: absolute;
  left: -2rem;
  content: '\f0eb';
  font-family: 'Font Awesome\ 6 Free';
  font-weight: 900;
  font-size: 1.3rem;
  top: 0;
  color: #f1c40f;
}
.t-payments__text {
  font-size: 0.9rem;
  color: rgba(0, 0, 0, 0.5);
}
.t-payments__logos {
  margin: 1rem 0;
  display: flex;
  justify-content: center;
  font-size: 1.9rem;
}
.paragraph {
  display: flex;
  background-color: rgba(255, 255, 255, 0.6);
}
.paragraph + .paragraph {
  margin-top: 1rem;
}
.paragraph__num {
  background-color: #ffffff;
  padding: 1rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 3rem;
  font-family: 'Roboto', sans-serif;
  font-weight: 700;
  color: #f1c40f;
}
.paragraph__txt {
  padding: 1rem;
}
/*# sourceMappingURL=assurance.css.map */