.sec-2 {
    background: url(../img/lizer/sec-2.webp) no-repeat center center;
    background-color: #fff;
    background-size: cover;
    position: relative;
    height: 1130px;
    max-height: 100%;
    width: 100%;
    top: 0;
    display: flex;
    align-items: center;
}

.single-box {
    text-align: center;
    background-color: #fff;
    padding: 32px 20px;
    border-radius: 10px;
    border: 1px solid #FD2A8033;
}

.single-box img {
    display: block;
    margin: 0 auto;
}

.single-box strong p{
    padding-top: 24px;
    font-size: 18px;
}
