/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jun 01 2022 | 21:43:46 */
.section-9 .widget-image-caption {
  padding:16px;
  min-height: 75px;
}

.section-9 .elementor-element.btn-custom {
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #eee;
  	margin-right: 10px;
    margin-bottom: 10px;
    width: calc(50% - 5px);
    height: 70px;
}

.section-9 .elementor-element.btn-all {
  height: 70px;
  width: 100%;
}

.section-9 .elementor-widget-wrap {
  justify-content: center;
}

@media (min-width: 767px){
    .section-9 .elementor-element.btn-custom {
      margin-right: 7px;
      margin-bottom: 7px;
      width: 250px;
  }

  .section-9 .elementor-element.btn-custom:last-child {
      margin-right: 0;
  }

  .section-9 .elementor-element.btn-all {
    width: 75px;
  }
}

@media (max-width: 767px){ 
  .section-9 .elementor-element.btn-custom:nth-child(even) {
      margin-right: 0;
  }
}