.awards-popup-wrap{position:relative}
.awards-popup{border:1px solid #f2f7fb;box-shadow:3px 6px 14px rgba(0,115,187,0.1);border-radius:20px;position:fixed;left:0;bottom:0;z-index:101;transform:translateY(120%);width:60.5%;height:467px;background:#f2f7fb;padding:30px 30px 33px 30px}
.awards-popup-head{display:flex;align-items:center;gap:30px;margin-bottom:20px}
.awards-popup-head-img{width:150px;height:164px}
.awards-popup-heading{font-family:'Inter',sans-serif;font-weight:700;font-size:34px;line-height:41px;color:#333;width:77%}
.awards-description{height:200px;overflow-y:auto}
.awards-description::-webkit-scrollbar{width:5px}
.awards-description::-webkit-scrollbar-track{background:transparent}
.awards-description::-webkit-scrollbar-thumb{background-color:lightgrey;border-radius:20px;border:3px solid transparent}
.awards-description{scrollbar-width:auto;scrollbar-color:lightgrey transparent}
.awards-description p{font-family:"helveticaregular",sans-serif;font-size:18px;line-height:22px;color:#333}
.awards-description ul{margin-top:10px;padding-left:20px}
.awards-description ul li{list-style:disc;font-family:"helveticaregular",sans-serif;font-size:18px;line-height:22px;color:#333}
.awards-description .cmp-teaser__read-more{display:none}
.awards-close-icon{text-align:right}
.awards-close-icon img{cursor:pointer}
.awards-popup.active{transform:translate(-50%,-50%);top:50%;left:50%}
@media screen and (max-width:768px){.awards-popup{width:89%;height:max-content;padding:16px}
.awards-popup-head{display:block;margin-bottom:0}
.awards-popup-head-img{width:150px;height:164px;margin:0 auto;display:block;margin-top:24px}
.awards-popup-heading{font-size:20px;line-height:24px;width:100%;margin-top:20px;margin-bottom:8px}
.awards-description{max-height:256px;height:100%}
.awards-description p{font-size:14px;line-height:17px}
.awards-description ul li{font-size:14px;line-height:17px}
.awards-close-icon img{height:16px;width:16px}
}