.row_theme {
    position: relative;
    height: 100%;
}
.row_text_absolute{
    width: 100%;
    position: absolute;

}
.text_img_bottom{
    top: 40%;
}
.text_img_title_des_right{
    top: 40%;
}
.text_img_title_des_left{
    top: 40%;
}
.text_img_title_des_top{
    top: 10%;
}
.row_title {
    font-size: 35px;
    font-weight: bold;
}
.row_des {
    font-size: 18px;
}
.row_speci_content_text {
    padding: 50px 0px;
}

.row_speci_content_text h4, .h4 {
    font-size: 1.25rem;
}
.row_img img {
    width: 100%;
}
@media only screen and (max-width: 416px) {
    .text_img_title_des_right {
        top: 10%;
        text-align: center;
    }
    .text_img_title_des_left {
        top: 10%;
        text-align: center;
    }
    .row_title {
        font-size: 20px;
        font-weight: bold;
    }
    .row_des {
        font-size: 12px;
    }
    .row_text_absolute {
        /* position: unset !important; */
    }
    .row_img {
        overflow: hidden;
        width: 100%;
    }

}
