CSS
84
microsite common
Guest on 5th May 2022 02:12:54 AM
ms-ath-pg-lnk {text-decoration:none}
.at-home-banner{border:4px solid #A11C1D;border-radius:6px;color:#fff;background-color:#eb3b32;text-align:center;font-family:AvenirMedium;padding:20px 50px;cursor:help;margin:20px 0}
.at-home-banner:hover{filter:brightness(105%)}
.at-home-banner img{margin-bottom:15px}
.at-home-banner .p1{color:#fff;font-size:26px;font-weight:700;margin-bottom:20px}
.at-home-banner .btn-learn-more{font-family:AvenirHeavy;font-size:28px;border:3px solid #fff;border-radius:8px;padding:1px 30px;cursor:pointer;background-color:transparent}
.at-home-banner .btn-learn-more:hover{background-color:#fff;color:#f3201d;border-color:#ccc}
@media (max-width: 450px) {
.at-home-banner{padding:3vw}
.at-home-banner img{width:45vw}
.at-home-banner .p1{font-size:5vw}
.at-home-banner .btn-learn-more{font-size:4.5vw}
}