/*
Theme Name: Leos Template
Author: Maxim Folko
Version: 4.1
Text Domain: leos
*/


.img-logo{
  bottom: -80%;
}
.offer-card__title{
	text-align: center;
}
@media (max-width: 768px){
  .section-hero .container--11.centered{
  	justify-content: flex-end;
  }
  .slider-hero .slick-slide {
  	background-size: contain;
    background-position: center;
  }
}

.seo{
  font-size: 2.4em !important;
    font-weight: 400 !important;
    margin-bottom: .3em !important;
    color: #2e2f2c ;
    line-height: .8em !important;
}
.seow{
  font-size: 2.4em !important;
    font-weight: 400 !important;
    margin-bottom: .3em !important;
    color: #fff !important;
    line-height: .8em !important;
}
.section-topform {
    position: absolute;
    bottom: 0;
}

.section-middleform {
    background-image: url(/wp-content/themes/talcomp/assets/img/bg-middleform.webp);
    background-repeat: no-repeat;
    background-position: center center;
    background-color: rgba(0,0,0,0);
    background-size: auto;
}

.bg-cyan {
    background-image: url(/wp-content/themes/talcomp/assets/img/bg-cyan.webp);
    background-repeat: no-repeat;
    background-position: top center;
    background-color: rgba(0,0,0,0);
}

.offer-card {

    background-image: url(/wp-content/themes/talcomp/assets/img/bg-offer-card.webp);

}

.post-link-wrapper {
    display: flex;
    max-width: 100%;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: space-between;
  padding-inline: 1rem;
}