.firstBtnText {
    margin-top: 25px !important;
}

 .breaker-icons{
    display: flex;
    align-items: end;
 }
 .hero-breaker{
	 justify-content: space-between; 
 }
 
 .firstBtnText div .first-breaker-icon {
	 margin-right: 20px;
 }
 
 .breaker-icons div a:focus {
	outline-offset: 3px;
    border: 3px solid #fff;
    padding: 38px 4px 0px;
    border-radius: 8px;	 
 }
 
 
 .firstBtnText1 {
    margin-top: 25px !important;
}

 .breaker-icons1{
    display: flex;
    align-items: end;
 }
 .hero-breaker{
	 justify-content: space-between; 
 }
 
 .firstBtnText1 div .first-breaker-icon {
	 margin-right: 20px;
 }
 
 .breaker-icons1 div a:focus {
	outline-offset: 3px;
    border: 3px solid #fff;
    padding: 38px 4px 0px;
    border-radius: 8px;	 
 }
 

@media screen and (max-width: 767px) {
 .breaker-icons {
		display: flex;
		flex-direction: column;
        align-items :normal;
}
.breaker-icons div a img{
	height:52px;
}
.featured-promo__image.bg {
     height: auto !important; 
    top: -40px !important;
}
.firstBtnText div .first-breaker-icon {
	 margin-right: 0px;
	 margin-bottom:20px
 }
}



@media screen and (max-width: 767px) {
 .breaker-icons1 {
		display: flex;
		flex-direction: column;
        align-items :normal;
}
.breaker-icons1 div a img{
	height:52px;
}
.featured-promo__image.bg {
     height: auto !important; 
    top: -40px !important;
}
.firstBtnText1 div .first-breaker-icon {
	 margin-right: 0px;
	 margin-bottom:20px
 }
}