/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Jul 12 2021 | 12:03:04 */
.section-2 .image ,
.section-2 .image *{
  	height: 100%;
  	object-fit: cover;
}

.section-2 .text-section::before {
    content: '';
    position: absolute;
    bottom: 36px;
    left: -16px;
    background-color: #fff;
    height: 30px;
    width: 30px;
    z-index: 2;
    transform: rotate(45deg);
}

.section-2 .info-btn {
    position: absolute;
    bottom: -15px;
    right: 20px;
    width: auto;
}

.section-2 .elementor-button .elementor-align-icon-left{
  	margin-right: 0;
}

@media (min-width: 767px){
  .section-2 .text-section::before {
      bottom: 14px;
  }
}