.adventage-box {
    box-shadow: 2px 2px 10px rgb(94, 92, 92);
    width: 250px;
    background-color: white;
}

a {
    text-decoration: none;
}

.iner-border {
    width: 80%;
    height: 90%;
    position: absolute;
    border: 4px solid #00ADD4;
    border-radius: 10px;
    top: 5%;
    left: 10%;
}
.inerr-border {
    width: 80%;
    height: 90%;
    position: absolute;
    border: 4px solid #00ADD4;
    border-radius: 10px;
    top: 5%;
    left: 10%;
}


@media (max-width:1200px){
    .iner-border{
        height: 80%;
        ;
    }
}
@media (max-width:992px){
    .inerr-border{
        height: 90%;
        width: 50%;
        left: 25%;
    }
}
@media (max-width:767px){
    .inerr-border{
        height: 90%;
        width: 70%;
        left: 15%;
    }
}


.home-section-2inner{
    background-image: url("../images/bg-last.png");
    background-size: contain;
    background-repeat: no-repeat;
    padding-inline: 3rem;
}
