.home {
  position: relative;
  background: linear-gradient(90deg, #FDFBFB 0%, #EBEDEE 100%);
  padding: 33px 0 65px 0;
  margin-bottom: 44px;
}
.home .site-title {
  margin-bottom: 15px;
}
.home::after {
  position: absolute;
  content: "";
  width: 0;
  height: 0;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 18px);
  border-left: 170px solid transparent;
  border-right: 170px solid transparent;
  border-top: 40px solid #f4f4f4;
  z-index: -1;
}

.home-info {
  margin-bottom: 27px;
}

.home-img__mobile {	
	margin: 5px auto 20px auto;
	max-width: 600px;
}
.home-img__mobile img {	
	border-radius: 8px;
}

.home-desc {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin-bottom: 14px;
}

.home-whois {
  margin-bottom: 44px;
}
.home-whois > span {
  display: inline-block;
  font-size: 18px;
  font-weight: 600;
  line-height: normal;
  margin-bottom: 14px;
}
.home-whois ul {
  list-style: none;
  padding: 0;
}
.home-whois ul li {
  line-height: normal;
  position: relative;
  padding-left: 18px;
}
.home-whois ul li::before {
  position: absolute;
  left: 0;
  top: 8px;
  content: "";
  width: 6px;
  height: 6px;
  background: #FF6569;
  border-radius: 50%;
}
.home-whois ul li:not(:last-child) {
  margin-bottom: 10px;
}
.home-whois p {
  font-size: 16px;
  font-weight: 400;
  line-height: 23px;
  margin-top: 20px;
}

.home-opts {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 20px;
}

.home-back__image {
  display: none;
}

@media screen and (min-width: 600px) {
  .home {
    padding: 33px 0 56px 0;
    margin-bottom: 84px;
  }
  .home::after {
    transform: translate(-50%, 25px);
  }
  .home-info {
    margin-bottom: 50px;
  }
  .home-desc {
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
    margin-bottom: 20px;
  }
  .home-whois {
    margin-bottom: 44px;
  }
  .home-whois > span {
    display: inline-block;
    font-size: 21px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 16px;
  }
  .home-whois p {
    font-size: 17px;
    font-weight: 400;
    line-height: 26px;
  }
  .home-opts {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 24px;
  }
}
@media screen and (min-width: 1024px) {
	
	
  .home {
    padding: 44px 0 0 0;
    margin-bottom: 74px;
  }
  .home::after {
    transform: translate(-50%, 33px);
    border-left: 324px solid transparent;
    border-right: 324px solid transparent;
  }
  .home .site-title {
    margin-bottom: 40px;
  }
  .home-wrapper {
    display: flex;
    gap: 30px;
  }
  .home-back__image {
    display: flex;
    width: 100%;
    height: 100%;
  }
  
  .home-img__mobile {
	  display: none;
  }
  
  .home-info {
    flex: 1;
    margin-bottom: 70px;
  }
  .home-back {
    flex: 0 1 auto;
  }
  .home-desc {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-bottom: 25px;
  }
  .home-back__image img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: top;
       object-position: top;
  }
  .home-whois {
    margin-bottom: 40px;
    font-size: 16px;
  }
  .home-whois > span {
    font-size: 26px;
    font-weight: 600;
    line-height: normal;
    margin-bottom: 22px;
  }
  .home-whois p {
    font-size: 18px;
    font-weight: 400;
    line-height: 27px;
    margin-top: 25px;
  }
  .home-opts {
    gap: 33px;
  }
}
@media screen and (min-width: 1366px) {
  .home {
    padding: 90px 0 0 0;
    margin-bottom: 84px;
  }
  .home .site-title {
    margin-bottom: 30px;
  }
  .home-back {
    margin-top: -100px;
  }
  .home-wrapper {
    gap: 153px;
  }
  .home-desc {
    font-size: 19px;
  }
  .home-opts .button-link {
    font-size: 18px;
  }
  .home-whois {
    margin-bottom: 28px;
  }
  .home-whois ul li {
    font-size: 18px;
  }
  .home-whois ul li::before {
    top: 10px;
  }
  .home-whois ul li:not(:last-child) {
    margin-bottom: 10px;
  }
  .home-whois p {
    font-size: 19px;
  }
}