/* Container */
.template5-about-section {
    padding: 100px 0;
}
@media (max-width: 767px) {
    .template5-about-section {
        padding-top: 40px;
        padding-bottom: 40px;
    }
}

/* Base img styling */
.about-img {
  width: 100%;
  height: 100%;
  box-shadow: 0 1px 10px 0 rgba(0, 0, 0, 0.25);
  display: block;
}


/* Text & Button Styling */
.about-title {
    font-size: 40px;
    font-weight: 700;
    margin-bottom: 32px;
    color: #000 !important;
}

.about-subtitle {
    font-size: 24px;
    font-weight: 700;
    margin-bottom: 16px;
    color: #666;
}

.about-desc {
    font-size: 18px;
    font-family: 'Montserrat', sans-serif;
    color: #000 !important;
    margin-bottom: 48px;
    font-weight: 500;
}

.about-us-btn {
    color: var(--color_one);
    border-radius: 24px;
    font-weight: 600;
    font-size: 18px;
    padding: 10px 32px;
}

.about-us-btn:hover {
    box-shadow: inset 0 0 100px rgba(255, 255, 255, 0.1);
}

/* Responsive */
@media (max-width: 767px) {
    .about-image-wrapper {
        width: 358px;
        height: 290px;
    }
    .about-title {
        font-size: 24px;
        font-weight: 700;
        line-height: 150%;
        text-align: center;
        padding-top: 24px;
        margin-bottom: 16px;
    }
    .about-desc {
        font-size: 16px;
        font-weight: 500;
        line-height: 150%;
        text-align: center;
        padding: 0 4px;
        margin-bottom: 24px;
    }
.about-btn-wrapper {
  display: flex;
  justify-content: center;
}

.about-us-btn {
  width: fit-content;
  margin: 0 auto;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  padding: 8px 24px;
}

.img-container {
    display: flex;
    justify-content: center;
    padding: 0;
}

}
