/* CSS for SVG icons */
.icon-one {
    background: url("../assets/img/svg/ai-auto-edits.svg") no-repeat center;
    background-size: contain;
    width: 24px;
    height: 24px;
}
.icon-two {
    background: url("../assets/img/svg/gen-ai-studio.svg") no-repeat center;
    background-size: contain;
    width: 24px;
    height: 24px;
}
.icon-three {
    background: url("../assets/img/svg/ai-playground.svg") no-repeat center;
    background-size: contain;
    width: 24px;
    height: 24px;
}
.icon-four {
    background: url("../assets/img/svg/ai-image-generator.svg") no-repeat center;
    background-size: contain;
    width: 24px;
    height: 24px;
}
.icon-five {
    background: url("../assets/img/svg/ai-clips.svg") no-repeat center;
    background-size: contain;
    width: 24px;
    height: 24px;
}
.icon-six {
    background: url("../assets/img/svg/ai-script-generator.svg") no-repeat center;
    background-size: contain;
    width: 24px;
    height: 24px;
}
.icon-seven {
    background: url("../assets/img/svg/ai-avatar.svg") no-repeat center;
    background-size: contain;
    width: 24px;
    height: 24px;
}
.icon-eight {
    background: url("../assets/img/svg/ai-dubbing.svg") no-repeat center;
    background-size: contain;
    width: 24px;
    height: 24px;
}
.icon-nine {
    background: url("../assets/img/svg/slides-to-videos.svg") no-repeat center;
    background-size: contain;
    width: 24px;
    height: 24px;
}
