.about_content .about_content_img {
  margin-bottom: 40px;
}

.about_content .about_content_img img {
  border-radius: 20px;
}

.about_content p {
  margin-bottom: 30px;
  line-height: 30px; 
}

.about_content p:last-child {
  margin-bottom: 0;
}

.about_content p span{
  white-space: nowrap;  
}

.about_content .about-service-points {
  display: flex;
  align-items: baseline;
  column-gap: 2px;
  margin-bottom: 30px;
}

.about_content .about-service-points > i {
  flex: 0 0 auto;
  margin: 0;
  line-height: 30px;
  transform: translateY(1px);
}

.about_content .about-service-points > p {
  flex: 1 1 auto;
  min-width: 0;
  margin: 0;
  line-height: 30px;
}

.about_content .about-service-points:last-child {
  margin-bottom: 0;
}

.about_content h2 {
  font-size: 24px;
  text-transform: capitalize;
  margin-bottom: 20px;
}

.about_content p a {
  font-weight: 500;
  color: #000;
}

.about_content p a:hover {
  /*text-decoration: underline;
    color: #555555;*/
    color: #fc5d66;
}

.about_content blockquote {
  margin: 40px 0;
  padding: 40px;
  border-radius: 20px;
  background-color: #e9f7fd;
  font-size: 20px;
  font-weight: 500;
}

.about_content .up {
  padding-bottom: 50px;
}


.about_content blockquote .gap-30 {
  gap: 30px;
}

.about_content blockquote p {
  margin-bottom: 0;
  color: #555555;
  font-size: 24px;
  line-height: 155.556%;
  font-family: "DM Serif Display", serif;
}

.about_content h3 {
  font-size: 22px;
  margin-bottom: 20px;
}


@media only screen and (max-width: 767px) {
    
    .about_content h2 {
        font-size: 20px;
        line-height: 1.8rem;
    }
    
    .about_content p {
        margin-bottom: 15px;
    }
    
    .about_content p:last-child {
        margin-bottom: 0;
    }
    
    .about_content blockquote {
        padding: 20px;
        margin: 30px 0;
    }
    
    .about_content blockquote p {
        font-size: 16px;
    }
    
    .about_content h3 {
        font-size: 18px;
        line-height: 1.8rem;
        margin-top: 1.8rem;
    }
}

@media (min-width: 991px) {
  .mw-1685 {
    max-width: 1645px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .mw-1685 {
    max-width: 1645px;
    padding-left: 30px;
    padding-right: 30px;
  }
}

.sidebar-widget {
  padding: 30px;
  border-radius: 20px;
  margin-bottom: 30px;
  background-color: #f2f3f5;
}

.sidebar-widget:last-child {
  margin-bottom: 0;
}

.sidebar-widget h3 {
  font-size: 20px;
  margin-bottom: 25px;
}

.sidebar-widget .category-list li a i {
  transition: transform 0.3s ease;
}

.sidebar-widget .category-list li a:hover {
  color: #1585f8 !important;
}

.sidebar-widget .category-list li a:hover i {
  transform: translateX(-10px);
}

.sidebar-widget .category-list li {
  margin-bottom: 20px;
}

.sidebar-widget .category-list li:last-child {
  margin-bottom: 0;
}

.sidebar-widget .category-list li a {
  background-color: #fff;
  padding: 13px 15px;
  border-radius: 10px;
  color: #484848;
}

.sidebar-widget .category-list li a:hover {
  color: #1585f8 !important;
}

.sidebar-widget .category-list li a:hover img {
  filter: brightness(1);
}

.sidebar-widget .tags {
  gap: 10px;
}

.sidebar-widget .tags li a {
  display: inline-block;
  padding: 4px 16px;
  background-color: #fff;
  border-radius: 10px;
  text-decoration: none;
}

.sidebar-widget .tags li a:hover {
  background-color: #068075;
  color: #fff;
}

.sidebar-widget h2 {
  font-family: "Inter", sans-serif;
  font-size: 30px;
  font-weight: 700;
  margin-bottom: 20px;
}

.sidebar-widget h2 span {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

.sidebar-widget .notes {
  background-color: #fff;
  padding: 20px;
  padding-left: 40px;
  border-left: 5px solid #F2B679;
  border-radius: 15px;
  margin-top: 30px;
}

.sidebar-widget .notes span {
  font-weight: 500;
  color: #000000;
}

.sidebar-widget .notes i {
  width: 35px;
  height: 35px;
  line-height: 35px;
  text-align: center;
  display: inline-block;
  background-color: #F2B679;
  color: #000000;
  border-radius: 100px;
}

@media only screen and (max-width: 767px) {
  .sidebar-widget {
    padding: 25px;
  }
  
  .sidebar-widget h3 {
    font-size: 18px;
  }

  
}

.abs {
    position: absolute;
}
.abs-centered {
    position: absolute; 
    top: 50%; 
    left: 50%;
    transform: translate(-50%, -50%);
}

.relative {
    position: relative;
}

.fs-72 {
    font-size: 72px;
}
.z-2 {
    z-index:2;
}

.about-area .offer p {
  font-size: 17px;
  font-weight: 500;
  text-align: justify;
}
