/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Nov 09 2022 | 07:53:16 */
.section-13 .section-13-item-last .banner-image img {
  height: 125px;
  object-fit: cover;
}

.section-13 .section-13-item-last {
	min-height:  !important;
}

.section-13 .section-13-item .banner-image img {
  height: 75px;
  object-fit: cover;
}

.section-13 p a {
  color: #485253;
  font-weight: bold;
  text-decoration: underline;
  transition: all .3s;
}

.section-13 p a:hover {
  text-decoration-color: #DD0E1F;
}

.section-13 .info-btn.btn-active {
    right: 30px;
    bottom: -15px;
    width: auto;
  	position: absolute;
}

.section-13 .info-btn.btn-active a {
  	width: 100%;
}

.section-13 .info-btn.btn-active a span.elementor-button-text {
    font-size: 16px;
    line-height: 20px;
	background-color: #000;
    margin: -10px 0px -10px -10px;
    padding: 15px;
    text-align: left;
}

.section-13 .info-btn.btn-active a span.elementor-button-icon {
	margin-left: 10px;
    position: relative;
}

.section-13 .info-btn.btn-active a span.elementor-button-icon::before {
	content: '';
    width: 12px;
    height: 12px;
    position: absolute;
    top: 50%;
    left: -15px;
    z-index: 2;
    background-color: #E2001A;
    transform: rotate(45deg) translate(-30%,-30%);
}

.section-13 .info-btn.btn-active a span.elementor-button-content-wrapper {
 	height: 100%;
}

@media (min-width: 992px){
      .section-13 .section-13-item .image,
      .section-13 .section-13-item .image * {
          /* height: 365px; */
          object-fit: cover;
      }

      .section-13 .section-13-item section {
          height: 85%;
      }

      .section-13 .section-13-item-last section {
       height: calc(100% - 237px);
      }

      .section-13 .section-13-item-last .banner-image img {
        /* height: 305px; */
      }

      .section-13 .section-13-item .banner-image img {
        /* height: 185px; */
      }

      .section-13 .info-btn.btn-active {
          right: 30px;
          bottom: -5px;
      }
}