section.art-security{
    position: relative;
    margin-top: 6vw;
    padding: 7vw 50vw 10vw 20.8vw;
    background: #F8F8F8;
    font-family: Montserrat;
}
section.art-security h2{
    font-size: 2.08vw;
    font-weight: 500;
    line-height: 1.1;
}
section.art-security p{
    
color: #626262;
line-height: 1.4;
font-weight: 400;
font-size: .9vw;
    margin-bottom: 2.4vw;
    margin-top: 1.1vw;
    /* font-size: .921vw; */
    /* line-height: 1.77; */
}
.lap{
    position: absolute;
    top: 5vw;
    right: 14.5vw;
    width: 35vw;
    mix-blend-mode: multiply;
}
@media only screen and (max-width: 500px) {
section.art-security{
    padding: 12vw 4vw 75vw 4vw;
}
section.art-security p{
    font-size: 3.49vw;
    /* margin-top: 4.1vw; */
    margin-bottom: 2.4vw;
    font-size: 4vw;
}
section.art-security h2{
    font-size: 6.67vw;
    padding-bottom: 4vw;
    /* font-size: 5vw; */
}
.lap{
    top: unset;
    right: 2.5vw;
    width: 95vw;
}
}