/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 02 2022 | 09:14:53 */
.section-3 .image ,
.section-3 .image *{
  	height: 100%;
  	object-fit: cover;
}

.section-3 .text-overlay {
  	position: absolute;
    left: 20px;
    top: 50%;
    transform: translateY(-50%);
}

.section-3 .info-btn {
    position: absolute;
    bottom: -15px;
    right: 10px;
    width: auto;
}

.section-3 .info-btn.cam-btn {
    right: 70px;
}

.section-3 .info-btn.download-btn {
    right: 10px;
    bottom: 45px;
}

.section-3 .info-btn.btn-active {
    right: 70px;
    right: 70px;
    bottom: 45px;
}

.section-3 .info-btn.btn-active a {
  	width: 100%;
}

.section-3 .info-btn.btn-active a span.elementor-button-text {
    font-size: 16px;
/*     line-height: 25px; */
    line-height: 20px;
	background-color: #000;
    margin: -10px 0px -10px -10px;
    padding: 6px 60px 10px 10px;
    text-align: left;
}

.section-3 .info-btn.btn-active a span.elementor-button-icon {
	margin-left: 10px;
    position: relative;
}

.section-3 .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-3 .info-btn.btn-active a span.elementor-button-content-wrapper {
 	height: 100%;
}

.section-3 .info-btn a {
    height: 50px;
    width: 50px;
    display: flex;
    justify-content: center;
    align-items: center;
}

@media (min-width: 992px){
  	.section-3 .text-overlay {
        left: 50px;
	}
  
    .section-3 .info-btn.download-btn {
        right: 130px;
    	bottom: -15px;
    }
  
    .section-3 .info-btn.btn-active {
        right: 70px;
    	bottom: -15px;
    }
  
    .section-3 .info-btn.btn-active a span.elementor-button-text {
        padding: 15px;
  	}
  
 	.section-3 .info-btn.btn-active a span.elementor-button-text br{ display: none; }
}