.logo img{
    width: 30%;
}

.graceimage{
    height: 431px;
}

.graceCategory{
    width: 100%;
    height: 200px;
}


.view_bt {
    width: 170px;
    /* float: right; */
    padding-top: 64px;
}
.view_bt a {
    width: 30%;
    /* float: left; */
    font-size: 16px;
    color: #ffffff;
    background-color: #13a25d;
    text-align: center;
    padding: 10px 25px;
    font-family: 'Roboto', sans-serif;
    margin: 0 auto;
    border: 1px solid;
}
.view_bt a:hover {
    color: #000000;
    background-color: #2b9e66;
    border: none;
    font-weight: 500;
}


/* about section start */


.about_section_2 .colorback{
    content: '';
    background-color: #13a25d;
    position: relative;
    height: 345px;
    left: 40px;
}






.about_section {
    width: 100%;
    float: left;
    padding-bottom: 90px;
}
.about_section_2 {
    width: 100%;
    float: left;
    padding-top: 70px;
    padding-bottom: 20px;
}
.about_image {
    width: 100%;
    /* float: left; */
    /* padding-left: 22px; */
    padding-top: 37px;
    right: 15px;
}
/* .about_image::after {
    content: '';
    position: absolute;
    width: 100px;
    height: 390px;
    background-color: #13a25d;
    left: 0px;
    right: initial;
    top: 0;
    z-index: -1;
} */

.about_taital {
    width: 35%;
    float: left;
    font-size: 40px;
    color: #0f0f0f;
    font-weight: bold;
    font-family: 'Roboto', sans-serif;
}
/* .about_taital::after {
    content: '';
    position: absolute;
    width: 193px;
    height: 2px;
    background-color: #252525;
    left: initial;
    right: 0px;
    top: 44%;
    z-index: -1;
} */
.about_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #0f0f0f;
    margin: 0px;
    font-weight: 500;
    font-family: 'Roboto', sans-serif;
}
.lorem_text {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #0f0f0f;
    margin: 0px;
    font-family: 'Roboto', sans-serif;
}
.about_taital_main {
    width: 100%;
    float: left;
    padding-top: 172px;
}
.read_bt {
    width: 170px;
    float: right;
    padding-top: 64px;
}
.read_bt a {
    width: 100%;
    float: left;
    font-size: 16px;
    color: #ffffff;
    background-color: #181818;
    text-align: center;
    padding: 10px 0px;
    font-family: 'Roboto', sans-serif;
}
.read_bt a:hover {
    color: #ffffff;
    background-color: #13a25d;
}

/* about section end */