.aboutus {
    margin: 50px 0;
    margin-bottom: 10px;
}

.aboutus_image img {
    position: relative !important;
    max-width: 550px;
    max-height: none;
    height: auto !important;
    width: auto !important;
    display: flex;
    align-items: center;
    justify-content: center;
}

.aboutus_image {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: var(--primary);
}

.aboutus_text {
    text-align: left;
    padding-right: 20px;
    line-height: 2;
    font-weight: 300;
    color: rgb(48, 48, 48);
}

.aboutus_text h1 {
    color: #000;
    font-weight: 300;
    margin-bottom: 10px;
}

.aboutus_title {
    font-size: 27px;
    font-weight: 300;
}

.aboutus_subtitle {
    padding: 10px;
    font-weight: 200;
}

.primarybtn {
    padding: 4px 15px !important;
    margin-top: 5px;
    max-width: 174px;
    background-color: transparent;
    border: 0.5px solid #918e8e;
    color: #000;
    font-weight: 300;
}

.secondarybtn {
    max-width: 174px;
}

.secondText {
    margin-top: 30px;
}

.bg_aboutus img {
    position: relative !important;
    max-width: 200px;
    max-height: 500px;
    width: auto !important;
    height: auto !important;
}

.aboutus {
    display: flex;
}

@media(max-width: 768px) {
    /* .aboutus_text {
        grid-column: 1;
        grid-row: 2;

    } */

    .aboutus {
        display: grid;
        row-gap: 15px;
        margin: 30px 0;
        margin-bottom: 0;
    }

    .bg_aboutus {
        margin: 0 auto;
    }

    .bg_aboutus img {
        display: none;
    }

    .btn {
        display: flex;
        justify-content: center;
        padding: 2px 15px;
    }
}