.aboutus {
    padding: 20px 30px;
}

.aboutus_image img {
    position: relative !important;
    max-width: 350px;
    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;
}

.aboutus_text {
    text-align: left;
    padding-right: 10px 10px 10px 0;
    line-height: 2;
    color: rgb(48, 48, 48);
}

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

.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: 10px;
    line-height: 2;
    color: rgb(48, 48, 48);
}

.flex {
    display: flex;
    column-gap: 50px;
}

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

    .flex {
        display: grid;
        row-gap: 10px;
    }

    .aboutus_title {
        text-align: center;
    }

    .aboutus {
        padding: 20px;
    }
}