 .banner__container {
     display: flex;
     justify-content: flex-end;
     margin: 5px 0 10px 0;
 }

 .banner {
     width: 164px;
     height: 72px;
     border: solid 1px black;
     background-color: #f1f1f1;
     color: teal;
     cursor: pointer;
     -moz-user-select: none;
     -khtml-user-select: none;
     -webkit-user-select: none;
     user-select: none;
     font-size: 13px;
 }

 .banner__body {
     display: flex;
     justify-content: space-between;
     margin: 2px 0 0 10px;
     font-family: Arial, Helvetica, sans-serif;
 }

 .banner__temperaure {
     font-size: 23px;
     margin-top: 3px;
     margin-bottom: 3px;
 }

 .banner__arrow {
     margin-right: 69px;
     position: relative;
 }

 .banner__arrow>* {
     position: absolute;
     top: 0;
     right: 0;
     bottom: 0;
     left: 0;
 }