/*Horoscope*/
.center {text-align:center;}
.horoscope_main {display: flex;width: calc(100% + 20px);flex-wrap: wrap;margin: 20px 0 20px -10px;justify-content: center;flex-direction: row;gap: 20px;}
.horoscope_main .horoscope_col {flex: 1 1;margin: 0 10px;display: flex;flex-direction: column;align-items: center;justify-content: center;}
.youhoroscope {color: #b79e56;font-size: 18px;font-weight: 400;text-align: center;margin-bottom: 10px;}
.themecard {display: flex;flex-direction: column;justify-content: space-between;align-items: center;width: 100%;flex: 1 1;margin: 0 20px;text-align: center;}
.themecard a {text-align: center;display: flex;flex-direction: column;justify-content: space-between;align-items: center;flex: 1 1;}
.themecard_a {display: flex;flex-direction: column;justify-content: space-between;align-items: center;flex: 1 1;}
.themecardtitle {margin: 20px auto 10px;font-size: 18px;font-weight: 500;text-transform: uppercase;flex: 1 1;}
.themecardcenter {display: flex;flex-direction: column;flex: 1 1;}
.themecarddesc {margin: 0 0 10px;}
.themecardimg {margin: 10px 0;line-height: 0;border-radius: 2px;width: 100%;}
.themecardbutton {background-color: #b79e56;color: #fff;text-transform: uppercase;width: 100%;margin: 0;font-size: 12px;height: 45px;padding: 15px;text-align: center;}
.horoscope_main .themecard a:hover {color: var(--tt);}
.themecard a:hover .themecardbutton {background-color: #88773c;}
.imghoroscope {text-align:center;}
.flexss_row {flex-direction: row;}
@media screen and (max-width: 950px) { .horoscope_main {flex-direction: column;}}