.horoscope {
    background-color: #F3E7D9;
    position:relative;
    padding-bottom: 150px;
    margin-bottom: 50px;
    padding-top: 80px;
}

.horoscope:before {
    background-color: #f3e7d9;
    content: '';
    position: absolute;
    bottom: -49px;
    left: 0;
    width: 100%;
    height: 50px;
    clip-path: polygon(0 0, 0 50%, 100% 0);
}

.horoscope .wrapper {
    margin:0 20px;
}

.horoscope__header {
    padding-top: 40px;
}

.horoscope__header__icon img {
    width: 164px;
}

.horoscope__title {
    font-size: 60px;
    margin: 20px 0;
}

.horoscope__desc {
    color: #3C677A;
    font-family: 'AmorSans';
    font-size: 24px;
    line-height: 27px;
    margin-bottom: 27px;
}

.horoscope__list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    position: relative;
    padding-bottom: 20px;
}

.horoscope__item {
    max-width: 571px;
    padding-bottom: 25px;
    z-index: 1;
}

.horoscope__item__row {
    align-items: baseline;
    display: flex;
    justify-content: space-between;
}

.horoscope__item__title {
    font-size: 32px;
    margin: 0px;
    margin-bottom: 12px;
}

.horoscope__item__img {
    height: 96px;
    margin-bottom: 12px;
    width: auto;
}

.horoscope__item__desc {
    font-family: 'AmorSans';
    color: #3C677A;
    font-size: 20px;
    line-height: 22px;
    margin: 0px;
}

.horoscope__decotarion__left {
    display: none;
    position: absolute;
    z-index: 0;
    width: 390px;
    top: 16%;
}

.horoscope__decotarion__right {
    display: none;
    position: absolute;
    right: 0;
    top: 38%;
    width: 915px;
    z-index: 0;
}

.horoscope__icon-bottom {
    display: block;
    margin: 0 auto;
    width: 128px;
}


@media screen and (min-width: 768px) {

    .horoscope {
        margin-bottom: 0;
    }

    .horoscope:before {
        content:initial
    }

    .horoscope__header {
        display: flex;
        justify-content: space-between;
        padding: 24px 0 0 0;
    }

    .horoscope__header__icon {
        width: 32.5%;
    }

    .horoscope__header__content {
        width: 66%;
    }

    .horoscope__header__icon img {
        width: 92%;
    }
    
    .horoscope__list {
        justify-content: space-between
    }
    
    .horoscope__item {
        width: 47.5%;
    }

    .horoscope__icon-bottom {
        display: block;
        margin: 0 auto;
        width: 128px;
        position: absolute;
        bottom: -173px;
    }   

}

@media screen and (min-width: 1000px) {

    .horoscope__item {
        width: 32%;
    }

}

@media screen and (min-width: 1200px) {

    .horoscope {
        padding-bottom: 100px;
    }

    .horoscope__header {
        padding-top: 55px;
    }

    .horoscope__icon-bottom {
        left: -20px;
    }

    .horoscope .wrapper {
        margin: 0 auto;
    }

    .horoscope__title {
        font-size: 120px;
        margin: 0;
    }

    .horoscope__desc {
        font-size: 33px;
        line-height: 38px;
        margin-bottom: 0px;
    }

    .horoscope__item__title {
        font-size: 54px;
    }

    .horoscope__item__desc {
        font-size: 20px;
    }

    .horoscope__item--top {
        padding-top: 40px;
    }

    .horoscope__item-margin-50 {
        margin-top: -50px;
    }

    .horoscope__item-margin-25 {
        margin-top: -25px;
    }

    .horoscope__decotarion__right,
    .horoscope__decotarion__left {
        display: block;
    }

    .horoscope__icon-bottom {
        bottom: -95px;
        left: -55px;
    }

}
