.gap-10 {
  gap: 10px;
}

.w2d_services_desc_left_text p {
  margin-top: 1.5rem;
  line-height: 1.8rem;
}

.w2d_services_desc_left_text p a {
  font-weight: 500;
  color: #000;
}

.w2d_services_desc_left_text p a:hover {
  color: #fc5d66; 
}

.w2d_services_desc_left_text h2 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 10px;
  margin-top: 32px;
  text-transform: capitalize;
}

.w2d_services_desc_left_text h4 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1px;
  margin-bottom: 10px;
  margin-top: 32px;
  text-transform: capitalize;
}

.w2d_services_desc_left_text_img {
  margin-top: 15px;
}

.w2d_services_desc_left_text > h1,
.w2d_services_desc_left_text > h1 + p {
  display: inline;
  margin: 0;
}

.w2d_services_desc_left_text > h1::after {
  content: " ";
}

.w2d_services_desc_left_text > h1 + p {
  margin-top: 0;
  line-height: 1.8rem;
}

.service-item {
  display: flex;
  align-items: baseline;
  gap: 0.1rem;
  margin-top: 1.5rem;
}

.service-item i {
  flex: 0 0 auto;
  margin: 0;
  line-height: 1.8rem;
  transform: translateY(1px);
}

.service-item p {
  display: block;
  margin: 0;
  line-height: 1.8rem;
}

.w2d_services_desc_left_text span {
    font-weight: 400;
}

.w2d_services_desc_left_text_img img {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 6px;
}

.w2d_services_desc_right h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1px;
  
}

.w2d_services_desc_right h4 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1px;
  
}

.w2d_services_desc_right p {
  font-size: 14px;
  font-weight: 500;
  color: rgba(17, 16, 19, 0.8);
  margin-bottom: 5px;
  text-align: justify;
}

.w2d_services_desc_right p a {
  color: #0d6efd;
  display: inline-block;
  text-decoration: none;
}

.w2d_services_desc_right p a:hover {
  color: #fc5d66;
}

.w2d_services_desc_right .w2d_usfl_info_text button {
  margin-top: 1.5rem;
  float:right;
}

.w2d_usfl_info {
  align-items: center;
  
}

.w2d_usfl_info_img {
  width: 250px;
  height: 105px;
  margin: 0 auto 10px;
  align-items: center;
}

.w2d_usfl_info_img img {
  display: block;
  margin: 0 auto;
}

.w2d_usfl_info_text ul li {
  font-size: 12px;
  font-weight: 500;
  font-family: "Inter", sans-serif;;
  color: #111013;
  margin-right: 5px;
}

.w2d_usfl_info_text p {
  font-size: 15px;
  font-weight: 500;
  text-align: justify;
  color: #111013;
  margin-top: 1rem;
}

.w2d_usfl_info_text a {
  font-size: 15px;
  font-weight: 600;
  font-family: "Inter", sans-serif;;
  color: #111013;
  transition: all linear 0.3s;
  -webkit-transition: all linear 0.3s;
  -moz-transition: all linear 0.3s;
  -ms-transition: all linear 0.3s;
  -o-transition: all linear 0.3s;
}

.w2d_usfl_info_text i {
    margin-left: 10px;
    display: inline-block;
  transition: transform 0.3s linear;
}

.w2d_usfl_info_text .default-btn:hover i {
   transform: translateX(10px);
   
}

.w2d_usfl_info_text a:hover {
  color: #fc5d66;
}

.w2d_usfl_info_text i {
    margin-left: 10px;
}

.w2d_usfl_info_right {
  position: relative;
  padding: 30px;
  border-radius: 10px;
  background: var(--background-surface, #f8f6f9);
}

.w2d_usfl_info_right h3 {
  font-size: 20px;
  font-weight: 700;
  letter-spacing: -1px;
}

.default-btn {
  padding: 15px 29px;
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  overflow: hidden;
  background-color: #000000;
  border: 1px solid #000000;
  text-decoration: none;
  display: table;
  text-align: center;
  gap: 5px;
  text-transform: capitalize;
  border-radius: 10px;
  transition: all linear 0.3s;
}

.default-btn:hover {
  background-color: #fff;
  color: #091627;
  border-color: #1585f8;
}

.about-content .about-btn a i{
  transition: transform 0.3s ease;
}

.about-content .about-btn a:hover i{
  transform: translateX(5px);
}

.default-btn.active {
  background-color: #F2B679;
  color: #000000;
  border-color: #F2B679;
}
.default-btn.active:hover {
  background-color: #068075;
  color: #fff;
  border-color: #068075;
}
.default-btn.active:hover img {
  filter: invert(1);
}
.default-btn.border-btn {
  background-color: transparent;
}
.default-btn.border-btn:hover {
  background-color: #068075;
  border-color: #068075;
  color: #fff;
}