body {
    font-family: "Roboto-Regular", "Arial", "sans-serif";
    overflow-x: hidden;
    -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
a {text-decoration: none;-ms-transition: all 0.5s;-webkit-transition: all 0.5s;transition: all 0.5s;}
dl, ol, ul {
    margin-top: 0;
    margin-bottom: 0;
}
dd {
  margin-bottom: 0;
  margin-left: 0;
}

.img-container {
    position: relative;
    height: 100%;
    min-height: 300px;
}
.overlay-wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}
.content-box {
    color: white;
    padding: 1rem;
    border-radius: 0.5rem;
    max-width: 90%;
}
.grain_product_des .num_title{color:#0052a5;font-size:2.5rem;font-weight: bold;}
.grain_product_des .col-auto img{width: 35px;height: auto;}
@media (min-width: 1140px) {
  .grain_product_des .num_title{color:#0052a5;font-size:4rem;font-weight: bold;}
  .grain_product_des .col-auto img{width: 50px;height: auto;}
  .solutions a.btn,.solutions button.btn,.solutions_hot_p a.btn{width:50%;color:#fff;}
}
.btn-primary-yellow{background-color:#f3b41b;color:#fff !important;border:none;border-radius:4px;transition:background-color .2s,transform .2s;}
.btn-primary-yellow:hover{background-color:#d9950a;color:#fff !important;transform:translateY(-2px);}
.btn-brand-blue{background-color:#0052a4;color:#fff !important;border:none;border-radius:4px;transition:background-color .2s;}
.btn-brand-blue:hover{background-color:#003d7a;color:#fff !important;}
.grain_form{background-image: url('/static/images/solutions_grain/form_bg.jpg');background-size: cover;background-position: center;color: #fff;}
.grain_form .form-label{border-bottom: 1px solid #b0aeaf;width: 100%;line-height: 2rem;}
.solutions p.info{font-size:18px;}p.info i.iconfont{color:#7a7a7a;font-size:22px;}
.solutions a.btn,.solutions button.btn,.solutions_hot_p a.btn{width:50%;color:#fff;}
@media (max-width: 768px) {
  .solutions a.btn,.solutions button.btn,.solutions_hot_p a.btn{width:100%;color:#fff;}
  .grain_form .ps-5{padding-left: 1rem !important}
}
