@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    color: #000
}

.containers {
    background-image: linear-gradient(160deg, #7635df, #b78aff, #ffc1c4);
    margin-top: -20px
}

.heading-title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #333;
    margin-bottom: 20px;
    position: relative;
    margin: 0 0 70px 0
}

.heading-title::after {
    content: "";
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #4e54c8, #8f94fb);
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px
}

.about-us {
    padding: 10px 100px 0 200px;
    display: flex;
    flex-direction: row;
    max-width: 1400px;
    margin: 50px auto;
    justify-content: center;
    align-items: center;
    text-align: center;
    gap: 0
}

.about-us-details {
    text-align: start;
    font-size: 1.5rem;
    flex: 1
}

.h1-heading-title {
    font-size: 32px;
    font-weight: bold;
    text-align: start;
    color: #333;
    margin-bottom: 20px;
    position: relative;
    padding-bottom: 10px
}

.h1-heading-title::after {
    content: "";
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #4e54c8, #8f94fb);
    position: absolute;
    bottom: 0;
    left: 0;
    border-radius: 5px
}

.see-more {
    color: #4e54c8;
    font-weight: bold;
    cursor: pointer
}

.hidden-text {
    display: none;
    opacity: 0;
    transition: opacity .5s ease-in-out
}

.about-us-details p {
    font-size: 1.2rem;
    line-height: 1.6;
    color: #555
}

.about-us-img {
    flex: 1;
    display: flex;
    justify-content: center
}

.about-us-img img {
    width: 100%;
    max-width: 500px;
    height: auto;
    border-radius: 10px
}

@media(max-width:768px) {
    .about-us {
        padding: 10px 20px;
        flex-direction: column;
        text-align: center
    }

    .about-us-details,
    .about-us-img {
        width: 100%
    }

    .about-us-details {
        font-size: 1.3rem
    }

    .h1-heading-title {
        text-align: center
    }

    .h1-heading-title::after {
        left: 50%;
        transform: translateX(-50%)
    }

    .about-us-img img {
        max-width: 80%
    }
}

@import url('https://fonts.googleapis.com/css2?family=Poppins:wght@300;400;600&display=swap');

body {
    font-family: 'Poppins', sans-serif;
    margin: 0;
    padding: 0;
    color: #000
}

.containers {
    background-image: linear-gradient(160deg, #7635df, #b78aff, #ffc1c4);
    margin-top: -20px
}

.heading-title {
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    color: #333;
    margin-bottom: 20px;
    position: relative;
    margin: 0 0 70px 0
}

.heading-title::after {
    content: "";
    width: 80px;
    height: 4px;
    background: linear-gradient(90deg, #4e54c8, #8f94fb);
    position: absolute;
    bottom: -10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 5px
}