 .u-section-1 {
  /* background-image: url("images/vector-gradients-20.jpg"); */
  background-position: 50% 50%;
  background: linear-gradient(to top, #ff2d5233, #FFF );
}

.u-section-1 .u-sheet-1 {
  min-height: 249px;
}

.u-section-1 .u-text-1 {
  font-weight: 700;
  width: 500px;
  margin: 35px auto 0;

 

}

.u-section-1 .u-text-2 {
  font-weight: 700;
  width: 900px;
  margin: 26px auto 0;
}

.u-section-1 .u-image-1 {
  width: 244px;
  height: 59px;
  margin: 51px 425px 0 auto;

  
}
.fl-left{
  float:left;

}
.fl-right{
  float:right;

}
.fl-menu {
  color: #fff !important;
  margin-left: 20px;
}

.u-section-1 .u-image-33 {
 
  

  margin: auto;
  margin-top: 40px;
 
}

.u-section-1 .u-btn-1 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 1px;
  background-image: none;
  margin: -42px auto 0 180px;
}

.u-section-1 .u-btn-2 {
  font-weight: 700;
  text-transform: uppercase;
  font-size: 0.875rem;
  letter-spacing: 1px;
  background-image: none;
  margin: -42px 180px 60px auto;
}

@media (max-width: 1199px) {
  .u-section-1 .u-sheet-1 {
    min-height: 679px;
  }

  .u-section-1 .u-btn-1 {
    margin-left: 0;
  }

  .u-section-1 .u-btn-2 {
    margin-right: 0;
  }
}

@media (max-width: 991px) {
  .u-section-1 .u-sheet-1 {
    min-height: 539px;
  }

  .u-section-1 .u-text-2 {
    width: 720px;
  }
}

@media (max-width: 767px) {
  .u-section-1 .u-sheet-1 {
    min-height: 520px;
  }

  .u-section-1 .u-text-2 {
    width: 540px;
  }
  .mtbox {
     margin-top: 0px !important; 
  }

  .u-section-1 .u-image-1 {
    /* margin-right: 296px; */
  }
}

@media (max-width: 575px) {
  .u-section-1 .u-sheet-1 {
    min-height: 520px;
  }

  .u-section-1 .u-text-1 {
    width: 340px;
  }

  .u-section-1 .u-text-2 {
    width: 340px;
  }

  .mtbox {
     margin-top: 0px !important; 
  }

  .u-section-1 .u-image-1 {
    /* margin-right: 96px; */
  }
}

.content_container{
    display:flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
    
}
.content_container img{
    width:100%;
    height:auto;
    border-radius: 30px;
}
.content_container .box{
    display:flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    max-width:25rem;
    min-width:18rem;
    margin: 10px;
    text-align: center;

}
.mtbox{
  margin-top: 50px;
}
.txt-center{
    text-align:center;
}
    
}