
.t478__blockimg {
    width: 580px;
    height: 560px;
}
.home__bottom-inner {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 30px;
}
.home__bottom-item {
  background: #F6F6F6;
  border-radius: 5px;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  min-height: 350px;
  height: 100%;
  padding: 24px 24px 30px 24px;
  position: relative;
}
.home__bottom-btn {
  position: relative;
  z-index: 20;
}
.btn {
  height: 40px;
  display: flex;
  align-items: center;
  justify-content: center;
  max-width: 130px;
  width: 100%;
  font-weight: 700;
  font-size: 12px;
  line-height: 15px;
  text-transform: uppercase;
  color: #333FE8;
  text-decoration: none;
  border: 1.5px solid #333FE8;
  border-radius: 8px;
  transition: 0.4s;
}
.home__bottom-item:nth-child(1) .home__bottom-img {
  bottom: 6px;
}
.home__bottom-item:nth-child(2) .home__bottom-img {
  right: -80px;
}
.home__bottom-item:nth-child(3) .home__bottom-img {
  right: -76px;
}
.home__bottom-item:nth-child(4) .home__bottom-img {
  right: -92px;
  bottom: 6px;
}
.home__bottom-img {
  position: absolute;
  right: -60px;
  bottom: 40px;
}
.t-card__btn.t-btn.t-btn_xs {
  display: flex;
  align-items: center;
  background: #333FE8;
  border-radius: 5px;
  padding: 0 20px;
  text-decoration: none;
  height: 46px;
  text-transform: uppercase;
  transition: 0.4s;
  border: 1.5px solid transparent;
}
.t-card__btn.t-btn.t-btn_xs p {
  color: #ffffff;
  font-weight: 700;
  font-size: 14px;
  transition: 0.4s;
}
.t-card__btn.t-btn.t-btn_xs span {
  display: flex;
  align-items: center;
  justify-content: center;
  margin-right: 8px;
}
.t-card__btn.t-btn.t-btn_xs span svg path {
  transition: 0.4s;
}
.t-card__btn.t-btn.t-btn_xs:hover {
  background: transparent;
  border: 1.5px solid #333FE8;
}
.t-card__btn.t-btn.t-btn_xs:hover p {
  color: #333FE8;
}
.t-card__btn.t-btn.t-btn_xs:hover span svg path {
  fill: #333FE8;
}
.container {
  max-width: 1200px;
  margin: 0 auto;
  padding: 0 20px;
}

.services-title {
  text-align: left;
  margin-bottom: 40px;
}

.services-title h2 {
  font-size: 32px;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 16px;
}

.divider {
  width: 60px;
  height: 3px;
  background: #333FE8;
  margin-bottom: 24px;
}

.services-title p {
  font-size: 16px;
  line-height: 1.6;
  color: #333;
  max-width: 800px;
}
#rec1162897461 {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    z-index: 9999;
}



@media (max-width: 972px) {
 
  .t-container{
    margin-top: 72px;
  }
}
