#first_screen .info {
    width: 600px;
    padding: 30px;
    margin: auto;
    background: rgba(255, 255, 255, 0.7);
    backdrop-filter: blur(20px);
    border-radius: 4px;
}
#first_screen .info h1,
#first_screen .info h2,
#first_screen .info ul {
    margin-bottom: 40px;
}
#first_screen .info ul li {
    position: relative;
    list-style: none;
    padding-left: 4px;
    margin-bottom: 20px;
}
#first_screen .info ul li::before {
    content: url(/img/landing/ic_check_shield.svg);
    position: absolute;
    top: -4px;
    left: -40px;
}
@media (max-width: 900px) {
    #first_screen .info {
        margin: auto;
    }
}
@media (max-width: 730px) {
    #first_screen .info {
        width: 100%;
        width: 100%;
        box-sizing: border-box;
    }
}
@media (max-width: 400px) {
    #first_screen .btn {
        width: 100%;
    }
}