.dark-gray-box {
    background:#43484c;
    min-height: 310px;
    padding-bottom: 35px;
    border-radius: 0.42rem 0.42rem 0 0.42rem;
    }
.left { float: left; }
.box-2 {
    background:#f0f0f1;
    min-height: 280px;
    top:30px;
    }
.box-3 {
    background:#e6e7e8;
    min-height: 280px;
    top:30px;
    }
.box-4 {
    background:#d0d2d2;
    min-height: 280px;
    top:30px;
    border-radius: 0 0.42rem 0.42rem 0;
    }
.img-1 { max-width: 81px; }
.color-gray { color:#5e5e5e; }
.color-333 { color:#333; }
.register {
    top: 40px;
    left: 10px;
    }
@media (max-width:1200px){
    .dark-gray-box { min-height:380px !important;}
    .fund-box { min-height:350px;}
    }
@media (max-width:992px){
    .btn-u-green{
        top: auto !important;
        left: auto !important;
    }
    .box-2 {
        top:0!important;
        border-radius: 0 0.42rem 0 0;
    }
    .box-3 {
        top:0!important;
        border-radius: 0 0 0 0.42rem;
    }
    .box-4 {
        top:0!important;
        border-radius: 0 0 0.42rem 0;
     }
    .dark-gray-box {
        min-height:350px !important;
        border-radius: 0.42rem 0 0 0;
    }
  }
@media (max-width:768px){
    .dark-gray-box { min-height:auto !important; border-radius: 0!important;}
    .fund-box {
        min-height:auto !important;
        padding-bottom: 30px;
        text-align: center;}

    .box-2,
    .box-3,
    .box-4 {
        border-radius: 0 !important;
    }
}
@media (max-width:768px){
    .dark-gray-box { min-height:auto !important;}
    .fund-box {
        min-height:auto !important;
        padding-bottom: 30px;
        text-align: center;}
    }
