#editor .alternative-block {
    margin: 10px 0 15px;
}
#editor .alternative-block .bot-content {
    margin: -120px -20px 0;
}
#editor .alternative-block .bot-content img {
    border: 20px solid #171B26;
    border-radius: 40px;
    width: 100%;
    height: auto;
}
#editor .alternative-block .top-content {
    margin: 0 -60px;
    background: #F5F6FA;
    border-radius: 15px;
    padding: 30px 60px 120px;
}
#editor .ab-top-wrapper {
    max-width: 820px;
    margin: auto;
    display: flex;
    flex-direction: column;
}
#editor .ab-logo-btn {
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 30px;
}
#editor .ab-logo-btn a {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #FFFFFF;
    text-decoration: none;
    background: #6FCF97;
    border-radius: 3px;
    min-height: 40px;
    min-width: 180px;
    padding: 0 20px;
}
#editor .ab-text p {
    font-size: 14px;
    line-height: 24px;
}
#editor .ab-info a, #editor .ab-info p {
    font-style: normal;
    font-weight: normal;
    font-size: 14px;
    line-height: 16px;
    color: #4F4F4F;
    text-decoration: none;
    display: flex;
    align-items: center;
	margin-bottom: 10px;
	margin-right: 40px;
}
#editor .ab-info a img, #editor .ab-info p img {
    margin-bottom: 2px;
    margin-right: 5px;
    max-height: 25px;
}
#editor .ab-info {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: flex-start;
}

#editor .price-list {
    background: #FFFFFF;
    box-shadow: 0px 20px 80px rgb(60 96 191 / 20%);
    border-radius: 10px;
	padding: 30px;
	margin-bottom: 50px;
}
#editor .pl_item {
    display: flex;
    align-items: center;
    justify-content: space-between;
    border-bottom: 1px solid #E3E8F5;
}
#editor .pl_item p {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
    line-height: 48px;
    color: #292E3C;
    margin: 0;
}
#editor .pl_item:last-of-type {
    border: none;
}