body{
    background:unset !important;
}
.technologybanner{
    background: url("../images/technology/banner.webp") no-repeat bottom center;
    min-height: 1292px;
    width: 100%;
}
.h480{
    height: 480px;
}
.title{
    font-size: calc(30px + 1vw);
}
.bannerbox{
    border-radius: 16px;
    background: #00000030;
    height: 345px;
}
.imgIcon img{
    height: 100px;
}
.drop{
    width: 4px;
    height: 4px;
    border-radius: 100px;
    background: #FFFFFF;
}
.button{
    border-radius: 16px;
    padding: 10px 0;
    color: #45ADA7;
    border: 1px #45ADA7 solid;
    margin: 10px 0px;
    width: 132px;
    text-align: center;
}
.buttonActive{
    color: #FFFFFF;
    background: #45ADA7;
}
.button:hover{
    color: #FFFFFF;
    background: #45ADA7;
    cursor: pointer;
}
.bgF5F6F8{
    background: #F5F6F8;
}
