*, *:before, *:after { box-sizing: border-box;}
body{margin: 0px; padding: 0px; font-family: Montserrat; background: #f6f9fc;}
.alert{max-width: 1280px; width: calc(100% - 40px); margin: 0 auto;}
.alert-logo{display: block; margin: 20px 0;}
img, svg{display: block; max-width: 100%;}
.alert-wrapper{border-radius: 24px; background: #fff; padding: 20px 80px; min-height: calc(100Dvh - 111px); display: flex; flex-direction: column;}
.alert-content{display: flex; justify-content: center; align-items: center; flex: 1; margin-bottom: 20px;}
.alert-content__one{width: 100%; margin-right: 40px;}
.alert-content__one:last-child{margin-right: 0px;}
.alert-content__head{font-size: 44px; line-height: 48px; font-weight: 600; color: #363946; margin-top: 20px;}
.alert-content__desc{font-size: 14px; line-height: 18px; font-weight: 400; color: #878991; margin-top: 5px;}
.alert-footer{font-size: 14px; line-height: 18px; font-weight: 400; color: #878991; text-align: center;}

@media (max-width: 1000px) {
    .alert-content{display: block;}
    .alert-wrapper{padding: 20px;}
    .alert-content__one{margin: 0px; margin-bottom: 20px;}
    .alert-content__one:last-child{margin-bottom: 0px; background: #f7f7fa; border-radius: 24px; padding: 20px;}
    .alert-content__one .banner{margin: 0 auto;}
    .alert-content__one .search{margin: 0 auto;}
    .alert-content__head{text-align: center; margin-top: 10px;}
    .alert-content__desc{text-align: center;}
}

@media (max-width: 650px) {
    .alert-content__head{font-size: 30px; line-height: 34px;}
}