.controls{display:flex;margin-top:25px}
@media (min-width: 768px) {
.controls{justify-content:flex-end;margin-top:0}
}
.texts{display:flex;flex-direction:column}
.texts .title{font-family:"Lato",sans-serif,Helvetica,Arial,sans-serif;font-size:30px;color:#212121;font-weight:900;line-height:37px;letter-spacing:-.35px}
.texts .subtitle{font-family:"Lato",sans-serif,Helvetica,Arial,sans-serif;font-size:14px;color:#212121;font-weight:500;line-height:24px;letter-spacing:0}
.icon_button{display:flex;flex-direction:row-reverse;justify-content:center;align-items:center;width:100%}
.icon_button.primary,.icon_button.secondary{max-width:190px}
.icon_button.primary:not(:first-child:last-child):not(:last-child){margin-right:40px}
.icon_button .icon::before{width:16px;height:16px;font-size:16px;margin-right:5px}
.heading,.ar_watchlist_manage{padding:40px 0 15px}
.heading .texts_controls_container .texts_controls_wrapper,.ar_watchlist_manage .texts_controls_container .texts_controls_wrapper{display:flex;justify-content:space-between}